diff --git a/package-lock.json b/package-lock.json index 0b919b6065..98a81585bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "nextcloud-mail", - "version": "5.2.0-beta.1", + "version": "5.2.0", "license": "AGPL-3.0-only", "dependencies": { "@ckeditor/ckeditor5-alignment": "44.3.0", @@ -6076,9 +6076,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.27.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.27.0.tgz", - "integrity": "sha512-v9aTv5G5zVKN8PJVAP/WTcTspDXr6yxZtgGyQ4El5pZzMWk2+3wANT+VU4mdNCIpiJ2xyYorLs/Gg0Z9y73Anw==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.29.0.tgz", + "integrity": "sha512-n7lqBvzGYNa+ysMOdxFihoQ3ZJJ15uJ8aDsNchS9Bvnx2UzqZW3rccFCxmo5s9lDU86U9VILisWP5KABVWq3IA==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -6088,7 +6088,8 @@ "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/event-bus": "^3.3.2", - "@nextcloud/l10n": "^3.2.0", + "@nextcloud/initial-state": "^2.2.0", + "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", @@ -6129,8 +6130,7 @@ "vue2-datepicker": "^3.11.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/vue-select": {