chore(deps): upgrade swagger-ui-react to 4.11.1

Mitigate the current XSS vulnerabilities (https://www.npmjs.com/advisories/1070339)

Signed-off-by: Jan Socha <jan.socha@backmarket.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Jan Socha
2022-06-02 14:45:42 +02:00
committed by Fredrik Adelöw
parent 1d99f05207
commit 811ff4bcf4
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-api-docs': patch
---
Updated `swagger-ui-react` to 4.11.1 in order to address a [XSS
vulnerability](https://github.com/advisories/GHSA-hqq7-2q2v-82xq) in `@braintree/sanitize-url`
+1 -1
View File
@@ -50,7 +50,7 @@
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
"swagger-ui-react": "^4.1.3"
"swagger-ui-react": "^4.11.1"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",