diff --git a/package-lock.json b/package-lock.json index 50a5617519..ab3fc3b870 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.7", + "@nextcloud/vue": "^9.0.0-rc.8", "@vueuse/core": "^13.9.0", "@vueuse/integrations": "^13.8.0", "axios": "^1.11.0", @@ -283,13 +283,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz", - "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "engines": { "node": ">=6.9.0" } @@ -1793,9 +1789,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-rc.7", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.7.tgz", - "integrity": "sha512-wfeJvrm1qmLhxlwL+3MyJfvztBze/AaB3LMiziih/DKtEpBdUrL39M+9cAR2sz/GoOYwG76zAa4M7z0PQsQ8/A==", + "version": "9.0.0-rc.8", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.8.tgz", + "integrity": "sha512-fUMbQZjZ985Hm+8zaxPErp1DwlNqVELzj5MK+Z+qR5iDisILY6PKGguKGvLI8wNwQrIIgJtK9vK9AZcALowiOg==", "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.7.4", @@ -1817,7 +1813,7 @@ "clone": "^2.1.2", "debounce": "^2.2.0", "dompurify": "^3.2.6", - "emoji-mart-vue-fast": "^15.0.4", + "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", "focus-trap": "^7.6.5", @@ -5565,10 +5561,9 @@ "license": "MIT" }, "node_modules/emoji-mart-vue-fast": { - "version": "15.0.4", - "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.4.tgz", - "integrity": "sha512-OjuxqoMJRTTG7Vevz0mR1ZnqY1DI8gGnmoskuuC8qL8VwwTjrGdwAO4WRWtAUN8P6Di7kxvY6cUgNETNFmbP4A==", - "license": "BSD-3-Clause", + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.5.tgz", + "integrity": "sha512-wnxLor8ggpqshoOPwIc33MdOC3A1XFeDLgUwYLPtNPL8VeAtXJAVrnFq1CN5PeCYAFoLo4IufHQZ9CfHD4IZiw==", "dependencies": { "@babel/runtime": "^7.18.6", "core-js": "^3.23.5" @@ -10816,12 +10811,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, "node_modules/regexp.prototype.flags": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", diff --git a/package.json b/package.json index 55feae3d1e..fbc74583d9 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.7", + "@nextcloud/vue": "^9.0.0-rc.8", "@vueuse/core": "^13.9.0", "@vueuse/integrations": "^13.8.0", "axios": "^1.11.0",