From b33eb679f4359a65ee8eb2ff201c6570876accb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 08:33:37 +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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbf93da04ed..65dece9baf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/dialogs": "^7.1.0", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.1", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.3.0", "@nextcloud/vue": "^9.1.0", "pinia": "^3.0.3", "vue": "^3.5.24" @@ -2412,13 +2412,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 ff2f921e1c2..2ad35384099 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/dialogs": "^7.1.0", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.1", - "@nextcloud/paths": "^2.2.1", + "@nextcloud/paths": "^2.3.0", "@nextcloud/vue": "^9.1.0", "pinia": "^3.0.3", "vue": "^3.5.24"