From dfc71b7dd1313b449b2865f692b3ef5a42a5fc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:14:40 +0000 Subject: [PATCH] chore(deps): bump @commander-js/extra-typings from 14.0.0 to 15.0.0 Bumps [@commander-js/extra-typings](https://github.com/commander-js/extra-typings) from 14.0.0 to 15.0.0. - [Release notes](https://github.com/commander-js/extra-typings/releases) - [Changelog](https://github.com/commander-js/extra-typings/blob/main/CHANGELOG.md) - [Commits](https://github.com/commander-js/extra-typings/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: "@commander-js/extra-typings" dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2f66b3deb..60090f7ca 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -29,7 +29,7 @@ "@aws-sdk/credential-providers": "^3.893.0", "@aws-sdk/region-config-resolver": "^3.972.13", "@aws/agent-inspector": "0.6.0", - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@opentelemetry/api": "^1.9.1", "@opentelemetry/exporter-metrics-otlp-http": "^0.215.0", "@opentelemetry/otlp-transformer": "^0.213.0", @@ -3174,12 +3174,12 @@ "license": "Apache-2.0" }, "node_modules/@commander-js/extra-typings": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-14.0.0.tgz", - "integrity": "sha512-hIn0ncNaJRLkZrxBIp5AsW/eXEHNKYQBh0aPdoUqNgD+Io3NIykQqpKFyKcuasZhicGaEZJX/JBSIkZ4e5x8Dg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-15.0.0.tgz", + "integrity": "sha512-yeJlba62xqmkgELUsn7356MEnzLLu/fw2x4lofFqGnXh6YysRdEs2BaLeLtg1+KU0AXvMeqQvTTp+3hBEBK+EA==", "license": "MIT", "peerDependencies": { - "commander": "~14.0.0" + "commander": "~15.0.0" } }, "node_modules/@emnapi/core": { diff --git a/package.json b/package.json index 546821b59..c3ab8ac55 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@aws-sdk/credential-providers": "^3.893.0", "@aws-sdk/region-config-resolver": "^3.972.13", "@aws/agent-inspector": "0.6.0", - "@commander-js/extra-typings": "^14.0.0", + "@commander-js/extra-typings": "^15.0.0", "@opentelemetry/api": "^1.9.1", "@opentelemetry/exporter-metrics-otlp-http": "^0.215.0", "@opentelemetry/otlp-transformer": "^0.213.0",