From 0720c4f1d1f7b449ccb5ade0616fcfcd48828bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:01:34 +0000 Subject: [PATCH] chore(deps-dev): bump @types/yargs from 17.0.33 to 17.0.34 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.33 to 17.0.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) --- updated-dependencies: - dependency-name: "@types/yargs" dependency-version: 17.0.34 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad2846c9..acf12427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tsconfig/node20": "20.1.6", "@tsconfig/strictest": "2.0.5", "@types/node": "22.15.29", - "@types/yargs": "17.0.33", + "@types/yargs": "17.0.34", "eslint": "9.34.0", "husky": "9.1.7", "lint-staged": "16.1.6", @@ -405,9 +405,9 @@ } }, "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "version": "17.0.34", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz", + "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==", "dev": true, "dependencies": { "@types/yargs-parser": "*" @@ -4103,9 +4103,9 @@ } }, "@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "version": "17.0.34", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz", + "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==", "dev": true, "requires": { "@types/yargs-parser": "*" diff --git a/package.json b/package.json index b0348121..44e46e13 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tsconfig/node20": "20.1.6", "@tsconfig/strictest": "2.0.5", "@types/node": "22.15.29", - "@types/yargs": "17.0.33", + "@types/yargs": "17.0.34", "eslint": "9.34.0", "husky": "9.1.7", "lint-staged": "16.1.6",