Skip to content

Commit

Permalink
chore: 📦 Update Next version to fix Next.js Cache Poisoning (#7835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Sep 18, 2024
1 parent cbac385 commit 8cd028a
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 204 deletions.
6 changes: 6 additions & 0 deletions .changeset/mean-pears-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/web-tools": patch
"@ledgerhq/docs-libs": patch
---

Next.js Cache Poisoning fix
2 changes: 1 addition & 1 deletion apps/web-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-next": "13.5.6",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"next": "14.2.8",
"next": "14.2.12",
"prop-types": "^15.8.1",
"qrcode": "^1.4.4",
"re-resizable": "^6.9.11",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"license": "ISC",
"dependencies": {
"next": "14.2.3",
"next": "14.2.12",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 8cd028a

Please sign in to comment.