Skip to content

Commit baca0d9

Browse files
committed
fix: packages/documentation-framework/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 16a3a20 commit baca0d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/documentation-framework/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@babel/core": "^7.24.3",
12-
"@babel/preset-env": "^7.24.3",
12+
"@babel/preset-env": "^7.27.1",
1313
"@babel/preset-react": "^7.24.1",
1414
"@mdx-js/util": "1.6.16",
1515
"@patternfly/ast-helpers": "^1.4.0-alpha.188",
@@ -46,7 +46,7 @@
4646
"process": "^0.11.10",
4747
"puppeteer": "^23.6.1",
4848
"puppeteer-cluster": "^0.24.0",
49-
"react-docgen": "5.3.1",
49+
"react-docgen": "6.0.0",
5050
"react-ssr-prepass": "1.5.0",
5151
"remark-footnotes": "1.0.0",
5252
"remark-frontmatter": "2.0.0",

0 commit comments

Comments
 (0)