Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security issue #349

Open
OleksiiKachan opened this issue Nov 29, 2023 · 4 comments
Open

security issue #349

OleksiiKachan opened this issue Nov 29, 2023 · 4 comments

Comments

@OleksiiKachan
Copy link

current published version 3.0.0 has security issue

react-simple-maps@3.0.0 requires d3-color@1 - 2 via a transitive dependency on d3-interpolate@2.0.1
react-simple-maps@3.0.0 requires d3-color@1 - 2 via a transitive dependency on d3-transition@2.0.0

The earliest fixed version is 3.1.0. lock file has 2.0.1

"node_modules/d3-interpolate": {
"version": "2.0.1",

package.json in main branch already has updated version. please publish new version with updated dependencies

@carmenkolohe
Copy link

Checking in to see if this is actively being looked into, could someone please provide a status on this? @zimrick

@OleksiiKachan
Copy link
Author

any updates on this?

@kholiavko-roman
Copy link

We fixed this by overriding dependencies d3- for react simple maps.

Add this to package.json

"overrides": {
    "react-simple-maps": {
      "d3-geo": "^3.1.0",
      "d3-selection": "^3.0.0",
      "d3-zoom": "^3.0.0"
    }
  }

@OleksiiKachan
Copy link
Author

is this repo dead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants