From 370fb345f304931dd9733af9ba0636bbeb00a6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:24:21 +0000 Subject: [PATCH] build(deps): bump commander and @commander-js/extra-typings Bumps [commander](https://github.com/tj/commander.js) and [@commander-js/extra-typings](https://github.com/commander-js/extra-typings). These dependencies needed to be updated together. Updates `commander` from 12.1.0 to 13.0.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v13.0.0) Updates `@commander-js/extra-typings` from 12.1.0 to 13.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/v12.1.0...v13.0.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@commander-js/extra-typings" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index b880cb4..10a84d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.4.4", "license": "MIT", "dependencies": { - "@commander-js/extra-typings": "^12.1.0", - "commander": "^12.1.0" + "@commander-js/extra-typings": "^13.0.0", + "commander": "^13.0.0" }, "bin": { "json2struct": "dist/cli/index.js" @@ -29,12 +29,11 @@ } }, "node_modules/@commander-js/extra-typings": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-12.1.0.tgz", - "integrity": "sha512-wf/lwQvWAA0goIghcb91dQYpkLBcyhOhQNqG/VgWhnKzgt+UOMvra7EX/2fv70arm5RW+PUHoQHHDa6/p77Eqg==", - "license": "MIT", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-13.0.0.tgz", + "integrity": "sha512-4or44L3saI49QRBvdSzfCtzqONlFg0/qy0Cfl+LRynDaxlGs7r2KRTLCELaAoKh4oQguICxRwQfm77/Up+0wTw==", "peerDependencies": { - "commander": "~12.1.0" + "commander": "~13.0.0" } }, "node_modules/@esbuild/linux-x64": { @@ -1051,10 +1050,9 @@ "license": "MIT" }, "node_modules/commander": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", - "license": "MIT", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.0.0.tgz", + "integrity": "sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index 59bc8fe..0e4e2d2 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ }, "homepage": "https://github.com/hougesen/json2struct#readme", "dependencies": { - "@commander-js/extra-typings": "^12.1.0", - "commander": "^12.1.0" + "@commander-js/extra-typings": "^13.0.0", + "commander": "^13.0.0" }, "devDependencies": { "@eslint/js": "^9.9.1",