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

fix: use patched versions of vulnurable packages #489

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

snqb
Copy link
Contributor

@snqb snqb commented Aug 10, 2023

We've had some vulnurable packages in our deps chain,
Just fixed those by running pnpm audit --fix
Thanks to the dependabot and security tab for finding those
https://github.com/logicalclocks/quartz/security/dependabot

Comment on lines +164 to +166
"axios@<0.21.1": ">=0.21.1",
"follow-redirects@<1.14.7": ">=1.14.7",
"axios@<0.21.2": ">=0.21.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't "axios@<0.21.2": ">=0.21.2" sufficient?
as it overrides "axios@<0.21.1": ">=0.21.1"

@ehsan-github ehsan-github merged commit 94a5eb9 into dev Aug 30, 2023
@ehsan-github ehsan-github deleted the fix/vulnurable-packages-update branch August 30, 2023 12:22
ehsan-github pushed a commit that referenced this pull request Aug 30, 2023
## [3.6.1](v3.6.0...v3.6.1) (2023-08-30)

### Bug Fixes

* **audit:** use patched versions of vulnerable packages ([#489](#489)) ([94a5eb9](94a5eb9))
@ehsan-github
Copy link
Collaborator

🎉 This PR is included in version 3.6.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants