Merge pull request #1278 from nextcloud/dependabot/npm_and_yarn/js/uirouter/angularjs-1.0.23

This commit is contained in:
dependabot-preview[bot]
2019-10-06 08:06:24 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@@ -1249,17 +1249,17 @@
"integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw=="
},
"@uirouter/angularjs": {
"version": "1.0.22",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.22.tgz",
"integrity": "sha512-d0SvdbXAav+Z6gCJd7gmn2eXEUtO3RvYcSLwtPaE8+7QiWHpSKNfGdD4D3noXhO2yUTz/AwaxsiRFMCwgVI0UQ==",
"version": "1.0.23",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.23.tgz",
"integrity": "sha512-r4hLSw7R3mwXGC5Sq7yxNlBK1sSzQUm/1MzigwwYRHoMO5uKcBPUhxFYx5U7kufP2Xl1165KeZvRsLCh0/Z1ng==",
"requires": {
"@uirouter/core": "5.0.23"
"@uirouter/core": "6.0.1"
}
},
"@uirouter/core": {
"version": "5.0.23",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.23.tgz",
"integrity": "sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg=="
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.1.tgz",
"integrity": "sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ=="
},
"@vue/component-compiler-utils": {
"version": "3.0.0",

View File

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