Open csparker247 opened 1 year ago
@dominique-mueller, if you have some time, would you mind bumping the dependencies to their latest versions? Thanks in advance!
For a quick fix, use overrides in your project's package.json
:
"overrides": {
"semver": "^7.5.4"
},
In case anyone is a Node noob like me, I needed to run npm install
again to update package-lock.json
with the override. Works, though.
I've been using the Doks theme in my project and just got the following warning from Dependabot.
It links to this vulnerability. Since I don't really know your code base, I thought I'd ask if it's a problem to update semver to >= 7.5.2?