From a2b3af07aeef8a9c213f7239d7019a2b16860b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:31:23 +0000 Subject: [PATCH] chore: bump @npmcli/config from 8.3.4 to 9.0.0 Bumps [@npmcli/config](https://github.com/npm/cli/tree/HEAD/workspaces/config) from 8.3.4 to 9.0.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/config/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.0.0/workspaces/config) --- updated-dependencies: - dependency-name: "@npmcli/config" dependency-type: direct:development 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 21021ab..f64559d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "validate-npm-package-name": "^6.0.0" }, "devDependencies": { - "@npmcli/config": "^8.2.0", + "@npmcli/config": "^9.0.0", "@npmcli/eslint-config": "^5.0.0", "@npmcli/template-oss": "4.23.3", "tap": "^16.0.1"