From cfea86ead8cc5c5cc9a279bcf0c85e0bca57e2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:23:56 +0000 Subject: [PATCH] build(deps): bump @nextcloud/paths from 2.2.1 to 2.2.2 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/paths" dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 173e3aef5f1..dd0ba2dde7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^5.3.1", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.2.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0", @@ -4075,13 +4075,11 @@ } }, "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==", - "license": "GPL-3.0-or-later", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz", + "integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==", "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 63dce7456ea..f58ef399eb9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^5.3.1", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.2.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0",