From ccee4e6f1389b29cf713dbc3c18e1306309e94e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 03:37:16 +0000 Subject: [PATCH] Bump @npmcli/arborist from 9.5.0 to 9.7.0 Bumps [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) from 9.5.0 to 9.7.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v9.7.0/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.7.0/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-version: 9.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 718564f..86823e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@actions/core": "^3.0.1", "@ianvs/prettier-plugin-sort-imports": "^4.7.1", - "@npmcli/arborist": "^9.5.0", + "@npmcli/arborist": "^9.7.0", "@npmcli/node-gyp": "^5.0.0", "@npmcli/package-json": "^7.0.5", "esbuild": "^0.28.0", @@ -1020,9 +1020,9 @@ } }, "node_modules/@npmcli/arborist": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.5.0.tgz", - "integrity": "sha512-qS+TtKWC58sjBjD+szLrhEj2TCLnwzUA9vlMyCnU9ztw01ZjQSu25iQPxeBa0sk9sS9/Hzs/xJMWl7J/vRCjGQ==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.7.0.tgz", + "integrity": "sha512-vmGB7um0yvzZlBi0GzmSRJ/oW2KzjiBdgD5AGbMdiqxg/xemfCsDMyD/DtkXPhZrWsPNtGByiBF1kx//gi/5xA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index b116aa0..a60475c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@actions/core": "^3.0.1", "@ianvs/prettier-plugin-sort-imports": "^4.7.1", - "@npmcli/arborist": "^9.5.0", + "@npmcli/arborist": "^9.7.0", "@npmcli/node-gyp": "^5.0.0", "@npmcli/package-json": "^7.0.5", "esbuild": "^0.28.0",