From f0041f4ac7285e2630f7533ca096e27ae886e357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:09:07 +0000 Subject: [PATCH] build(deps): bump @nextcloud/paths from 2.2.2 to 2.4.0 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.2 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.2.2...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e373c21b6fa..f83c7568929 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.2", - "@nextcloud/paths": "^2.2.2", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0", @@ -4062,9 +4062,9 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz", - "integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz", + "integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==", "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } diff --git a/package.json b/package.json index a5b383b06d8..a8121f5b267 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.2", - "@nextcloud/paths": "^2.2.2", + "@nextcloud/paths": "^2.4.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0",