Bump @uirouter/angularjs from 1.0.18 to 1.0.19 in /js

Bumps [@uirouter/angularjs](https://github.com/angular-ui/ui-router) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/angular-ui/ui-router/releases)
- [Changelog](https://github.com/angular-ui/ui-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular-ui/ui-router/compare/1.0.18...1.0.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-07-23 09:57:34 +00:00
parent 9ad070f40a
commit 3bf197bb32
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@@ -5,17 +5,17 @@
"requires": true,
"dependencies": {
"@uirouter/angularjs": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.18.tgz",
"integrity": "sha512-tswhwMMBDnbGOZnnCVpnA0pbd7dXkBck1HO0WY7fw8GO3dKbWAAc/rL0479dLypR89UDDGym5leTvZCLW4cJnA==",
"version": "1.0.19",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.19.tgz",
"integrity": "sha512-O+M3CB4en9OPMKqSrMC6hZsuMbtttYpGlALZoqAYqUmqdw1CJ5WBnuj7s/40svhZG338SfqxXN/Y2uKh5x+gPQ==",
"requires": {
"@uirouter/core": "5.0.19"
"@uirouter/core": "5.0.20"
}
},
"@uirouter/core": {
"version": "5.0.19",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.19.tgz",
"integrity": "sha512-wow+CKRThUAQkiTLNQCBsKQIU3NbH8GGH/w/TrcjKdvkZQA2jQB9QSqmmZxj7XNoZXY7QVcSSc4DWmxuSeAWmQ=="
"version": "5.0.20",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.20.tgz",
"integrity": "sha512-7MwtORbMF0UFCgMb+KcBAx+7EsYn/6sP5mEAjLNQq14AkHOJom5pPRE0N3nxduFbK3V2TXfsOX2UjtbkuXql+A=="
},
"@webassemblyjs/ast": {
"version": "1.5.13",

View File

@@ -8,7 +8,7 @@
"test": "tests"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.18",
"@uirouter/angularjs": "^1.0.19",
"angular": "^1.7.2",
"angular-animate": "^1.7.2",
"angular-file-upload": "^2.5.0",