Bump @uirouter/angularjs from 1.0.23 to 1.0.24 in /js

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-05 15:30:59 +00:00
committed by GitHub
parent 85cd09d04e
commit e4e587e11b
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@@ -2120,17 +2120,17 @@
}
},
"@uirouter/angularjs": {
"version": "1.0.23",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.23.tgz",
"integrity": "sha512-r4hLSw7R3mwXGC5Sq7yxNlBK1sSzQUm/1MzigwwYRHoMO5uKcBPUhxFYx5U7kufP2Xl1165KeZvRsLCh0/Z1ng==",
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.24.tgz",
"integrity": "sha512-Q+gR5eskbOwK5DlzSOOXx3MGWbKq5xQrcF0T4csHXOHUBuGO26n6QTPFYsPwg0AfpC5yNou3jrDonI+UR8wDEg==",
"requires": {
"@uirouter/core": "6.0.1"
"@uirouter/core": "6.0.3"
}
},
"@uirouter/core": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.1.tgz",
"integrity": "sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ=="
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.3.tgz",
"integrity": "sha512-ftAQw9czKUSgLFC3LwOeJP97PDQ6naHcEK0NrbWw3X/r49oQJBMRFAsz9oEKqPFPD2vUDqkvG18BZXglLp8k+Q=="
},
"@vue/component-compiler-utils": {
"version": "3.1.0",

View File

@@ -7,7 +7,7 @@
"test": "tests"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.23",
"@uirouter/angularjs": "^1.0.24",
"angular": "^1.7.9",
"angular-animate": "^1.7.9",
"angular-file-upload": "^2.5.0",