Merge pull request #94 from fjogeleit/dependabot/npm_and_yarn/yargs-17.7.1

Bump yargs from 17.7.0 to 17.7.1
This commit is contained in:
Frank Jogeleit
2023-02-27 19:19:28 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@vercel/ncc": "^0.36.1",
"axios": "^1.3",
"form-data": "^4.0.0",
"yargs": "^17.7.0"
"yargs": "^17.7.1"
},
"engines": {
"node": ">=16.0.0"
@@ -313,9 +313,9 @@
}
},
"node_modules/yargs": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz",
"integrity": "sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==",
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
"dev": true,
"dependencies": {
"cliui": "^8.0.1",
@@ -553,9 +553,9 @@
"dev": true
},
"yargs": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz",
"integrity": "sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==",
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
"dev": true,
"requires": {
"cliui": "^8.0.1",

View File

@@ -22,7 +22,7 @@
"@vercel/ncc": "^0.36.1",
"axios": "^1.3",
"form-data": "^4.0.0",
"yargs": "^17.7.0"
"yargs": "^17.7.1"
},
"dependencies": {
"@actions/core": "^1.10.0"