Closed wmhartl closed 1 year ago
Hi @zimrick - any feedback or thoughts about getting this merged?
Hi @zimrick thoughts on this? This hanging vulnerability is problematic.
Hi @zimrick, Do you think this problem is fixable somehow? Thank you
It's been a while since @wmhartl pushed this pull request. Since @zimrick maintains this open-source package in his own time, there are no guarantees of a speedy merge of pull requests.
Here's an intermediate solution to install this specific fix with npm:
npm install git+https://github.com/zcreativelabs/react-simple-maps.git#pull/321/head
Be aware that this fix has not been reviewed by @zimrick, and you'll need to manually install the official update of react-simple-maps when it arrives.
It's been nearly three months - any thoughts here @zimrick?
It would be great to merge this so we don't have to start forking to address the vulnerability 🙏
Hi @zimrick this starts to be flagged by snyk and other dependancy platforms. If the fix is so easy, can we get it in?
@zimrick Can we merge this PR, please?
yarn patch react-simple-maps
yarn patch-commit -s </path/to/temp/folder>
Et voila!
hi @zimrick - thanks so much for merging this! I hope you'll cut a new minor release (e.g. 3.0.1) so npm, snyk, etc, all pick up the changes you've merged. Really appreciate the package!
Hi @wmhartl,
The changes are already public in 4.0.0 (npm install react-simple-maps@beta
). The reason this is a bit tricky is because the updated versions of the d3 modules caused some issues when using react-simple-maps in next.js.
Next.js user here and am patiently waiting for stable 4.0 😅
Address issue #302