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 swagger-parser from 8.0.1 to 8.0.2 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Oct 11, 2019
1 parent df50d5f commit 944653f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions codegen/yarn.lock
Expand Up @@ -51,10 +51,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

json-schema-ref-parser@^7.1.0:
version "7.1.0"
resolved "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-7.1.0.tgz#987582b19fa06a37db4797d4e825879a7aea127c"
integrity sha512-eP9+39HimQUpmqEUHRpV+oh8hiVMRU2tD6H+8uDc0raCQxX6jARN4nSJe5OpAtPt7eObuIUIsW7AwvGBzCHavQ==
json-schema-ref-parser@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/json-schema-ref-parser/-/json-schema-ref-parser-7.1.1.tgz#16896f5af14560233e24bd0c6ed581f6a94fb315"
integrity sha512-5DGfOTuTAMFzjNw56kwEQ9YqjCvRPHRbEmPkPSNPuK4DR4TmLQrZ1k0UdO8EJ9DKjOPqtyBjtlSnvzAC6kwUsg==
dependencies:
call-me-maybe "^1.0.1"
js-yaml "^3.13.1"
Expand Down Expand Up @@ -82,12 +82,12 @@ lodash@^4.17.14:
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

ono@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/ono/-/ono-5.0.1.tgz#a39e0af7ab2c2a143a06f08ad9d187e61f9da0c8"
integrity sha512-4/4BPGHX8OuDDNx1SrOqTOI7zajPjvBvrG1jDG3hDq4qBpoKlzG2d83Vdz26hvv0FFWYsLdHf+1Vu/k2d8Ww9w==
ono@^5.0.1, ono@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/ono/-/ono-5.1.0.tgz#8cafa7e56afa2211ad63dd2eb798427e64f1a070"
integrity sha512-GgqRIUWErLX4l9Up0khRtbrlH8Fyj59A0nKv8V6pWEto38aUgnOGOOF7UmgFFLzFnDSc8REzaTXOc0hqEe7yIw==

openapi-schemas@^1.0.1:
openapi-schemas@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/openapi-schemas/-/openapi-schemas-1.0.2.tgz#9bd45db9c8a3a32e46eb8a0620c372fc9973c014"
integrity sha512-54iKgQqgb0m/E+8VdcBTpSLsl3x8PL1GS0Zu43v6E+KSjvBypcjCC+agZC2TDRKDQHUM4WejQT98SxfH4sHHpA==
Expand All @@ -113,14 +113,14 @@ swagger-methods@^2.0.1:
integrity sha512-+Wb4jXbZA724K1VriN1bFwUxoL0+Nr5vA4GT4Yz5rldxa+tG2aDjt5ONWeE6diviBbLTvncfuD3nQrPPFElYpA==

swagger-parser@^8.0.0:
version "8.0.1"
resolved "https://registry.yarnpkg.com/swagger-parser/-/swagger-parser-8.0.1.tgz#17b46e42b22142a3e2dab42373770020930ce06c"
integrity sha512-OWtG08Lb9wcFdreRCD/u98BzRUJd800iXaN79fid+2V2SGwnDhHb6GX2NHbH+GV/vq2+RzdeBh4jLEAJ33Rp+w==
version "8.0.2"
resolved "https://registry.yarnpkg.com/swagger-parser/-/swagger-parser-8.0.2.tgz#64c172b71b0c0cb5279e1f8f3a2b481490b3a10f"
integrity sha512-/PpU/XjHdxhfj9A6TM9k8fuZ9jPcIp28rqqQOpFv1Qhxx8/1XQxL/rWuE33s1Z/zIkbYUtAlauBMRScBGq8tLQ==
dependencies:
call-me-maybe "^1.0.1"
json-schema-ref-parser "^7.1.0"
ono "^5.0.1"
openapi-schemas "^1.0.1"
json-schema-ref-parser "^7.1.1"
ono "^5.1.0"
openapi-schemas "^1.0.2"
openapi-types "^1.3.5"
swagger-methods "^2.0.1"
z-schema "^4.1.1"
Expand Down

0 comments on commit 944653f

Please sign in to comment.