From 2ad54c427b8351d54bbb582e2a9e85164b38c49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 05:01:45 +0000 Subject: [PATCH] build(deps-dev): bump json-schema-to-ts from 1.6.5 to 2.6.2 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 1.6.5 to 2.6.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.6.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..f3ee878fe7b 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.6.2", "JSONStream": "^1.3.5", "license-checker": "^25.0.1", "proxyquire": "^2.1.3",