Uh oh!
There was an error while loading. Please reload this page.
Bumps @svgr/webpack dependency to version 6.2.1 - #12172
Conversation
bbodensieck
commented
Apr 20, 2022
All checks are fine. Could you please merge this? |
jy95
commented
May 31, 2022
Up |
ranman
commented
Jul 20, 2022
This should be merged. |
bakgaard
commented
Aug 2, 2022
Please do hit the merge-button 🙂 |
BrandonKoala
commented
Aug 18, 2022
Lsnsh
commented
Aug 22, 2022
These issues may all need this PR:
Similar PR, no progress: SVGR issue, about SVG with CDATA:
|
Tbh I am also quite surprised that there is not even a response by the maintainers to this pull request. |
seavor
commented
Aug 31, 2022
jy95
commented
Aug 31, 2022
Master-Guy
commented
Sep 12, 2022
Would it help to @ the two reviewers? |
rap2hpoutre
commented
Sep 19, 2022
@Master-Guy You are right, we can try @mrmckeb@iansu 👋 |
szakharchenko
commented
Sep 20, 2022
Only 6 months? Those are rookie numbers. |
daschaa
commented
Sep 21, 2022
@gaearon Can we close this pull request? Or is it maybe a good idea to bump the dependency to a newer version even if the vulnerability is not affecting react-scripts? |
sebastienpa
commented
Oct 14, 2022
1 similar comment
mpavlikWandera
commented
Nov 7, 2022
wozzo
commented
Nov 9, 2022
|
vijaya-lakshmi-venkatraman
commented
Nov 17, 2022
Hi, |
Phonesis
commented
Nov 22, 2022
Quite vital this is merged soon as it a security issue |
mpavlikWandera
commented
Nov 30, 2022
This may not be a security issue in itself, but it is blocking us from fixing other security issues because this is a blocking dependency :( . |
alexishecf
commented
Nov 30, 2022
Not impacting production but pretty straightforward, should be merged |
You can always override the dependency like this in your project's "overrides": {
"react-scripts": {
"@svgr/webpack": "6.5.1"
}
}Having said that, I think this should be reviewed by the maintainers. Don't know why it hasn't been yet. |
andresmanikis
commented
Dec 2, 2022
Hi @daschaa, I'm glad you took the time to raise this PR. Would be great if it can be reviewed by one of the owners and see if there's something else needed. |
…lities Fix `admin-ui` vulnerabilities following this PR: react/create-react-app#12172
danvitoriano
commented
Dec 8, 2022
Hi people, any updates on merge this PR? My Sec team is hopefully waiting for us to fix the Snyk vulnerability on this svg lib version <3 |
daschaa
commented
Dec 8, 2022
@andresmanikis |
andresmanikis
commented
Dec 8, 2022
Yes. Don't know either. |
mpavlikWandera
commented
Jan 27, 2023
This includes the override of the upgrade proposed in react/create-react-app#12172. I think though that we really should look at moving away from `create-react-app` since PRs like that and other issues show it's not really maintained anymore. We could switch to something like Vite instead but this is a quicker way for now to silence Dependabot. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
This also adds an explicit override to react-scripts due to a vulnerability in a transient package. See issue in [create-react-app](react/create-react-app#11174) and linked open PR to bump the dependency [here](react/create-react-app#12172). For now, we are adding our override to bump the version of webpack.
There are a few sources suggesting this tool is deprecated (e.g. #13072), which seems to line up with the lack of maintenance. It seems like that might be the reason this hasn't been addressed in way too long. Edit: better source reactjs/react.dev#5487 |
ethhandy
commented
Sep 2, 2024
@andresmanikis, this doesn't work for old versions of npm. |


Regarding the issue #12146 the
@svgr/webpackdependency has to be updated to fix the security warning related to the transitiventh-checkdependency.