diff --git a/package-lock.json b/package-lock.json index 3089f33d..6f71529e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/files": "^3.2.1", "@nextcloud/l10n": "^3.1.0", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.11.3", "@nextcloud/vue-dashboard": "^2.0.1", @@ -2452,11 +2452,12 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz", - "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==", - "dependencies": { - "core-js": "^3.6.4" + "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": "^10.0.0" } }, "node_modules/@nextcloud/router": { @@ -16255,12 +16256,9 @@ } }, "@nextcloud/paths": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz", - "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==", - "requires": { - "core-js": "^3.6.4" - } + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", + "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==" }, "@nextcloud/router": { "version": "3.0.1", diff --git a/package.json b/package.json index 475e66be..54d81b0e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/files": "^3.2.1", "@nextcloud/l10n": "^3.1.0", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.11.3", "@nextcloud/vue-dashboard": "^2.0.1",