-
Notifications
You must be signed in to change notification settings - Fork 429
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
Underscore version #1605
Comments
I face the same problem. I saw that the underscore dependency is explicitly set to version 1.9.1 so it is not possible to use a newer version (even if I install it as dependency of my package). |
I'm using Parcel 2 to build my React app and the current underscore 1.9.1 is breaking at runtime, because of Parcel's scope hoisting feature. I've checked that underscore 1.13.1 works fine with Parcel's scope hoisting functionality, so I'm really interested in this change. |
There was an arbitrary code execution notice posted for this Underscore version today: https://www.npmjs.com/advisories/1674 Any chance of updates? |
@AllenFang I'm trying to create a PR for this, but getting: |
Noticed that dependabot created a PR (#1612), bumped the version from 1.9.1 to 1.12.1 |
Same problem here, when will it be fixed? thanx |
Same problem here. |
@AllenFang please merge the dependabot alert. Is this project on active development? |
@AllenFang any luck? Still Waiting 4 this merge |
This is a great project and is on active development, but it is super slow moving at times... |
@chunming-c, do you have permission to merge this? Looks nothing has been merged in since Aug 2020 :( |
i think we must give up using this package 👎 |
anything new? |
I am also facing the same issue, is any update regarding the same? |
Any updates on this merge ? |
Hi, any update on the merge? |
Hi Team, do we have update for this issue? |
Hi Team, do we have any updates for this issue? Still getting the vulnerability issue |
For those using yarn & dealing with this vulnerability, you can use resolutions in your package.json.
"resolutions": {
"react-bootstrap-table-next/underscore": "1.13.0-2"
}, then run |
Since this repository seems to be no longer maintained, a version fix is unlikely. There have been efforts to fork the repository and maintain the fork (or at least bump the versions of dependencies as needed). The most active one I have found yet is: https://github.com/BonnierNews/react-bootstrap-table2 The maintainer provides a short summary on how to replace the dependency for react-bootstrap-table-next in your |
You can use overrides in package.json to use the underscore package with safe version. "overrides": { |
Hello,
We are facing vulnerabilities with underscore library version, our security scan says that its version is outdated and suggests us to update it. Since we are not using underscore directly and it comes as a dependency from react-bootstrap-table-next we can't change it. We have been wondering if you still maintain react-bootstrap-table-next, because the last release is from almost a year ago and if you do will you bump underscore version in incoming releases?
Best Regards,
Nikolay
The text was updated successfully, but these errors were encountered: