From 8b55ebc7444d0f5c0083fb86a31b2ad871eb0551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:00:42 -0400 Subject: [PATCH] bot: Bump swagger-ui-react from 5.14.0 to 5.15.0 in /playground (#2514) Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 5.14.0 to 5.15.0.
Release notes

Sourced from swagger-ui-react's releases.

Swagger UI v5.15.0 Released!

5.15.0 (2024-04-10)

Bug Fixes

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swagger-ui-react&package-manager=npm_and_yarn&previous-version=5.14.0&new-version=5.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- playground/package-lock.json | 16 ++++++++-------- playground/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index 054f60868e..5f0e79309e 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -12,7 +12,7 @@ "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "swagger-ui-react": "^5.14.0" + "swagger-ui-react": "^5.15.0" }, "devDependencies": { "@types/react": "^18.2.74", @@ -3258,9 +3258,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", - "integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.0.tgz", + "integrity": "sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA==" }, "node_modules/drange": { "version": "1.1.1", @@ -5892,9 +5892,9 @@ } }, "node_modules/swagger-ui-react": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/swagger-ui-react/-/swagger-ui-react-5.14.0.tgz", - "integrity": "sha512-6RUCv7ii6jcdMu9LpNuq5gGboxlS2HfNeeDPdWML0Wt3lwOc7yroOzux08a8FtwFQB5ridprYobcZXVQvLcyjQ==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/swagger-ui-react/-/swagger-ui-react-5.15.0.tgz", + "integrity": "sha512-ptagY3F/4Mo1kW1i7m8RJuHOH6zNOmU3LBEqMnTeaYQ9cPUTCpGjLTxWG0IIXasOIpx4kMJqwYhQcFOuw6LsZg==", "dependencies": { "@babel/runtime-corejs3": "^7.24.4", "@braintree/sanitize-url": "=7.0.1", @@ -5902,7 +5902,7 @@ "classnames": "^2.5.1", "css.escape": "1.5.1", "deep-extend": "0.6.0", - "dompurify": "=3.0.11", + "dompurify": "=3.1.0", "ieee754": "^1.2.1", "immutable": "^3.x.x", "js-file-download": "^0.4.12", diff --git a/playground/package.json b/playground/package.json index 67a0cd10a8..e5bbd5dcd7 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "swagger-ui-react": "^5.14.0" + "swagger-ui-react": "^5.15.0" }, "devDependencies": { "@types/react": "^18.2.74",