diff --git a/package-lock.json b/package-lock.json index 2fc7e87..5c1c4d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/express-rate-limit": "^6.0.0", "@types/js-yaml": "^4.0.5", "@types/node": "^17.0.12", - "@types/yargs": "^17.0.8", + "@types/yargs": "^17.0.9", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.1", "eslint": "^8.10.0", @@ -255,9 +255,9 @@ } }, "node_modules/@types/yargs": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.8.tgz", - "integrity": "sha512-wDeUwiUmem9FzsyysEwRukaEdDNcwbROvQ9QGRKaLI6t+IltNzbn4/i4asmB10auvZGQCzSQ6t0GSczEThlUXw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.9.tgz", + "integrity": "sha512-Ci8+4/DOtkHRylcisKmVMtmVO5g7weUVCKcsu1sJvF1bn0wExTmbHmhFKj7AnEm0de800iovGhdSKzYnzbaHpg==", "dev": true, "dependencies": { "@types/yargs-parser": "*" @@ -7880,9 +7880,9 @@ } }, "@types/yargs": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.8.tgz", - "integrity": "sha512-wDeUwiUmem9FzsyysEwRukaEdDNcwbROvQ9QGRKaLI6t+IltNzbn4/i4asmB10auvZGQCzSQ6t0GSczEThlUXw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.9.tgz", + "integrity": "sha512-Ci8+4/DOtkHRylcisKmVMtmVO5g7weUVCKcsu1sJvF1bn0wExTmbHmhFKj7AnEm0de800iovGhdSKzYnzbaHpg==", "dev": true, "requires": { "@types/yargs-parser": "*" diff --git a/package.json b/package.json index 2668c89..0215eca 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/express-rate-limit": "^6.0.0", "@types/express": "^4.17.13", "@types/js-yaml": "^4.0.5", - "@types/yargs": "^17.0.8", + "@types/yargs": "^17.0.9", "@types/node": "^17.0.12", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.1",