Merge pull request #4407 from nextcloud/dependabot/npm_and_yarn/stable25/nextcloud/vue-7.5.0

This commit is contained in:
dependabot[bot]
2023-01-28 06:03:41 +00:00
committed by GitHub

40
package-lock.json generated
View File

@@ -3349,10 +3349,11 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.5.0.tgz",
"integrity": "sha512-XHGPGKcfRLGzXsKloW0W83v+3qB6qgazM1OGnX/Hk+j66Cxhb/Z/71Xi4y4zfWz65yT6Z6RRJKZB8Q4TiboEkw==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.2.0",
@@ -3563,6 +3564,19 @@
"vue": "^2.7.8"
}
},
"node_modules/@nextcloud/vue/node_modules/@floating-ui/core": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.1.0.tgz",
"integrity": "sha512-zbsLwtnHo84w1Kc8rScAo5GMk1GdecSlrflIbfnEBJwvTSj1SL6kkOYV+nHraMCPEy+RNZZUaZyL8JosDGCtGQ=="
},
"node_modules/@nextcloud/vue/node_modules/@floating-ui/dom": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
"integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
"dependencies": {
"@floating-ui/core": "^1.0.5"
}
},
"node_modules/@nextcloud/vue/node_modules/@nextcloud/browser-storage": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.2.0.tgz",
@@ -21696,10 +21710,11 @@
}
},
"@nextcloud/vue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.5.0.tgz",
"integrity": "sha512-XHGPGKcfRLGzXsKloW0W83v+3qB6qgazM1OGnX/Hk+j66Cxhb/Z/71Xi4y4zfWz65yT6Z6RRJKZB8Q4TiboEkw==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.2.0",
@@ -21733,6 +21748,19 @@
"vue2-datepicker": "^3.11.0"
},
"dependencies": {
"@floating-ui/core": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.1.0.tgz",
"integrity": "sha512-zbsLwtnHo84w1Kc8rScAo5GMk1GdecSlrflIbfnEBJwvTSj1SL6kkOYV+nHraMCPEy+RNZZUaZyL8JosDGCtGQ=="
},
"@floating-ui/dom": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
"integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
"requires": {
"@floating-ui/core": "^1.0.5"
}
},
"@nextcloud/browser-storage": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.2.0.tgz",