diff --git a/package-lock.json b/package-lock.json index f47c61c..f28d533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.0", "@nextcloud/router": "^3.0.1", "vue": "^2.7.15" }, @@ -2626,11 +2626,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.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.0.tgz", + "integrity": "sha512-G2KZmDgI3Lt3zFWz2EZ9opVda7nfQN7TU4LaplMRSSJEd8nILX5lYc8fl01oDf3DiUKAtLwXHuPdJhVuHoN+Tg==", + "engines": { + "node": "^20.0.0", + "npm": "^9.0.0 || ^10.0.0" } }, "node_modules/@nextcloud/router": { @@ -5493,16 +5494,6 @@ "dev": true, "peer": true }, - "node_modules/core-js": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.30.1.tgz", - "integrity": "sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/core-js-compat": { "version": "3.37.1", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", diff --git a/package.json b/package.json index 6971605..3947434 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.0", "@nextcloud/router": "^3.0.1", "vue": "^2.7.15" },