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

Semver dependency in published package does not match what's in the repo #39

Closed
jpage-godaddy opened this issue Jun 22, 2023 · 2 comments

Comments

@jpage-godaddy
Copy link

I have [email protected] installed. Its package.json contains this dependency:

"semver": "^6.0.0"

...yet in the main branch, the version is set to:

"semver": "^7.3.2"

Was there perhaps a missed publish of this change? It appears that the semver version bump will resolve a security audit failure, but the published package is still on ^6.0.0, so the issue cannot be resolved at present.

@RyanZim
Copy link
Contributor

RyanZim commented Jun 22, 2023

This change was not published as per #32 (comment). make-dir itself should be unaffected by the semver security issue, but the noisy audit failure might warrant the publication of a new version; @sindresorhus?

@sindresorhus
Copy link
Owner

https://github.com/sindresorhus/make-dir/releases/tag/v4.0.0

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