Skip to content

Commit

Permalink
chore(deps): update dependency json-schema-to-typescript to ^10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 6, 2021
1 parent f13f246 commit 5611baf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"download-cli": "^1.1.1",
"eslint": "^7.17.0",
"husky": "^4.2.3",
"json-schema-to-typescript": "^10.1.2",
"json-schema-to-typescript": "^10.1.3",
"prettier": "^2.2.1",
"semantic-release": "^17.0.6",
"typescript": "^4.1.3"
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,11 @@
dependencies:
"@types/node" "*"

"@types/lodash@^4.14.168":
version "4.14.168"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==

"@types/minimatch@*":
version "3.0.3"
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
Expand Down Expand Up @@ -3746,12 +3751,13 @@ json-schema-ref-parser@^9.0.6:
dependencies:
"@apidevtools/json-schema-ref-parser" "9.0.6"

json-schema-to-typescript@^10.1.2:
version "10.1.2"
resolved "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.2.tgz#696e0dd5ab76e59b6700f6ac424d4b1d91526b52"
integrity sha512-BKn+custnB0vUCWkMB3xXsc7efoHtiPeEpJme9Lw5dGesl9VnKU6U0yasUn4kf+gMypV3COMsuNzsQtPwvfQsA==
json-schema-to-typescript@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz#c00d2113597093d16a8695b249e398a4430077cb"
integrity sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==
dependencies:
"@types/json-schema" "^7.0.6"
"@types/lodash" "^4.14.168"
"@types/prettier" "^2.1.5"
cli-color "^2.0.0"
glob "^7.1.6"
Expand Down

0 comments on commit 5611baf

Please sign in to comment.