diff --git a/package-lock.json b/package-lock.json index 9a214bb229..e11b4e2066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/files": "^3.12.0", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.0", - "@nextcloud/paths": "^2.2.2", + "@nextcloud/paths": "^2.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^2.0.0-rc.0", @@ -1833,9 +1833,9 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz", - "integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz", + "integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==", "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" @@ -17162,9 +17162,9 @@ } }, "@nextcloud/paths": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz", - "integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz", + "integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==" }, "@nextcloud/router": { "version": "3.1.0", diff --git a/package.json b/package.json index 82e7468f35..e2e3cf20f6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/files": "^3.12.0", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.0", - "@nextcloud/paths": "^2.2.2", + "@nextcloud/paths": "^2.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^2.0.0-rc.0",