Skip to content

Commit ffd2fa1

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 524d2e6 commit ffd2fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dagre": "^0.8.5",
2222
"formik": "^2.1.2",
2323
"history": "^4.7.2",
24-
"js-yaml": "^3.13.1",
24+
"js-yaml": "^4.1.1",
2525
"json-merge-patch": "^0.2.3",
2626
"moment": "^2.24.0",
2727
"monaco-editor": "0.20.0",

0 commit comments

Comments
 (0)