fix(root): resolve js-cookie, postcss, and ws dependency vulnerabilities#1117
Merged
Merged
Conversation
- js-cookie (high, GHSA-qjx8-664m-686j): pnpm override to ^3.0.7 for transitive deps via @clerk/nextjs and @segment/analytics-next - postcss (moderate, GHSA-qx2v-qp2m-jg93): bump direct devDependency to ^8.5.10 and pnpm override for next's nested postcss - ws (moderate, GHSA-58qx-3vcg-4xpx): pnpm override to ^8.20.1 for transitive dep via @novu/js > socket.io-client > engine.io-client Verified with pnpm audit and pnpm build. Co-authored-by: Dima Grossman <dima@grossman.io>
✅ Deploy Preview for docs-novu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
scopsy
approved these changes
Jun 3, 2026
jainpawan21
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Scheduled dependency security audit fixes for three actionable advisories (highest severity with available patches).
Fixed vulnerabilities
js-cookiejs-cookie@<3.0.7→^3.0.7(transitive via@clerk/nextjs,@segment/analytics-next)postcss^8.5.10+ pnpm overridepostcss@<8.5.10(nested vianext)wsws@>=8.0.0 <8.20.1→^8.20.1(transitive via@novu/js→socket.io-client)Validation
pnpm audit— advisories1119459,1117015,1119108no longer reportedpnpm build— passedRemaining advisories (not in scope)
fast-xml-parser(moderate) — requires>=5.7.0; tree has4.5.6viafumadocs-openapi(major bump)uuid(moderate) — requires>=11.1.1; tree has9.0.1via@scalar/api-client-react(major bump)Linear
Greptile Summary
js-cookie,postcss, andws.postcssdev dependency range to^8.5.10.pnpm-lock.yamlto resolve the patched versions.Confidence Score: 5/5
The dependency-only changes are narrow and align with the stated security audit fixes.
Only
package.jsonandpnpm-lock.yamlwere changed to bump or override vulnerable dependency ranges, with no application code paths modified.What T-Rex did
Reviews (1): Last reviewed commit: "Merge branch 'main' into cursor/docsrepo..." | Re-trigger Greptile