Skip to content

Commit

Permalink
Bump swagger-ui-react from 3.50.0 to 3.51.0 in /dashboard (#3035)
Browse files Browse the repository at this point in the history
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 3.50.0 to 3.51.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v3.50.0...v3.51.0)

---
updated-dependencies:
- dependency-name: swagger-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2021
1 parent d6f065a commit a14c297
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"remark-gfm": "^1.0.0",
"seamless-immutable": "^7.1.4",
"semver": "^7.3.5",
"swagger-ui-react": "^3.50.0",
"swagger-ui-react": "^3.51.0",
"typesafe-actions": "^5.1.0",
"yaml": "1.10.2"
},
Expand Down
18 changes: 9 additions & 9 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5209,10 +5209,10 @@ domhandler@^4.0.0, domhandler@^4.1.0, domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@^2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.8.tgz#ce88e395f6d00b6dc53f80d6b2a6fdf5446873c6"
integrity sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww==
dompurify@^2.2.9:
version "2.2.9"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.9.tgz#4b42e244238032d9286a0d2c87b51313581d9624"
integrity sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==

domutils@^1.5.1, domutils@^1.7.0:
version "1.7.0"
Expand Down Expand Up @@ -13726,10 +13726,10 @@ swagger-client@^3.13.5:
traverse "~0.6.6"
url "~0.11.0"

swagger-ui-react@^3.50.0:
version "3.50.0"
resolved "https://registry.yarnpkg.com/swagger-ui-react/-/swagger-ui-react-3.50.0.tgz#e685b60e740e3aa25b33926ba5adfaf611d9719c"
integrity sha512-OJJ/mnqV5apk/C/elgDWBT0tJpt6LRcYHSiLPSc/t1TUs5QGAcLNufhUqamx1cWP3wXcBVo31h38L0biJ7euWg==
swagger-ui-react@^3.51.0:
version "3.51.0"
resolved "https://registry.yarnpkg.com/swagger-ui-react/-/swagger-ui-react-3.51.0.tgz#e65c285de1357dd328ac6d14af96cf3db82f6b60"
integrity sha512-paDujndvGwvBWL44U335glTIcpj3Z0dCk8GAt0eKsN002L2aCjz4e/n7IMujNOUgz/ly1qpWmaPJbjyvws4gaA==
dependencies:
"@babel/runtime-corejs3" "^7.14.0"
"@braintree/sanitize-url" "^5.0.1"
Expand All @@ -13739,7 +13739,7 @@ swagger-ui-react@^3.50.0:
classnames "^2.3.1"
css.escape "1.5.1"
deep-extend "0.6.0"
dompurify "^2.2.8"
dompurify "^2.2.9"
ieee754 "^1.2.1"
immutable "^3.x.x"
js-file-download "^0.4.12"
Expand Down

0 comments on commit a14c297

Please sign in to comment.