Skip to content

Commit 830691f

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 19ff3ce commit 830691f

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.3.0",
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
@@ -1507,10 +1507,10 @@ json-parse-better-errors@^1.0.1:
15071507
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
15081508
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
15091509

1510-
json-schema-to-typescript@^14.1.0:
1511-
version "14.1.0"
1512-
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz#31160d9cf13bf8f948a7ccefdf97e995bc183591"
1513-
integrity sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw==
1510+
json-schema-to-typescript@^15.0.0:
1511+
version "15.0.0"
1512+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz#cf7767eee4adaf73041cc0fc9d35e1d5f953585b"
1513+
integrity sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A==
15141514
dependencies:
15151515
"@apidevtools/json-schema-ref-parser" "^11.5.5"
15161516
"@types/json-schema" "^7.0.15"

0 commit comments

Comments
 (0)