Skip to content

Commit

Permalink
Bump babel version to resolve lodash vulnerability (#1376)
Browse files Browse the repository at this point in the history
* Bump lodash to 4.7.19

* Bump babel libraries to resolve lodash vulnerability
  • Loading branch information
philmcmahon committed Jul 20, 2020
1 parent cce9617 commit 57dffbe
Show file tree
Hide file tree
Showing 7 changed files with 1,024 additions and 600 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/Apps/common/package.json
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "src/index.ts",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@babel/runtime": "^7.10.5",
"@types/ramda": "^0.26.18",
"ramda": "^0.26.1"
},
Expand Down
6 changes: 3 additions & 3 deletions projects/Apps/crosswords/package.json
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.0.6",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
Expand Down
1,389 changes: 828 additions & 561 deletions projects/Apps/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions projects/Mallard/package.json
Expand Up @@ -93,9 +93,9 @@
"validator": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/core": "^7.10.5",
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.10.5",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-ondevice-knobs": "^5.3.18",
"@storybook/react-native": "^5.3.14",
Expand Down

0 comments on commit 57dffbe

Please sign in to comment.