Skip to content

Commit fd39edb

Browse files
committed
fix: ui/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 38b31de commit fd39edb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"git-url-parse": "^11.1.2",
4040
"html-webpack-plugin": "^3.2.0",
4141
"jest-junit": "^6.4.0",
42-
"js-yaml": "^3.13.1",
42+
"js-yaml": "^4.1.1",
4343
"json-merge-patch": "^0.2.3",
4444
"minimatch": "^3.0.4",
4545
"moment": "^2.24.0",
@@ -61,7 +61,7 @@
6161
"react-router": "^4.3.1",
6262
"react-router-dom": "^4.2.2",
6363
"react-svg-piechart": "^2.1.1",
64-
"redoc": "^2.0.0-rc.40",
64+
"redoc": "^2.0.0",
6565
"sass-loader": "^6.0.6",
6666
"source-map-loader": "^0.2.3",
6767
"style-loader": "^0.20.1",

0 commit comments

Comments
 (0)