[Security] Bump angular from 1.7.8 to 1.7.9 in /js

Bumps [angular](https://github.com/angular/angular.js) from 1.7.8 to 1.7.9. **This update includes a security fix.**
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.7.8...v1.7.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-20 15:32:49 +00:00
committed by GitHub
parent cc05ba6b1c
commit 78f900b48a
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -1456,9 +1456,9 @@
"dev": true "dev": true
}, },
"angular": { "angular": {
"version": "1.7.8", "version": "1.7.9",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.8.tgz", "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz",
"integrity": "sha512-wtef/y4COxM7ZVhddd7JtAAhyYObq9YXKar9tsW7558BImeVYteJiTxCKeJOL45lJ/+7B4wrAC49j8gTFYEthg==" "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ=="
}, },
"angular-animate": { "angular-animate": {
"version": "1.7.8", "version": "1.7.8",

View File

@@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"@uirouter/angularjs": "^1.0.23", "@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.8", "angular": "^1.7.9",
"angular-animate": "^1.7.8", "angular-animate": "^1.7.8",
"angular-file-upload": "^2.5.0", "angular-file-upload": "^2.5.0",
"angular-markdown-it": "^0.6.1", "angular-markdown-it": "^0.6.1",