Update the yargs package to the latest version

This commit is contained in:
Jonas Jenwald 2021-05-30 07:51:30 +02:00
parent e7ab2d6eb5
commit 4ef538b19a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -18506,9 +18506,9 @@
"dev": true
},
"yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
"integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
"dev": true,
"requires": {
"cliui": "^7.0.2",

View File

@ -60,7 +60,7 @@
"webpack": "^5.38.1",
"webpack-stream": "^6.1.2",
"wintersmith": "^2.5.0",
"yargs": "^16.2.0"
"yargs": "^17.0.1"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",