Skip to content

Commit 5611baf

Browse files
committed
chore(deps): update dependency json-schema-to-typescript to ^10.1.3
1 parent f13f246 commit 5611baf

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"download-cli": "^1.1.1",
7575
"eslint": "^7.17.0",
7676
"husky": "^4.2.3",
77-
"json-schema-to-typescript": "^10.1.2",
77+
"json-schema-to-typescript": "^10.1.3",
7878
"prettier": "^2.2.1",
7979
"semantic-release": "^17.0.6",
8080
"typescript": "^4.1.3"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@
594594
dependencies:
595595
"@types/node" "*"
596596

597+
"@types/lodash@^4.14.168":
598+
version "4.14.168"
599+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
600+
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
601+
597602
"@types/minimatch@*":
598603
version "3.0.3"
599604
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3746,12 +3751,13 @@ json-schema-ref-parser@^9.0.6:
37463751
dependencies:
37473752
"@apidevtools/json-schema-ref-parser" "9.0.6"
37483753

3749-
json-schema-to-typescript@^10.1.2:
3750-
version "10.1.2"
3751-
resolved "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.2.tgz#696e0dd5ab76e59b6700f6ac424d4b1d91526b52"
3752-
integrity sha512-BKn+custnB0vUCWkMB3xXsc7efoHtiPeEpJme9Lw5dGesl9VnKU6U0yasUn4kf+gMypV3COMsuNzsQtPwvfQsA==
3754+
json-schema-to-typescript@^10.1.3:
3755+
version "10.1.3"
3756+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz#c00d2113597093d16a8695b249e398a4430077cb"
3757+
integrity sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==
37533758
dependencies:
37543759
"@types/json-schema" "^7.0.6"
3760+
"@types/lodash" "^4.14.168"
37553761
"@types/prettier" "^2.1.5"
37563762
cli-color "^2.0.0"
37573763
glob "^7.1.6"

0 commit comments

Comments
 (0)