Bump yargs from 17.7.0 to 17.7.1 #16

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/yargs-17.7.1 into main
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 538bf6d10c - Show all commits

8
package-lock.json generated

@ -21,7 +21,7 @@
"semver": "^7.3.8", "semver": "^7.3.8",
"tar": "^6.1.13", "tar": "^6.1.13",
"yaml": "^2.2.1", "yaml": "^2.2.1",
"yargs": "^17.7.0" "yargs": "^17.7.1"
}, },
"bin": { "bin": {
"apt-stream": "src/index.js" "apt-stream": "src/index.js"
@ -4211,9 +4211,9 @@
} }
}, },
"node_modules/yargs": { "node_modules/yargs": {
"version": "17.7.0", "version": "17.7.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
"integrity": "sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==", "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
"dependencies": { "dependencies": {
"cliui": "^8.0.1", "cliui": "^8.0.1",
"escalade": "^3.1.1", "escalade": "^3.1.1",

@ -58,6 +58,6 @@
"semver": "^7.3.8", "semver": "^7.3.8",
"tar": "^6.1.13", "tar": "^6.1.13",
"yaml": "^2.2.1", "yaml": "^2.2.1",
"yargs": "^17.7.0" "yargs": "^17.7.1"
} }
} }