From 90e22d9b2356532949e2452fd0e7ea40cb0c3753 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 12:00:47 +0000 Subject: [PATCH] build(deps): bump openapi3-ts from 1.4.0 to 2.0.1 Bumps [openapi3-ts](https://github.com/metadevpro/openapi3-ts) from 1.4.0 to 2.0.1. - [Release notes](https://github.com/metadevpro/openapi3-ts/releases) - [Changelog](https://github.com/metadevpro/openapi3-ts/blob/master/Changelog.md) - [Commits](https://github.com/metadevpro/openapi3-ts/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea47b22..8f93fea 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "json-ptr": "^1.3.2", - "openapi3-ts": "^1.2.0", + "openapi3-ts": "^2.0.1", "semver": "^7.0.0" } }