From 2c034dcbacc72ebfbf2a159fbf8f761bfd241329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 14:19:47 -0400 Subject: [PATCH] [deploy] Bump ibm-openapi-validator from 0.26.0 to 0.26.1 (#7327) Bumps [ibm-openapi-validator](https://github.com/IBM/openapi-validator) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/IBM/openapi-validator/releases) - [Changelog](https://github.com/IBM/openapi-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/IBM/openapi-validator/compare/v0.26.0...v0.26.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ben Halpern --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7af993a04..8ae4537c1 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-plugin-react": "^7.19.0", "faker": "^4.1.0", "husky": "^4.2.5", - "ibm-openapi-validator": "0.26.0", + "ibm-openapi-validator": "0.26.1", "jest": "25.3.0", "jest-axe": "^3.4.0", "jest-fetch-mock": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index 8028ddf3a..4bd76068c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6885,10 +6885,10 @@ husky@^4.2.5: slash "^3.0.0" which-pm-runs "^1.0.0" -ibm-openapi-validator@0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/ibm-openapi-validator/-/ibm-openapi-validator-0.26.0.tgz#50f271c22f0aa80f049fa5824ab98e89a178ab2b" - integrity sha512-M16dW/fEhnJogoFrNFStUQPROPz8X18nT1pM6sGovLK+1+dQVa8TG7E7TtA9lMQPOBbiTbiXbZZzmJQr53pMvw== +ibm-openapi-validator@0.26.1: + version "0.26.1" + resolved "https://registry.yarnpkg.com/ibm-openapi-validator/-/ibm-openapi-validator-0.26.1.tgz#6e2ccb1cb8d004d255a3bea4a2f83481d21b11aa" + integrity sha512-dFwB67akmSPqZDUkUYDqnK8eodY4BV9r0EzzOm4jvv0GEjyY/mnGm5zlAOb3c9LEshoYfpWO5WEDljA5DtQ51w== dependencies: chalk "^2.4.1" commander "^2.17.1"