From 8688daadb2cd2f863bbee718e30cf8d9e8c9b110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:55:42 +0000 Subject: [PATCH] chore(deps): bump @commander-js/extra-typings from 11.1.0 to 12.0.0 Bumps [@commander-js/extra-typings](https://github.com/commander-js/extra-typings) from 11.1.0 to 12.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/v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: "@commander-js/extra-typings" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/package.json b/cli/package.json index a7e888f388..88819a583f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -32,7 +32,7 @@ "typedoc": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json" }, "dependencies": { - "@commander-js/extra-typings": "^11.1.0", + "@commander-js/extra-typings": "^12.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "commander": "^12.0.0", "dotenv": "^16.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30a090986f..87ab1ef2fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -148,8 +148,8 @@ importers: cli: dependencies: '@commander-js/extra-typings': - specifier: ^11.1.0 - version: 11.1.0(commander@12.0.0) + specifier: ^12.0.0 + version: 12.0.0(commander@12.0.0) '@nomicfoundation/hardhat-toolbox': specifier: ^4.0.0 version: 4.0.0(@nomicfoundation/hardhat-chai-matchers@2.0.3)(@nomicfoundation/hardhat-ethers@3.0.5)(@nomicfoundation/hardhat-network-helpers@1.0.10)(@nomicfoundation/hardhat-verify@2.0.3)(@typechain/ethers-v6@0.5.1)(@typechain/hardhat@9.1.0)(@types/chai@4.3.11)(@types/mocha@10.0.6)(@types/node@20.11.16)(chai@4.4.0)(ethers@6.10.0)(hardhat-gas-reporter@1.0.9)(hardhat@2.19.4)(solidity-coverage@0.8.5)(ts-node@10.9.2)(typechain@8.3.2)(typescript@5.3.3) @@ -2030,10 +2030,10 @@ packages: engines: {node: '>=0.1.90'} requiresBuild: true - /@commander-js/extra-typings@11.1.0(commander@12.0.0): - resolution: {integrity: sha512-GuvZ38d23H+7Tz2C9DhzCepivsOsky03s5NI+KCy7ke1FNUvsJ2oO47scQ9YaGGhgjgNW5OYYNSADmbjcSoIhw==} + /@commander-js/extra-typings@12.0.0(commander@12.0.0): + resolution: {integrity: sha512-7zGCwtRKOJ978LCuEZbQ9ZmLdrRkNNASphEO5i9MZb6HfOk7KfsA3f4oXqYDhko4tNrU3GmZTlHqQ/nRlYtYSw==} peerDependencies: - commander: 11.1.x + commander: ~12.0.0 dependencies: commander: 12.0.0 dev: false