Skip to content

Commit e321728

Browse files
committed
fix: packages/react-docs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15810938
1 parent e8f083e commit e321728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@patternfly/patternfly": "6.5.0-prerelease.55",
2727
"@patternfly/react-charts": "workspace:^",
28-
"@patternfly/react-code-editor": "workspace:^",
28+
"@patternfly/react-code-editor": "4.1.0",
2929
"@patternfly/react-core": "workspace:^",
3030
"@patternfly/react-drag-drop": "workspace:^",
3131
"@patternfly/react-icons": "workspace:^",

0 commit comments

Comments
 (0)