Skip to content

Commit 1ce6532

Browse files
authoredAug 7, 2020
Update package.json
older versions of babel brings lodash vulnerabilities
1 parent c62fd3c commit 1ce6532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@babel/cli": "^7.8.4",
51-
"@babel/core": "^7.7.2",
51+
"@babel/core": "^7.11.2",
5252
"@babel/preset-env": "^7.7.1",
5353
"@babel/preset-react": "^7.7.0",
5454
"babel-jest": "^24.9.0",

0 commit comments

Comments
 (0)
Please sign in to comment.