diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index a81355afee19f..6d5a2a14a18e4 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.2", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.2.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0", @@ -3797,13 +3797,11 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", - "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==", - "license": "GPL-3.0-or-later", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz", + "integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==", "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/router": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 569952a8e6df1..90fa5070e2c4c 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -41,7 +41,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.2", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.2.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0",