From c846d0ea2aa9f07a26bb398730e12904cf5f28f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:35:09 +0000 Subject: [PATCH] Bump swagger-ui from 2.2.6 to 4.1.3 in /openidm-ui/openidm-ui-api Bumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 2.2.6 to 4.1.3. - [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/v2.2.6...v4.1.3) --- updated-dependencies: - dependency-name: swagger-ui dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- openidm-ui/openidm-ui-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openidm-ui/openidm-ui-api/package.json b/openidm-ui/openidm-ui-api/package.json index 8d28f0b741..acf1f73da1 100644 --- a/openidm-ui/openidm-ui-api/package.json +++ b/openidm-ui/openidm-ui-api/package.json @@ -6,7 +6,7 @@ "grunt": "1.0.4", "grunt-cli": "1.2.0", "grunt-contrib-copy": "1.0.0", - "swagger-ui": "2.2.6", + "swagger-ui": "4.1.3", "swagger-ui-themes": "^2.0.1" } }