From 3144c596fedee07a81e5451f2ee864a9bb8a7ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:02:33 +0000 Subject: [PATCH] Bump json-schema-to-ts from 2.7.2 to 2.9.1 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 2.7.2 to 2.9.1. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v2.7.2...v2.9.1) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfffa9e..5eed13b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2651,9 +2651,9 @@ } }, "node_modules/json-schema-to-ts": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", - "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz", + "integrity": "sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.18.3",