Bump angular from 1.7.0 to 1.7.1 in /js

Bumps [angular](https://github.com/angular/angular.js) from 1.7.0 to 1.7.1.
- [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.0...v1.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-06-08 22:15:33 +00:00
parent 6b1015e99f
commit aeac40e37e
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -415,9 +415,9 @@
} }
}, },
"angular": { "angular": {
"version": "1.7.0", "version": "1.7.1",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.0.tgz", "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.1.tgz",
"integrity": "sha512-3LboCLjrOuC7dWh953O0+dI3dJ7PexYRSCIrfqoN5qoHyja/wak3eWoxPKb2Sl2qwiPbrUV5KJXwgpUQ48McBQ==" "integrity": "sha512-7/ZSit5n1PXM3DGCJRJh9H2iErSqFhGEuzAil47JhcBFLcIR2vMFkD3S0IoJdBQCLQRIt23oH92IJZoMqyi5CQ=="
}, },
"angular-animate": { "angular-animate": {
"version": "1.7.0", "version": "1.7.0",

View File

@@ -8,7 +8,7 @@
"test": "tests" "test": "tests"
}, },
"dependencies": { "dependencies": {
"angular": "^1.6.8", "angular": "^1.7.1",
"angular-animate": "^1.6.8", "angular-animate": "^1.6.8",
"angular-markdown-it": "^0.6.1", "angular-markdown-it": "^0.6.1",
"angular-sanitize": "^1.6.8", "angular-sanitize": "^1.6.8",