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

Commit

Permalink
docs: update readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 22, 2021
1 parent 0e87c5f commit b3ddb8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
openapi-default-setter "^2.0.4"
openapi-request-coercer "^2.3.0"
swagger-ui-express "^4.0.2"
uuid "^7.0.0"
uuid "^8.3.2"

"@types/body-parser@*":
version "1.17.0"
Expand Down Expand Up @@ -849,10 +849,10 @@ utils-merge@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"

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==
uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

validator@^10.11.0:
version "10.11.0"
Expand Down
14 changes: 7 additions & 7 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-51593aee-cdd1-4a78-a879-a9c4d95ef13e-1613992548632/node_modules/@slushy/codegen"
"@slushy/server" "file:../../../.cache/yarn/v6/npm-@slushy-example-0.22.34-51593aee-cdd1-4a78-a879-a9c4d95ef13e-1613992548632/node_modules/@slushy/server"
"@slushy/codegen" "file:../../../.cache/yarn/v6/npm-@slushy-example-0.22.34-82288c07-57fd-43c9-b924-8dd292d73614-1613993628078/node_modules/@slushy/codegen"
"@slushy/server" "file:../../../.cache/yarn/v6/npm-@slushy-example-0.22.34-82288c07-57fd-43c9-b924-8dd292d73614-1613993628078/node_modules/@slushy/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 "^7.0.0"
uuid "^8.3.2"

"@types/babel__core@^7.1.0":
version "7.1.2"
Expand Down Expand Up @@ -7160,10 +7160,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@^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==
uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

v8-to-istanbul@^4.0.1:
version "4.1.2"
Expand Down

0 comments on commit b3ddb8c

Please sign in to comment.