Security Updates: June 2026#692
Conversation
Deploying configcat-docs with
|
| Latest commit: |
46fb106
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dcfcb726.docs-xmy.pages.dev |
| Branch Preview URL: | https://security-updates-june-2026.docs-xmy.pages.dev |
There was a problem hiding this comment.
npm audit still indicate a lot of vulnerabilities.
We could attempt to fix at least the high severity issues by pinning the problematic transitive dependencies:
"overrides": {
"lodash": "^4.18.1",
"serialize-javascript": "^7.0.5"
},
Of course, only if this doesn't break the project. (If npm start and npm build work, it will likely be ok.)
`"lodash": "^4.18.1", "serialize-javascript": "^7.0.6"`
|
Hi @adams85 Adding the overrides worked! Thank you 🙏 You can have another look. |
Sure, no problem! 📝 @adams85 It seems like the |
|
Looks unrelated to the changes, probably it's just some issue with GitHub. I'll bypass the checks and merge the PR. |
Describe the purpose of your pull request
Related issues (only if applicable)
How to test? (only if applicable)
Requirement checklist