Skip to content

Commit b708950

Browse files
authored
Merge pull request #18 from Hermanya/dependabot/npm_and_yarn/yargs-parser-13.1.2
Bump yargs-parser from 10.1.0 to 13.1.2
2 parents 27cee7e + f9cff33 commit b708950

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
"y18n": "^4.0.0",
759759
"yallist": "^3.0.3",
760760
"yargs": "^13.3.0",
761-
"yargs-parser": "^10.1.0"
761+
"yargs-parser": "^13.1.2"
762762
},
763763
"repository": {
764764
"type": "git",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8731,17 +8731,17 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
87318731
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
87328732
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
87338733

8734-
yargs-parser@10.x, yargs-parser@^10.1.0:
8734+
yargs-parser@10.x:
87358735
version "10.1.0"
87368736
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
87378737
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
87388738
dependencies:
87398739
camelcase "^4.1.0"
87408740

8741-
yargs-parser@^13.1.1:
8742-
version "13.1.1"
8743-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
8744-
integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==
8741+
yargs-parser@^13.1.1, yargs-parser@^13.1.2:
8742+
version "13.1.2"
8743+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
8744+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
87458745
dependencies:
87468746
camelcase "^5.0.0"
87478747
decamelize "^1.2.0"

0 commit comments

Comments
 (0)