From 802efd50c0657b24b20d058095b0c7e91195a9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 06:00:14 +0000 Subject: [PATCH] build(deps-dev): bump json-schema-to-ts from 1.6.5 to 2.7.2 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 1.6.5 to 2.7.2. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v1.6.5...v2.7.2) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54561f50dd..bfd3c40f681 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "hide-powered-by": "^1.1.0", "http-errors": "^2.0.0", "joi": "^17.5.0", - "json-schema-to-ts": "^1.6.4", + "json-schema-to-ts": "^2.7.2", "JSONStream": "^1.3.5", "license-checker": "^25.0.1", "proxyquire": "^2.1.3",