From 41ab51121be5704c88a39d192e4ebe78e495bdac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:08:08 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.3.0 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.3.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.2.1...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/paths" dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95644a1b..2e88ff05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/files": "^3.12.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.3.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "axios": "^1.13.2", @@ -2035,12 +2035,12 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", - "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==", + "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", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/router": { diff --git a/package.json b/package.json index cf277a20..363f2c7a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/files": "^3.12.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.3.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "axios": "^1.13.2",