diff --git a/package-lock.json b/package-lock.json index 185b0e53..61cd0f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/node": "^18.19.4", "@types/shelljs": "0.8.15", "@types/tar-stream": "^2.2.2", - "@types/yargs": "17.0.24", + "@types/yargs": "17.0.33", "@vitest/coverage-v8": "^2.1.8", "ajv": "^8.11.0", "async": "^3.2.4", @@ -5048,11 +5048,10 @@ "license": "MIT" }, "node_modules/@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "dev": true, - "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } diff --git a/package.json b/package.json index f6352cf2..84b93f3e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/node": "^18.19.4", "@types/shelljs": "0.8.15", "@types/tar-stream": "^2.2.2", - "@types/yargs": "17.0.24", + "@types/yargs": "17.0.33", "@vitest/coverage-v8": "^2.1.8", "ajv": "^8.11.0", "async": "^3.2.4",