From 5f9fcd7a3ddc86067fb33cff8f07ce76d87fba0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:36:01 +0300 Subject: [PATCH] Build(deps): Bump json-schema-to-ts from 3.0.0 to 3.0.1 (#108) Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 887a22c..f544554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "fastify": "^4.25.2", "iconv-lite": "^0.6.3", "ip-range-check": "^0.2.0", - "json-schema-to-ts": "^3.0.0", + "json-schema-to-ts": "^3.0.1", "linkedom": "^0.16.8", "micromatch": "^4.0.5", "route-parser": "^0.0.5", @@ -840,7 +840,8 @@ "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true }, "node_modules/@types/micromatch": { "version": "4.0.6", @@ -2767,12 +2768,11 @@ } }, "node_modules/json-schema-to-ts": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.0.0.tgz", - "integrity": "sha512-2adDesYifYEXYxNySx3gG0RR69rDWIjqAFzK/JPXdOvjHLZ/UP6d2rkpy6a+AxyhtRp2SvFPZ4+EW36jBinUbA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.0.1.tgz", + "integrity": "sha512-ANphQxnKbzLWPeYDmdoci8C9g9ttpfMx8etTlJJ8UCEmNXH9jxGkn3AAbMe+lR4N5OG/01nYxPrDyugLdsRt+A==", "dependencies": { "@babel/runtime": "^7.18.3", - "@types/json-schema": "^7.0.9", "ts-algebra": "^1.2.2" }, "engines": { diff --git a/package.json b/package.json index 5743426..9cb37da 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fastify": "^4.25.2", "iconv-lite": "^0.6.3", "ip-range-check": "^0.2.0", - "json-schema-to-ts": "^3.0.0", + "json-schema-to-ts": "^3.0.1", "linkedom": "^0.16.8", "micromatch": "^4.0.5", "route-parser": "^0.0.5",