From 2b036a4d2a83f187ab61787f4fd5e4881b757ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:00:31 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/paths from 2.1.0 to 2.2.1 Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.1.0 to 2.2.1. - [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.1.0...v2.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/paths" 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, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d75de325..cd62e346a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.4", @@ -3556,10 +3556,12 @@ } }, "node_modules/@nextcloud/paths": { - "version": "2.1.0", - "license": "GPL-3.0-or-later", - "dependencies": { - "core-js": "^3.6.4" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.1.tgz", + "integrity": "sha512-M3ShLjrxR7B48eKThLMoqbxTqTKyQXcwf9TgeXQGbCIhiHoXU6as5j8l5qNv/uZlANokVdowpuWHBi3b2+YNNA==", + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" } }, "node_modules/@nextcloud/router": { diff --git a/package.json b/package.json index 73553125f..3cc62e7fe 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/paths": "^2.1.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.4",