From 5411d6672e89972a298dbcbdcc82b8d92f804a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:35:51 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/paths from 2.1.0 to 2.2.0 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/paths" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++---------------- package.json | 2 +- 2 files changed, 8 insertions(+), 17 deletions(-) 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" },