Merge pull request #2546 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/vue-2.9.0

Bump @nextcloud/vue from 2.8.2 to 2.9.0
This commit is contained in:
Julius Härtl
2020-11-16 08:12:00 +01:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -5263,9 +5263,9 @@
}
},
"@nextcloud/vue": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.8.2.tgz",
"integrity": "sha512-1k4tWcmGj/zHql9nLFRV6y6pJPxqGveTScT0oNvqaPP5zesOBZbge4z+xsuPdOlHWsl26q/r8UyaYFqE09yNXw==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.9.0.tgz",
"integrity": "sha512-OaddUORB2MdrXtmqnXJlbftYMGBBX339utLe2b4jz2qaT/IvvaTmwet6qSl/736upLaJveIoPrdyn3FZea5CUg==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -5296,9 +5296,9 @@
},
"dependencies": {
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz",
"integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA=="
}
}
},

View File

@@ -40,7 +40,7 @@
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.8.2",
"@nextcloud/vue": "^2.9.0",
"@nextcloud/vue-dashboard": "^1.0.1",
"blueimp-md5": "^2.18.0",
"dompurify": "^2.2.0",