Skip to content

Commit d61a5d5

Browse files
authored
fix: packages/babel-preset-react-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent b305ffb commit d61a5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.12.3",
24+
"@babel/core": "7.13.14",
2525
"@babel/plugin-proposal-class-properties": "7.12.1",
2626
"@babel/plugin-proposal-decorators": "7.12.1",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",

0 commit comments

Comments
 (0)