Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
build(deps): bump yargs-parser from 15.0.0 to 15.0.1
Browse files Browse the repository at this point in the history
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2020
1 parent 444df23 commit e39f176
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,8 @@
"@slushy/example@file:example":
version "0.22.34"
dependencies:
"@slushy/codegen" "file:../../../.cache/yarn/v6/npm-@slushy-example-0.22.34-120928ba-6086-49d9-aa91-8684c806f5fb-1601885691478/node_modules/@slushy/codegen"
"@slushy/server" "file:../../../.cache/yarn/v6/npm-@slushy-example-0.22.34-120928ba-6086-49d9-aa91-8684c806f5fb-1601885691478/node_modules/@slushy/server"
"@slushy/codegen" "file:codegen"
"@slushy/server" "file:server"

"@slushy/server@file:server":
version "0.22.34"
Expand All @@ -1288,7 +1288,7 @@
openapi-default-setter "^2.0.4"
openapi-request-coercer "^2.3.0"
swagger-ui-express "^4.0.2"
uuid "^8.3.1"
uuid "^7.0.0"

"@types/babel__core@^7.1.0":
version "7.1.2"
Expand Down Expand Up @@ -2587,6 +2587,7 @@ decamelize-keys@^1.0.0:
decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=

decode-uri-component@^0.2.0:
version "0.2.0"
Expand Down Expand Up @@ -7160,10 +7161,10 @@ uuid@^3.0.1, uuid@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"

uuid@^8.3.1:
version "8.3.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
uuid@^7.0.0:
version "7.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==

v8-to-istanbul@^4.0.1:
version "4.1.2"
Expand Down Expand Up @@ -7423,9 +7424,9 @@ yaml@^1.7.2:
"@babel/runtime" "^7.6.3"

yargs-parser@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
version "15.0.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"
integrity sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
Expand Down

0 comments on commit e39f176

Please sign in to comment.