Skip to content

Commit

Permalink
Merge pull request #1188 from sharetribe/circumvent-lodash-vulnerability
Browse files Browse the repository at this point in the history
Circumvent lodash vulnerability
  • Loading branch information
Gnito authored Aug 29, 2019
2 parents b5bde9d + d85bb55 commit 4d1e244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2019-XX-XX

- [fix] Lodash vulnerability: enforce newer version for react-google-maps and react-dates
[#1188](https://github.com/sharetribe/flex-template-web/pull/1188)
- [change] Update `React`, `react-test-renderer` and `react-dom` to 16.9.0. After these updates old
lifecycle methods `componentWillMount`, `componentWillUpdate` and `componentWillUpdate` will cause
deprecation warnings. Check the updated components from the PR
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"prettier": "^1.18.2"
},
"resolutions": {
"react-dates/lodash": "^4.17.14",
"react-google-maps/lodash": "^4.17.14",
"react-test-renderer": "^16.9.0"
},
"scripts": {
Expand Down

0 comments on commit 4d1e244

Please sign in to comment.