diff --git a/package-lock.json b/package-lock.json index af849079c2c30..089bc4b951ce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.4.2", @@ -4576,12 +4576,12 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.0.tgz", - "integrity": "sha512-G2KZmDgI3Lt3zFWz2EZ9opVda7nfQN7TU4LaplMRSSJEd8nILX5lYc8fl01oDf3DiUKAtLwXHuPdJhVuHoN+Tg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", + "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==", "engines": { "node": "^20.0.0", - "npm": "^9.0.0 || ^10.0.0" + "npm": "^10.0.0" } }, "node_modules/@nextcloud/router": { diff --git a/package.json b/package.json index 1a945f2d785f7..8ad8c1a0324fd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.4.2",