Skip to content

Commit 3457a04

Browse files
committed
fix: packages/vscode/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 1b8d199 commit 3457a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@patternfly/patternfly": "^6.3.1",
6565
"i18next-parser": "^9.3.0",
6666
"js-base64": "^3.6.0",
67-
"js-yaml": "^4.0.0",
67+
"js-yaml": "^4.1.1",
6868
"react": "^18.2.0",
6969
"react-dom": "^18.2.0"
7070
}

0 commit comments

Comments
 (0)