Merge pull request #1425 from nextcloud/dependabot/npm_and_yarn/js/uirouter/angularjs-1.0.24

This commit is contained in:
dependabot-preview[bot]
2020-01-05 15:40:16 +00:00
committed by GitHub
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",