From e709ef8548082679a1d97d2d1dfc5f063e832899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:54:20 +0000 Subject: [PATCH] Upgrade: Bump upath from 2.0.1 to 3.0.5 Bumps [upath](https://github.com/anodynos/upath) from 2.0.1 to 3.0.5. - [Changelog](https://github.com/anodynos/upath/blob/master/CHANGELOG.md) - [Commits](https://github.com/anodynos/upath/compare/v2.0.1...v3.0.5) --- updated-dependencies: - dependency-name: upath dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 189c8f5c..250732c5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "resolve": "^1.22.2", "rollup": "^2.79.1", "rollup-plugin-inject-process-env": "*", - "upath": "^2.0.1" + "upath": "^3.0.5" }, "peerDependencies": { "adapt-authoring-adaptframework": "^2.0.0",