Skip to content

Commit e26d6ff

Browse files
committed
fix: packages/sandbox-hooks/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
1 parent c2bb965 commit e26d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sandbox-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"codesandbox-api": "0.0.32",
1616
"console-feed": "^3.1.9",
1717
"css-line-break": "^1.1.1",
18-
"react-dev-utils": "^3.1.2"
18+
"react-dev-utils": "^12.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.6.4",

0 commit comments

Comments
 (0)