From 46361355917fe21c042985974b1ead771699befe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:39:47 +0000 Subject: [PATCH] chore(deps): bump json-schema-to-ts from 3.0.0 to 3.0.1 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] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de4c7d0b..11d1d88b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12566,12 +12566,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": {