Skip to content

Commit 0c823b8

Browse files
committed
fix: packages/react-devtools-extensions/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS2-9398018
1 parent afe6521 commit 0c823b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"workerize-loader": "^1.3.0"
6969
},
7070
"dependencies": {
71-
"web-ext": "^4"
71+
"web-ext": "^5.0.0"
7272
}
7373
}

0 commit comments

Comments
 (0)