diff --git a/package-lock.json b/package-lock.json index 90684f9..449f2f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/cli": "6.0.2", - "@commander-js/extra-typings": "14.0.0", + "@commander-js/extra-typings": "15.0.0", "@redocly/cli": "2.34.0", "@stoplight/spectral-cli": "6.16.0", "react": "19.2.7", @@ -3522,12 +3522,12 @@ } }, "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/@cspotcode/source-map-support": { @@ -10270,13 +10270,13 @@ } }, "node_modules/commander": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", - "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz", + "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==", "license": "MIT", "peer": true, "engines": { - "node": ">=20" + "node": ">=22.12.0" } }, "node_modules/common-ancestor-path": { diff --git a/package.json b/package.json index 90c109d..a5331fd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "//": "react/react/dom in dependencies: not used directly - ensures consistent hoisting for @redocly/cli and @asyncapi/cli. see: https://github.com/bymbly/api-tools/issues/37", "dependencies": { "@asyncapi/cli": "6.0.2", - "@commander-js/extra-typings": "14.0.0", + "@commander-js/extra-typings": "15.0.0", "@redocly/cli": "2.34.0", "@stoplight/spectral-cli": "6.16.0", "react": "19.2.7",