From 9077302fb70f33f4cb9527a6ff9aee15e773ce04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:03:22 +0000 Subject: [PATCH] chore(deps): bump @npmcli/package-json from 5.2.1 to 7.0.5 Bumps [@npmcli/package-json](https://github.com/npm/package-json) from 5.2.1 to 7.0.5. - [Release notes](https://github.com/npm/package-json/releases) - [Changelog](https://github.com/npm/package-json/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/package-json/compare/v5.2.1...v7.0.5) --- updated-dependencies: - dependency-name: "@npmcli/package-json" dependency-version: 7.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 5b8c95a..e9b5dbf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@npmcli/map-workspaces": "^5.0.3", "@npmcli/name-from-folder": "^2.0.0", - "@npmcli/package-json": "^5.0.0", + "@npmcli/package-json": "^7.0.5", "fs-extra": "^11.1.1", "loggerr": "^3.0.0", "npm-package-arg": "^11.0.1",