diff --git a/package-lock.json b/package-lock.json index 8dc6cdd386..804bd6b032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/l10n": "^3.3.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.3", + "@nextcloud/vue": "^9.0.0-rc.6", "@vueuse/core": "^13.8.0", "@vueuse/integrations": "^13.4.0", "axios": "^1.11.0", @@ -1062,29 +1062,26 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.9.tgz", - "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==", - "license": "MIT", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", + "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", "dependencies": { - "@floating-ui/utils": "^0.2.9" + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.13", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz", - "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==", - "license": "MIT", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.9" + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz", - "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", - "license": "MIT" + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", @@ -1717,16 +1714,14 @@ } }, "node_modules/@nextcloud/sharing": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz", - "integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==", - "license": "GPL-3.0-or-later", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.5.tgz", + "integrity": "sha512-B3K5Dq9b5dexDA5n3AAuCF69Huwhrpw0J72fsVXV4KpPdImjhVPlExAv5o70AoXa+OqN4Rwn6gqJw+3ED892zg==", "dependencies": { "@nextcloud/initial-state": "^2.2.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/sharing/node_modules/@nextcloud/initial-state": { @@ -1812,68 +1807,58 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-rc.5", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.5.tgz", - "integrity": "sha512-1wg4siIYhahWs9yvvyd+rvuJGNbYbpPKT2fRQaaXYEmQW+Y04Opv3DXA6OzwssR5W9+Xgs/VSLjdBSOGJEZHBw==", - "license": "AGPL-3.0-or-later", + "version": "9.0.0-rc.6", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.6.tgz", + "integrity": "sha512-DO/cq2IOWMbEjsScF4du4EmLhUBDu78Bn7zhdv/AG6KqOiibctVUbEjKSNIdz0+9yglwG4Sxh0THvraBB4BDUQ==", "dependencies": { "@ckpack/vue-color": "^1.6.0", - "@floating-ui/dom": "^1.6.13", - "@nextcloud/auth": "^2.4.0", + "@floating-ui/dom": "^1.7.3", + "@nextcloud/auth": "^2.5.2", "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/event-bus": "^3.3.2", - "@nextcloud/initial-state": "^2.2.0", + "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.4", + "@nextcloud/sharing": "^0.2.5", "@nextcloud/timezones": "^0.2.0", "@vuepic/vue-datepicker": "^11.0.2", - "@vueuse/components": "^13.0.0", - "@vueuse/core": "^13.0.0", + "@vueuse/components": "^13.7.0", + "@vueuse/core": "^13.6.0", "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.2.4", + "dompurify": "^3.2.6", "emoji-mart-vue-fast": "^15.0.4", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "^7.6.4", - "linkifyjs": "^4.2.0", - "p-queue": "^8.0.1", + "focus-trap": "^7.6.5", + "linkifyjs": "^4.3.2", + "p-queue": "^8.1.0", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", "rehype-react": "^8.0.0", "remark-breaks": "^4.0.0", "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.1", + "remark-rehype": "^11.1.2", "remark-unlink-protocols": "^1.0.0", - "splitpanes": "^4.0.3", + "splitpanes": "^4.0.4", "striptags": "^3.2.0", "tabbable": "^6.2.0", "tributejs": "^5.1.3", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-visit": "^5.0.0", - "vue": "^3.5.13", - "vue-router": "^4.5.0", + "vue": "^3.5.18", + "vue-router": "^4.5.1", "vue-select": "^4.0.0-beta.6" }, "engines": { "node": "^20.11.0 || ^22 || ^24" } }, - "node_modules/@nextcloud/vue/node_modules/@nextcloud/initial-state": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", - "integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg==", - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", @@ -3702,44 +3687,17 @@ } }, "node_modules/@vueuse/components": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-13.1.0.tgz", - "integrity": "sha512-2cqRdRJ1CP/a9WpDAlIZneaivUuwze2e8W0CjKHbWqJ9p7nldccwMyEqKC7N6naYvipG469IGfYk6rnT/hoKfA==", - "license": "MIT", - "dependencies": { - "@vueuse/core": "13.1.0", - "@vueuse/shared": "13.1.0" - }, - "peerDependencies": { - "vue": "^3.5.0" - } - }, - "node_modules/@vueuse/components/node_modules/@vueuse/core": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.1.0.tgz", - "integrity": "sha512-PAauvdRXZvTWXtGLg8cPUFjiZEddTqmogdwYpnn60t08AA5a8Q4hZokBnpTOnVNqySlFlTcRYIC8OqreV4hv3Q==", - "license": "MIT", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-13.8.0.tgz", + "integrity": "sha512-lAunbZhYdQB/eVQVJqTKTfPnyZUYgd5wgWDl6HymnM1jF1RT/lI/a2oLZNBu49Yr1cY2Eq/7jNvuZz/dMa1EIw==", "dependencies": { - "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "13.1.0", - "@vueuse/shared": "13.1.0" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" + "@vueuse/core": "13.8.0", + "@vueuse/shared": "13.8.0" }, "peerDependencies": { "vue": "^3.5.0" } }, - "node_modules/@vueuse/components/node_modules/@vueuse/metadata": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.1.0.tgz", - "integrity": "sha512-+TDd7/a78jale5YbHX9KHW3cEDav1lz1JptwDvep2zSG8XjCsVE+9mHIzjTOaPbHUAk5XiE4jXLz51/tS+aKQw==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/@vueuse/core": { "version": "13.8.0", "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.8.0.tgz", @@ -3756,17 +3714,6 @@ "vue": "^3.5.0" } }, - "node_modules/@vueuse/core/node_modules/@vueuse/shared": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.8.0.tgz", - "integrity": "sha512-x4nfM0ykW+RmNJ4/1IzZsuLuWWrNTxlTWUiehTGI54wnOxIgI9EDdu/O5S77ac6hvQ3hk2KpOVFHaM0M796Kbw==", - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "vue": "^3.5.0" - } - }, "node_modules/@vueuse/integrations": { "version": "13.4.0", "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.4.0.tgz", @@ -3878,10 +3825,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.1.0.tgz", - "integrity": "sha512-IVS/qRRjhPTZ6C2/AM3jieqXACGwFZwWTdw5sNTSKk2m/ZpkuuN+ri+WCVUP8TqaKwJYt/KuMwmXspMAw8E6ew==", - "license": "MIT", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.8.0.tgz", + "integrity": "sha512-x4nfM0ykW+RmNJ4/1IzZsuLuWWrNTxlTWUiehTGI54wnOxIgI9EDdu/O5S77ac6hvQ3hk2KpOVFHaM0M796Kbw==", "funding": { "url": "https://github.com/sponsors/antfu" }, @@ -7094,10 +7040,9 @@ } }, "node_modules/focus-trap": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", - "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", - "license": "MIT", + "version": "7.6.5", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.5.tgz", + "integrity": "sha512-7Ke1jyybbbPZyZXFxEftUtxFGLMpE2n6A+z//m4CRDlj0hW+o3iYSmh8nFlYMurOiJVDmJRilUQtJr08KfIxlg==", "dependencies": { "tabbable": "^6.2.0" } @@ -11974,10 +11919,9 @@ } }, "node_modules/splitpanes": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-4.0.3.tgz", - "integrity": "sha512-S/f1CoH2JroOib7kzQtTQNtQCa7VzNQ2qKOO5HNj/5EVVcNkfz1eX/sH+X3XKdBdDLihEKDekVGwrLADd2oirA==", - "license": "MIT", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-4.0.4.tgz", + "integrity": "sha512-RbysugZhjbCw5fgplvk3hOXr41stahQDtZhHVkhnnJI6H4wlGDhM2kIpbehy7v92duy9GnMa8zIhHigIV1TWtg==", "funding": { "url": "https://github.com/sponsors/antoniandre" }, diff --git a/package.json b/package.json index 230f857dbe..bd30ad4cf3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/l10n": "^3.3.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.3", + "@nextcloud/vue": "^9.0.0-rc.6", "@vueuse/core": "^13.8.0", "@vueuse/integrations": "^13.4.0", "axios": "^1.11.0",