Merge pull request #494 from nextcloud/dependabot/npm_and_yarn/js/angular-1.7.2

Bump angular from 1.7.1 to 1.7.2 in /js
This commit is contained in:
Julius Härtl
2018-06-19 19:43:31 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -396,9 +396,9 @@
}
},
"angular": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.1.tgz",
"integrity": "sha512-7/ZSit5n1PXM3DGCJRJh9H2iErSqFhGEuzAil47JhcBFLcIR2vMFkD3S0IoJdBQCLQRIt23oH92IJZoMqyi5CQ=="
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz",
"integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ=="
},
"angular-animate": {
"version": "1.7.2",

View File

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