diff --git a/package.json b/package.json index 8f85a39db39..e90e73f8d9a 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 a21d2cf05fc..0712a9f8894 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"