diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index c82423e65c91a..8a140fa0a8da8 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/calendar-availability-vue": "^2.2.10", - "@nextcloud/capabilities": "^1.2.0", + "@nextcloud/capabilities": "^1.2.1", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.12.0", @@ -2863,26 +2863,15 @@ } }, "node_modules/@nextcloud/capabilities": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz", - "integrity": "sha512-L1NQtOfHWzkfj0Ple1MEJt6HmOHWAi3y4qs+OnwSWexqJT0DtXTVPyRxi7ADyITwRxS5H9R/HMl6USAj4Nr1nQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.1.tgz", + "integrity": "sha512-snZ0/910zzwN6PDsIlx2Uvktr1S5x0ClhDUnfPlCj7ntNvECzuVHNY5wzby22LIkc+9ZjaDKtCwuCt2ye+9p/Q==", "license": "GPL-3.0-or-later", "dependencies": { - "@nextcloud/initial-state": "^2.1.0" + "@nextcloud/initial-state": "^3.0.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, - "node_modules/@nextcloud/capabilities/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==", - "license": "GPL-3.0-or-later", - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/dialogs": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index c5c66b8cecf58..00b83e1e3fcf4 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -32,7 +32,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/calendar-availability-vue": "^2.2.10", - "@nextcloud/capabilities": "^1.2.0", + "@nextcloud/capabilities": "^1.2.1", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.12.0",