diff --git a/package-lock.json b/package-lock.json index 06b9bbdc..51be8c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/files": "^3.11.0", "@nextcloud/l10n": "^3.4.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.7", + "@nextcloud/vue": "^9.0.0-rc.8", "vue": "^3.5.17" }, "devDependencies": { @@ -258,7 +258,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1257,9 +1259,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==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -1282,7 +1284,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", @@ -4060,7 +4062,9 @@ "license": "MIT" }, "node_modules/emoji-mart-vue-fast": { - "version": "15.0.4", + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.5.tgz", + "integrity": "sha512-wnxLor8ggpqshoOPwIc33MdOC3A1XFeDLgUwYLPtNPL8VeAtXJAVrnFq1CN5PeCYAFoLo4IufHQZ9CfHD4IZiw==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/package.json b/package.json index a42c8e6c..973649e3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/files": "^3.11.0", "@nextcloud/l10n": "^3.4.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.7", + "@nextcloud/vue": "^9.0.0-rc.8", "vue": "^3.5.17" }, "devDependencies": {