From d6bf7973f88c454eb94a08d26e4fe8cf863f1a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 08:52:56 -0800 Subject: [PATCH] build(deps-dev): bump openapi-typescript from 2.3.2 to 2.3.3 Bumps [openapi-typescript](https://github.com/drwpow/openapi-typescript) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/drwpow/openapi-typescript/releases) - [Commits](https://github.com/drwpow/openapi-typescript/compare/v2.3.2...v2.3.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d15b9900..bce9af255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,9 +83,9 @@ } }, "@types/minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", + "integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==", "dev": true }, "@types/normalize-package-data": { @@ -373,9 +373,9 @@ } }, "openapi-typescript": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-2.3.2.tgz", - "integrity": "sha512-Om7ahEM2h45M2vSUu2L0N79Z/eOBuo6tfTn9RlbY67LzVMG8gRtv0R9r7jbZnlFsICNuxbIKPcg3smihjYkXQw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-2.3.3.tgz", + "integrity": "sha512-7+qPeRwP+XcIhaRApE/qo4ulpg2xrUqEZ8hpGRD79KxOtxD3JVjC/35eqszQHHJhzTtsGzswGOjplgyEqXwelg==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index a9d70b48c..077641a86 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "generate-types": "npx openapi-typescript cache/openapi-schema.json -o generated/types.ts" }, "devDependencies": { - "openapi-typescript": "^2.3.2" + "openapi-typescript": "^2.3.3" }, "release": { "branches": "main"