Merge pull request #485 from nextcloud/dependabot/npm_and_yarn/js/angular-1.7.1

Bump angular from 1.7.0 to 1.7.1 in /js
This commit is contained in:
Julius Härtl
2018-06-09 12:18:58 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

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

View File

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