Skip to content

Commit 6575e99

Browse files
committed
fix: packages/react-devtools-shared/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent afe6521 commit 6575e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools-shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@babel/parser": "^7.12.5",
14-
"@babel/preset-env": "^7.11.0",
14+
"@babel/preset-env": "^7.27.1",
1515
"@babel/preset-flow": "^7.10.4",
16-
"@babel/runtime": "^7.11.2",
16+
"@babel/runtime": "^7.26.10",
1717
"@babel/traverse": "^7.12.5",
1818
"@reach/menu-button": "^0.16.1",
1919
"@reach/tooltip": "^0.16.0",

0 commit comments

Comments
 (0)