Bump yargs from 17.7.1 to 17.7.2 #522

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/yargs-17.7.2 into main 2023-05-01 14:24:10 +00:00
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated

@ -3166,8 +3166,9 @@
}
},
"node_modules/yargs": {
"version": "17.7.1",
"license": "MIT",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
"dependencies": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
@ -3194,7 +3195,7 @@
"license": "GPL-3.0",
"dependencies": {
"@the-bds-maneger/core": "^6.0.3",
"yargs": "^17.7.1"
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.24"

@ -17,7 +17,7 @@
"keywords": [],
"dependencies": {
"@the-bds-maneger/core": "^6.0.3",
"yargs": "^17.7.1"
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.24"