diff --git a/packages/console-types/package.json b/packages/console-types/package.json index b16522f7..c26cd340 100644 --- a/packages/console-types/package.json +++ b/packages/console-types/package.json @@ -28,7 +28,7 @@ "eslint": "^8.57.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "json-schema-to-ts": "^2.9.2", + "json-schema-to-ts": "^3.0.1", "rimraf": "^5.0.5", "tap": "^16.3.10", "ts-node": "^10.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 220cc15c..3c5463b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -196,8 +196,8 @@ importers: specifier: ^2.29.1 version: 2.29.1(@typescript-eslint/parser@7.1.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) json-schema-to-ts: - specifier: ^2.9.2 - version: 2.12.0 + specifier: ^3.0.1 + version: 3.0.1 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -4726,12 +4726,11 @@ packages: - supports-color dev: false - /json-schema-to-ts@2.12.0: - resolution: {integrity: sha512-uTde38yBm5lzJSRPWRaasxZo72pb+JGE4iUksNdNfAkFaLhV4N9akeBxPPUpZy5onINt9Zo0oTLrAoEXyZESiQ==} + /json-schema-to-ts@3.0.1: + resolution: {integrity: sha512-ANphQxnKbzLWPeYDmdoci8C9g9ttpfMx8etTlJJ8UCEmNXH9jxGkn3AAbMe+lR4N5OG/01nYxPrDyugLdsRt+A==} engines: {node: '>=16'} dependencies: '@babel/runtime': 7.23.6 - '@types/json-schema': 7.0.15 ts-algebra: 1.2.2 dev: true