Bump @uirouter/angularjs from 1.0.21 to 1.0.22 in /js

Bumps [@uirouter/angularjs](https://github.com/angular-ui/ui-router) from 1.0.21 to 1.0.22.
- [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.21...1.0.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-02 02:13:12 +00:00
parent c7513dcf13
commit d117479a5d
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@@ -1171,17 +1171,17 @@
}
},
"@uirouter/angularjs": {
"version": "1.0.21",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.21.tgz",
"integrity": "sha512-gr9KAOrx0Dk+DVEk370uaYC3g/DvqafR2R+D4XNTo3DQ9V5ORSoRi8z8jtd7A4nb8198UW9ITA0klSEg3WPuSw==",
"version": "1.0.22",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.22.tgz",
"integrity": "sha512-d0SvdbXAav+Z6gCJd7gmn2eXEUtO3RvYcSLwtPaE8+7QiWHpSKNfGdD4D3noXhO2yUTz/AwaxsiRFMCwgVI0UQ==",
"requires": {
"@uirouter/core": "5.0.22"
"@uirouter/core": "5.0.23"
}
},
"@uirouter/core": {
"version": "5.0.22",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.22.tgz",
"integrity": "sha512-J0BVWRDfAmRWKJAesszU6lvu8ApJQ+6gd6OI0v+02hUEgl3a8K2fQ6oP4La3xPbVnl8W4iH7ouvWOc8cJPZPag=="
"version": "5.0.23",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.23.tgz",
"integrity": "sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg=="
},
"@webassemblyjs/ast": {
"version": "1.7.11",

View File

@@ -8,7 +8,7 @@
"test": "tests"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.21",
"@uirouter/angularjs": "^1.0.22",
"angular": "^1.7.6",
"angular-animate": "^1.7.6",
"angular-file-upload": "^2.5.0",