Skip to content

Commit 9cea341

Browse files
committed
fix: packages/react-devtools/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-9486047
1 parent afe6521 commit 9cea341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"cross-spawn": "^5.0.1",
26-
"electron": "^11.1.0",
26+
"electron": "^33.4.6",
2727
"ip": "^1.1.4",
2828
"minimist": "^1.2.3",
2929
"react-devtools-core": "4.27.1",

0 commit comments

Comments
 (0)