From f741c15b4a183cb55775965e797a9c77937bb301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:05:17 +0000 Subject: [PATCH] chore(deps-dev): bump @npmcli/package-json from 7.0.5 to 8.0.0 Bumps [@npmcli/package-json](https://github.com/npm/package-json) from 7.0.5 to 8.0.0. - [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/v7.0.5...v8.0.0) --- updated-dependencies: - dependency-name: "@npmcli/package-json" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- builder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/package.json b/builder/package.json index 5891268..a93d8c5 100644 --- a/builder/package.json +++ b/builder/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@adguard/agtree": "^4.1.1", "@ava/typescript": "^7.0.0", - "@npmcli/package-json": "^7.0.5", + "@npmcli/package-json": "^8.0.0", "@types/npmcli__package-json": "^4.0.4", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2",