Merge pull request #1782 from nextcloud/dependabot/npm_and_yarn/js/stable0.8/uirouter/angularjs-1.0.26

This commit is contained in:
dependabot-preview[bot]
2020-05-03 01:41:21 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@@ -1447,17 +1447,17 @@
"dev": true "dev": true
}, },
"@uirouter/angularjs": { "@uirouter/angularjs": {
"version": "1.0.25", "version": "1.0.26",
"resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.25.tgz", "resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.26.tgz",
"integrity": "sha512-kf9bxBhqa1ZUw0aDlz4H17VqAD30MVJY6HM7J628vDeNN9yZt7SDYpwqSrR3y6NBadZUPjaKsDoKsyQQSWArNA==", "integrity": "sha512-90kS4j0cBk1rpipE/CFC+/cNpc32WHI5536oHsJzAOIDY1NoSmb5TMOISrJslg7sBGF56NEtGoRVf42gaACrfA==",
"requires": { "requires": {
"@uirouter/core": "6.0.4" "@uirouter/core": "6.0.5"
} }
}, },
"@uirouter/core": { "@uirouter/core": {
"version": "6.0.4", "version": "6.0.5",
"resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.4.tgz", "resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.5.tgz",
"integrity": "sha512-TQ9XOzZY+jmWKkU4993MAEBIy7Bs3kijDzj+A6RHR8gq/3UoQm3Q/l1igfao5GZyBjid7eRVeipPK14ovCYQ3g==" "integrity": "sha512-WN2HyELsxvqLaCMYCWojGW/QLRBgFBfwyERp5jC3Vn1njo/FLI5hplVqWMu6LIGp6Hpz3pbdtSaiFb1iY7iTVw=="
}, },
"@vue/component-compiler-utils": { "@vue/component-compiler-utils": {
"version": "3.1.1", "version": "3.1.1",

View File

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