From 3c412eddcf1eae8a09faaab2d9dd2c60a8c6fb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Wed, 26 Oct 2022 14:19:56 +0200 Subject: [PATCH] chore: Use last version of @unleash/express-openapi (#2260) * Use the last version https://www.npmjs.com/package/@unleash/express-openapi?activeTab=versions no changes from v0.2.1-beta.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8f85a39db3..e90e73f8d9 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ ] }, "dependencies": { - "@unleash/express-openapi": "^0.2.1-beta.0", + "@unleash/express-openapi": "^0.2.1", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "async": "^3.2.4", diff --git a/yarn.lock b/yarn.lock index a21d2cf05f..0712a9f889 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1773,10 +1773,10 @@ "@typescript-eslint/types" "5.40.1" eslint-visitor-keys "^3.3.0" -"@unleash/express-openapi@^0.2.1-beta.0": - version "0.2.1-beta.0" - resolved "https://registry.yarnpkg.com/@unleash/express-openapi/-/express-openapi-0.2.1-beta.0.tgz#1f5f43c6eb46c490990dc3e4709ab23a48a24e9a" - integrity sha512-72pNESnWyIvsLZaYjaBHwPXzO361up/A1tA/Mv+eG1MkntRJMNhRSgPzPvoP5j7pCxKeXqu1FRfXTXLRzGo+HA== +"@unleash/express-openapi@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@unleash/express-openapi/-/express-openapi-0.2.1.tgz#ecbba742dad0a05c1563f35e3272ee3671dc478d" + integrity sha512-wvwgSrzMGo3khB2E/xPLXlB/uT6FruszIsUDThJpttILtxBmj1SDWb0L6SG1CQ2tlnC786/6+0iSBwcz0fViOg== dependencies: ajv "^6.10.2" http-errors "^1.7.3"