From 1591eaf179bd26451bdf9eb47015c497a3091e3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:24:30 +0000 Subject: [PATCH] chore(deps): update dependency json-schema-to-ts to v3 --- packages/plugin/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 970da7c0931..0938a0d7e12 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -61,7 +61,7 @@ "@types/json-schema": "7.0.15", "@types/lodash.lowercase": "4.3.9", "graphql": "16.8.1", - "json-schema-to-ts": "2.12.0" + "json-schema-to-ts": "3.0.0" }, "publishConfig": { "directory": "dist", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d83d5545bd..3e13f8d14be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -293,8 +293,8 @@ importers: specifier: 16.8.1 version: 16.8.1 json-schema-to-ts: - specifier: 2.12.0 - version: 2.12.0 + specifier: 3.0.0 + version: 3.0.0 publishDirectory: dist packages/rule-tester: @@ -7350,8 +7350,8 @@ packages: dev: true patched: true - /json-schema-to-ts@2.12.0: - resolution: {integrity: sha512-uTde38yBm5lzJSRPWRaasxZo72pb+JGE4iUksNdNfAkFaLhV4N9akeBxPPUpZy5onINt9Zo0oTLrAoEXyZESiQ==} + /json-schema-to-ts@3.0.0: + resolution: {integrity: sha512-2adDesYifYEXYxNySx3gG0RR69rDWIjqAFzK/JPXdOvjHLZ/UP6d2rkpy6a+AxyhtRp2SvFPZ4+EW36jBinUbA==} engines: {node: '>=16'} dependencies: '@babel/runtime': 7.23.6