From f8ed3a9db4a011993888132c920573f0bfc8ad74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:14:27 +0000 Subject: [PATCH] chore(deps): bump swagger-ui-dist from 5.18.1 to 5.18.2 in /utils Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.18.1 to 5.18.2. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.18.1...v5.18.2) --- updated-dependencies: - dependency-name: swagger-ui-dist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/package.json b/utils/package.json index e097e8c9c..05e5b3472 100644 --- a/utils/package.json +++ b/utils/package.json @@ -3,7 +3,7 @@ "license": "MIT", "dependencies": { "redoc": "2.0.0", - "swagger-ui-dist": "5.18.1" + "swagger-ui-dist": "5.18.2" }, "scripts": { "swagger": "yarn run swagger:bundle && yarn run swagger:standalone && yarn run swagger:css",