From bd229ef0e9ebd0c868f9faec71b4d12a88eadbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:42:04 +0000 Subject: [PATCH] build(deps): bump @commander-js/extra-typings from 12.1.0 to 13.1.0 Bumps [@commander-js/extra-typings](https://github.com/commander-js/extra-typings) from 12.1.0 to 13.1.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.1.0) --- updated-dependencies: - dependency-name: "@commander-js/extra-typings" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b880cb4..9733e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.4", "license": "MIT", "dependencies": { - "@commander-js/extra-typings": "^12.1.0", + "@commander-js/extra-typings": "^13.1.0", "commander": "^12.1.0" }, "bin": { @@ -29,12 +29,12 @@ } }, "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==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-13.1.0.tgz", + "integrity": "sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg==", "license": "MIT", "peerDependencies": { - "commander": "~12.1.0" + "commander": "~13.1.0" } }, "node_modules/@esbuild/linux-x64": { diff --git a/package.json b/package.json index 59bc8fe..7c2c3b6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/hougesen/json2struct#readme", "dependencies": { - "@commander-js/extra-typings": "^12.1.0", + "@commander-js/extra-typings": "^13.1.0", "commander": "^12.1.0" }, "devDependencies": {