diff --git a/package-lock.json b/package-lock.json index 6628e2771bfd72..ea852a1780fc66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.2.0", "husky": "^9.0.2", - "json-schema-to-typescript": "~14.1.0", + "json-schema-to-typescript": "~15.0.0", "lint-staged": "^15.0.1", "mocha": "~10.6.0", "open-cli": "~8.0.0", @@ -6052,9 +6052,9 @@ "dev": true }, "node_modules/json-schema-to-typescript": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz", - "integrity": "sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz", + "integrity": "sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A==", "dev": true, "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.5", diff --git a/package.json b/package.json index 5367ade1725180..8875c60cfc9c30 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.2.0", "husky": "^9.0.2", - "json-schema-to-typescript": "~14.1.0", + "json-schema-to-typescript": "~15.0.0", "lint-staged": "^15.0.1", "mocha": "~10.6.0", "open-cli": "~8.0.0",