From 76af40a8bc8989f8f092d41f8ed13b045a44d3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:43:16 +0000 Subject: [PATCH] build(deps): bump @nextcloud/paths from 2.3.0 to 2.4.0 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.3.0 to 2.4.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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/paths" dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffc2a3e2e1..3d31ec8848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/files": "^3.12.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.0", - "@nextcloud/paths": "^2.3.0", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^2.0.0-rc.0", @@ -1814,9 +1814,9 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz", - "integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz", + "integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==", "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" @@ -17169,9 +17169,9 @@ } }, "@nextcloud/paths": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz", - "integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz", + "integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==" }, "@nextcloud/router": { "version": "3.1.0", diff --git a/package.json b/package.json index 09865c1ec4..caa6beac53 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/files": "^3.12.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.0", - "@nextcloud/paths": "^2.3.0", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^2.0.0-rc.0",