From b4336902a40f6e6775903a1c78ab3032a4b540f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:38:49 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/paths from 2.2.0 to 2.2.1 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.0 to 2.2.1. - [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.2.0...v2.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/paths" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ec56d..21c5ec4 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.2.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "vue": "^2.7.15" }, @@ -2626,12 +2626,12 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.0.tgz", - "integrity": "sha512-G2KZmDgI3Lt3zFWz2EZ9opVda7nfQN7TU4LaplMRSSJEd8nILX5lYc8fl01oDf3DiUKAtLwXHuPdJhVuHoN+Tg==", + "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": "^9.0.0 || ^10.0.0" + "npm": "^10.0.0" } }, "node_modules/@nextcloud/router": { diff --git a/package.json b/package.json index 3afba4f..304c3ef 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.2.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "vue": "^2.7.15" },