From 73f22545235e469e250378d7c69f8e1a55ccad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:05:00 +0000 Subject: [PATCH] Bump nopt from 8.1.0 to 9.0.0 Bumps [nopt](https://github.com/npm/nopt) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/npm/nopt/releases) - [Changelog](https://github.com/npm/nopt/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/nopt/compare/v8.1.0...v9.0.0) --- updated-dependencies: - dependency-name: nopt dependency-version: 9.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 320801f0..2c05921e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "form-data": "^4.0.0", "js-yaml": "^4.1.0", "mime-types": "^2.1.30", - "nopt": "^8.0.0", + "nopt": "^9.0.0", "stack-utils": "^2.0.3", "tough-cookie": "^5.1.0", "ws": "^8.3.0"