Skip to content

Commit 20ebbe7

Browse files
authored
fix: packages/create-react-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759
1 parent b305ffb commit 20ebbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prompts": "2.4.0",
3939
"semver": "7.3.2",
4040
"tar-pack": "3.4.1",
41-
"tmp": "0.2.1",
41+
"tmp": "0.2.3",
4242
"validate-npm-package-name": "3.0.0"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)