From ecec159c8fae7759cec975c0d30e59fc2f0a5d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:12:23 +0000 Subject: [PATCH] build(deps-dev): bump json-schema-to-ts from 1.6.5 to 2.5.4 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 1.6.5 to 2.5.4. - [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.5.4) --- 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..35f92b494d5 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.5.4", "JSONStream": "^1.3.5", "license-checker": "^25.0.1", "proxyquire": "^2.1.3",