Skip to content

Commit 7f6eca6

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump yargs-parser from 18.1.3 to 20.2.1
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.1.3 to 20.2.1. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md) - [Commits](yargs/yargs-parser@v18.1.3...v20.2.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e62088d commit 7f6eca6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"semver": "^7.1.3",
118118
"typescript": "^4.0.3",
119119
"which": "^2.0.2",
120-
"yargs-parser": "^18.1.3"
120+
"yargs-parser": "^20.2.1"
121121
},
122122
"eslintConfig": {
123123
"extends": [

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -9762,14 +9762,19 @@ yargs-parser@^13.1.2:
97629762
camelcase "^5.0.0"
97639763
decamelize "^1.2.0"
97649764

9765-
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
9765+
yargs-parser@^18.1.2:
97669766
version "18.1.3"
97679767
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
97689768
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
97699769
dependencies:
97709770
camelcase "^5.0.0"
97719771
decamelize "^1.2.0"
97729772

9773+
yargs-parser@^20.2.1:
9774+
version "20.2.1"
9775+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.1.tgz#28f3773c546cdd8a69ddae68116b48a5da328e77"
9776+
integrity sha512-yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA==
9777+
97739778
yargs@^13.3.0:
97749779
version "13.3.2"
97759780
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"

0 commit comments

Comments
 (0)