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

Bad usage of dependencies #1458

Open
NanderTGA opened this issue Nov 18, 2023 · 0 comments
Open

Bad usage of dependencies #1458

NanderTGA opened this issue Nov 18, 2023 · 0 comments

Comments

@NanderTGA
Copy link
Contributor

I wanted to update a dependency recently but turns out I can't since your packages only allow the usage of one specific version of each dependency.
I suggest you change this

  "dependencies": {
    "axios": "1.6.2",
    "commander": "11.1.0"
  },

to this

  "dependencies": {
    "axios": "^1.6.2",
    "commander": "^11.1.0"
  },

I suggest you fix this in all your packages so people can swiftly update dependencies in the case of a security vulnerability.

@NanderTGA NanderTGA changed the title Bad usage of package dependencies Bad usage of dependencies Nov 18, 2023
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

1 participant