From 393cbf92bf2fd3d50d8c7873dde5e87b16d26046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:05:09 +0000 Subject: [PATCH] chore(deps): bump @npmcli/name-from-folder from 2.0.0 to 4.0.0 Bumps [@npmcli/name-from-folder](https://github.com/npm/name-from-folder) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/npm/name-from-folder/releases) - [Changelog](https://github.com/npm/name-from-folder/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/name-from-folder/compare/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: "@npmcli/name-from-folder" dependency-version: 4.0.0 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 9dbe92e..3840aea 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "MIT", "dependencies": { "@npmcli/map-workspaces": "^5.0.3", - "@npmcli/name-from-folder": "^2.0.0", + "@npmcli/name-from-folder": "^4.0.0", "@npmcli/package-json": "^5.0.0", "fs-extra": "^11.1.1", "loggerr": "^3.0.0",