Skip to content

Commit

Permalink
fix(*): Update dependencies to resolve security alerts (#2983)
Browse files Browse the repository at this point in the history
* fix(*): Resolve dependabot security alerts

Resolved alerts:
- follow-redirects https://github.com/clerk/javascript/security/dependabot/233
- nextjs https://github.com/clerk/javascript/security/dependabot/234
- graphql https://github.com/clerk/javascript/security/dependabot/207

* fix(elements): Resolve issue with rollup linux missing dependency

Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (npm/cli#4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
  • Loading branch information
dimkl authored Mar 15, 2024
1 parent 1c199d1 commit 980a56c
Show file tree
Hide file tree
Showing 9 changed files with 3,017 additions and 2,860 deletions.
7 changes: 7 additions & 0 deletions .changeset/short-tigers-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@clerk/nextjs': minor
---

Bump minimum nextjs@13 version to `13.5.4` from `13.0.4` to resolve vulnerabilities.

ref: https://github.com/advisories/GHSA-c59h-r6p8-q9wc
2 changes: 1 addition & 1 deletion integration/templates/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^18.17.0",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"next": "13",
"next": "^13.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand Down
Loading

0 comments on commit 980a56c

Please sign in to comment.