summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-18 04:14:12 +0000
committerGitHub <noreply@github.com>2023-11-18 04:14:12 +0000
commitdde84d988734aedf817cab5d6240760e4999ddca (patch)
tree4fa57f55f4d8b3141cc091398e064803de467545 /package-lock.json
parentbf46a9c4859aaa309d8f3fa9b3bda63b6ac2529e (diff)
parenta5dd76c0ce039718eb9f2cb0770aebe754a5c7e0 (diff)
Merge pull request #3711 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.2.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json34
1 files changed, 25 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index f59c96d8..5f45ee73 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/sharing": "^0.1.0",
- "@nextcloud/vue": "^8.0.0",
+ "@nextcloud/vue": "^8.2.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^8.0.0",
"d3": "^7.8.5",
@@ -3171,9 +3171,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0.tgz",
- "integrity": "sha512-qzpOfc0iVPAwe1l8xg5SHI3LgYGxWQhjnIFWUU4sit8w7LIq7gjAP/QWSjY1a7Auvh9N40aKBSHR5IJ9BFCJUA==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz",
+ "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -3190,7 +3190,7 @@
"@vueuse/components": "^10.0.2",
"@vueuse/core": "^10.1.2",
"clone": "^2.1.2",
- "debounce": "1.2.1",
+ "debounce": "2.0.0",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.0",
"escape-html": "^1.0.3",
@@ -3247,6 +3247,17 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
},
+ "node_modules/@nextcloud/vue/node_modules/debounce": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz",
+ "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/@nextcloud/vue/node_modules/floating-vue": {
"version": "1.0.0-beta.19",
"resolved": "https://registry.npmjs.org/floating-vue/-/floating-vue-1.0.0-beta.19.tgz",
@@ -20613,9 +20624,9 @@
}
},
"@nextcloud/vue": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0.tgz",
- "integrity": "sha512-qzpOfc0iVPAwe1l8xg5SHI3LgYGxWQhjnIFWUU4sit8w7LIq7gjAP/QWSjY1a7Auvh9N40aKBSHR5IJ9BFCJUA==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz",
+ "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -20632,7 +20643,7 @@
"@vueuse/components": "^10.0.2",
"@vueuse/core": "^10.1.2",
"clone": "^2.1.2",
- "debounce": "1.2.1",
+ "debounce": "2.0.0",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.0",
"escape-html": "^1.0.3",
@@ -20683,6 +20694,11 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
},
+ "debounce": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz",
+ "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA=="
+ },
"floating-vue": {
"version": "1.0.0-beta.19",
"resolved": "https://registry.npmjs.org/floating-vue/-/floating-vue-1.0.0-beta.19.tgz",