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

Update semver #57

Open
csparker247 opened this issue Sep 19, 2023 · 3 comments · May be fixed by #59
Open

Update semver #57

csparker247 opened this issue Sep 19, 2023 · 3 comments · May be fixed by #59

Comments

@csparker247
Copy link

I've been using the Doks theme in my project and just got the following warning from Dependabot.

@hyas/[email protected] requires [email protected] via a transitive dependency on [email protected]

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?

@h-enk
Copy link

h-enk commented Oct 12, 2023

@dominique-mueller, if you have some time, would you mind bumping the dependencies to their latest versions? Thanks in advance!

@h-enk
Copy link

h-enk commented Dec 22, 2023

For a quick fix, use overrides in your project's package.json:

  "overrides": {
    "semver": "^7.5.4"
  },

@csparker247
Copy link
Author

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.

dholbach added a commit to dholbach/hugo-installer that referenced this issue Sep 13, 2024
Closes: dominique-mueller#57

Signed-off-by: Daniel Holbach <[email protected]>
@dholbach dholbach linked a pull request Sep 13, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants