From b1566dfe802c4085eed137bf9a71ced2eafeff5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:11:56 +0200 Subject: [PATCH] Bump swagger-ui from 5.11.2 to 5.11.7 in /Plan/react/dashboard (#3468) Bumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 5.11.2 to 5.11.7. - [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.11.2...v5.11.7) --- updated-dependencies: - dependency-name: swagger-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/react/dashboard/package.json | 2 +- Plan/react/dashboard/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Plan/react/dashboard/package.json b/Plan/react/dashboard/package.json index 614d7300b..f2bb812a4 100644 --- a/Plan/react/dashboard/package.json +++ b/Plan/react/dashboard/package.json @@ -41,7 +41,7 @@ "react-router-dom": "6", "sass": "^1.70.0", "source-map-explorer": "^2.5.2", - "swagger-ui": "^5.11.2", + "swagger-ui": "^5.11.7", "web-vitals": "^3.0.2" }, "scripts": { diff --git a/Plan/react/dashboard/yarn.lock b/Plan/react/dashboard/yarn.lock index 2cf251920..4997cd5d3 100644 --- a/Plan/react/dashboard/yarn.lock +++ b/Plan/react/dashboard/yarn.lock @@ -315,7 +315,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15", "@babel/runtime-corejs3@^7.23.8": +"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15", "@babel/runtime-corejs3@^7.23.9": version "7.23.9" resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.23.9.tgz#1b43062a13ecb60158aecdd81bc3fab4108b7cbc" integrity sha512-oeOFTrYWdWXCvXGB5orvMTJ6gCZ9I6FBjR+M38iKNXCsPxr4xT0RTdg5uz1H7QP8pp74IzPtwritEr+JscqHXQ== @@ -3127,12 +3127,12 @@ swagger-client@^3.25.0: traverse "~0.6.6" undici "^5.24.0" -swagger-ui@^5.11.2: - version "5.11.2" - resolved "https://registry.yarnpkg.com/swagger-ui/-/swagger-ui-5.11.2.tgz#6796c28a639c35152a9ade65fc64bbc7882c826d" - integrity sha512-EjaON++6ACRohBc+fla4xDytxV+df+1Y7OatFaDoMfEb66rVdLlfNnbdx6Ld1FxWIc4kw/9dRltvR1hdIoGRZg== +swagger-ui@^5.11.7: + version "5.11.7" + resolved "https://registry.yarnpkg.com/swagger-ui/-/swagger-ui-5.11.7.tgz#4b9f8f1364e98037a97ee94ab502d4779f8bac06" + integrity sha512-vRF6MXJ1Ydo3JTG8Tzaov4Kw9D3FHWHO5IDf1lYBZVKP/j7XNBpZHqN2r+XKS1h8ZuZr9mP2Wu3kU0wzhBUDiw== dependencies: - "@babel/runtime-corejs3" "^7.23.8" + "@babel/runtime-corejs3" "^7.23.9" "@braintree/sanitize-url" "=7.0.0" base64-js "^1.5.1" classnames "^2.5.1"