From 086cdcb251dba08f5b71be316564f8bab682d316 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:45:39 +0000 Subject: [PATCH] Update json-schema-to-zod to version 2.5.0 --- package-lock.json | 67 +++++++---------------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 59 deletions(-) diff --git a/package-lock.json b/package-lock.json index 246bf27..4b63d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "eslint-plugin-unicorn": "^45.0.1", "get-port": "^6.1.2", "json-schema-to-typescript": "^11.0.2", - "json-schema-to-zod": "^0.5.0", + "json-schema-to-zod": "^2.5.0", "launch-editor": "^2.6.0", "nyc": "^15.1.0", "pino-pretty": "^9.1.1", @@ -93,17 +93,6 @@ "version": "0.0.1", "extraneous": true }, - "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "9.0.9", - "dev": true, - "license": "MIT", - "dependencies": { - "@jsdevtools/ono": "^7.1.3", - "@types/json-schema": "^7.0.6", - "call-me-maybe": "^1.0.1", - "js-yaml": "^4.1.0" - } - }, "node_modules/@autotelic/fastify-opentelemetry": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/@autotelic/fastify-opentelemetry/-/fastify-opentelemetry-0.17.1.tgz", @@ -7733,17 +7722,6 @@ "dev": true, "license": "MIT" }, - "node_modules/json-schema-ref-parser": { - "version": "9.0.9", - "dev": true, - "license": "MIT", - "dependencies": { - "@apidevtools/json-schema-ref-parser": "9.0.9" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/json-schema-resolver": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-2.0.0.tgz", @@ -7789,17 +7767,12 @@ } }, "node_modules/json-schema-to-zod": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/json-schema-to-zod/-/json-schema-to-zod-0.5.0.tgz", - "integrity": "sha512-e3CS3acNrYkVrJUOIClSh/KJYkAFjKoRu9ZtNIWHjtzEVqxyrvrqRvg794LwNP32u2dXGkmB1CuL7vZpB9/L6w==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/json-schema-to-zod/-/json-schema-to-zod-2.5.0.tgz", + "integrity": "sha512-77mMOdHz+VdoFN6VYCYzEmH//WzwLa5LnphLT4gaVCcHn7R1PbzNCsZnlIFKBAfOUYuFyatkDTJEy1GVo4DnLQ==", "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "json-schema-ref-parser": "^9.0.9", - "prettier": "^2.4.1" - }, "bin": { - "json-schema-to-zod": "cli.js" + "json-schema-to-zod": "dist/cjs/cli.js" } }, "node_modules/json-schema-traverse": { @@ -14369,16 +14342,6 @@ } }, "dependencies": { - "@apidevtools/json-schema-ref-parser": { - "version": "9.0.9", - "dev": true, - "requires": { - "@jsdevtools/ono": "^7.1.3", - "@types/json-schema": "^7.0.6", - "call-me-maybe": "^1.0.1", - "js-yaml": "^4.1.0" - } - }, "@autotelic/fastify-opentelemetry": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/@autotelic/fastify-opentelemetry/-/fastify-opentelemetry-0.17.1.tgz", @@ -19586,13 +19549,6 @@ "version": "2.3.1", "dev": true }, - "json-schema-ref-parser": { - "version": "9.0.9", - "dev": true, - "requires": { - "@apidevtools/json-schema-ref-parser": "9.0.9" - } - }, "json-schema-resolver": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-2.0.0.tgz", @@ -19626,15 +19582,10 @@ } }, "json-schema-to-zod": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/json-schema-to-zod/-/json-schema-to-zod-0.5.0.tgz", - "integrity": "sha512-e3CS3acNrYkVrJUOIClSh/KJYkAFjKoRu9ZtNIWHjtzEVqxyrvrqRvg794LwNP32u2dXGkmB1CuL7vZpB9/L6w==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "json-schema-ref-parser": "^9.0.9", - "prettier": "^2.4.1" - } + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/json-schema-to-zod/-/json-schema-to-zod-2.5.0.tgz", + "integrity": "sha512-77mMOdHz+VdoFN6VYCYzEmH//WzwLa5LnphLT4gaVCcHn7R1PbzNCsZnlIFKBAfOUYuFyatkDTJEy1GVo4DnLQ==", + "dev": true }, "json-schema-traverse": { "version": "0.4.1", diff --git a/package.json b/package.json index 8f22238..3dd7169 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-unicorn": "^45.0.1", "get-port": "^6.1.2", "json-schema-to-typescript": "^11.0.2", - "json-schema-to-zod": "^0.5.0", + "json-schema-to-zod": "^2.5.0", "launch-editor": "^2.6.0", "nyc": "^15.1.0", "pino-pretty": "^9.1.1",