Skip to content

Commit 9508bae

Browse files
chore(deps-dev): bump json-schema-to-typescript from 14.1.0 to 15.0.0
Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 14.1.0 to 15.0.0. - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) --- updated-dependencies: - dependency-name: json-schema-to-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26b54d0 commit 9508bae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "^8.57.0",
88
"eslint-config-oclif-typescript": "3.1.7",
99
"http-call": "^5.2.2",
10-
"json-schema-to-typescript": "^14.1.0",
10+
"json-schema-to-typescript": "^15.0.0",
1111
"jsonwebtoken": "^8.3.0",
1212
"typescript": "^4.9.5"
1313
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,10 +1493,10 @@ [email protected]:
14931493
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
14941494
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
14951495

1496-
json-schema-to-typescript@^14.1.0:
1497-
version "14.1.0"
1498-
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz#31160d9cf13bf8f948a7ccefdf97e995bc183591"
1499-
integrity sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw==
1496+
json-schema-to-typescript@^15.0.0:
1497+
version "15.0.0"
1498+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz#cf7767eee4adaf73041cc0fc9d35e1d5f953585b"
1499+
integrity sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A==
15001500
dependencies:
15011501
"@apidevtools/json-schema-ref-parser" "^11.5.5"
15021502
"@types/json-schema" "^7.0.15"

0 commit comments

Comments
 (0)