diff --git a/package-lock.json b/package-lock.json index 39bbc969..a4f2bb00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/files": "^3.12.1", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", - "@nextcloud/paths": "^2.3.0", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "axios": "^1.13.2", @@ -2002,9 +2002,9 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz", - "integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz", + "integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==", "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" diff --git a/package.json b/package.json index 94e1c45b..bdb72d65 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/files": "^3.12.1", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", - "@nextcloud/paths": "^2.3.0", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "axios": "^1.13.2",