Skip to content

Commit

Permalink
fix: packages/react-devtools/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELECTRON-8381010
- https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013
  • Loading branch information
snyk-bot committed Nov 23, 2024
1 parent afe6521 commit aab1160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"cross-spawn": "^5.0.1",
"electron": "^11.1.0",
"electron": "^31.7.5",
"ip": "^1.1.4",
"minimist": "^1.2.3",
"react-devtools-core": "4.27.1",
Expand Down

0 comments on commit aab1160

Please sign in to comment.