You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-libraries/next/README.md
+11-35Lines changed: 11 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,9 @@ TuxCare provides ELS for Next.js as an NPM package, hosted on a secure internal
43
43
Replace ${TOKEN} with the token you received from [sales@tuxcare.com](mailto:sales@tuxcare.com).
44
44
:::
45
45
46
-
4. Update your `package.json` file to replace your Next.js dependencies with the TuxCare packages. You can do this in two ways:
46
+
4. Update your `package.json` file to replace your Next.js dependencies with the TuxCare packages. Choose your Next.js version below and add the `dependencies` and `overrides` entries shown.
47
47
48
-
***Option 1: Manual update**
49
-
50
-
Manually update your `package.json` file by replacing your Next.js dependencies with the TuxCare packages. This method gives you full control over which packages to update.
51
-
52
-
<TableTabslabel="Choose Next.js version: " >
48
+
<TableTabslabel="Choose Next.js version: " >
53
49
54
50
<template #next_12.3.7>
55
51
@@ -103,35 +99,7 @@ TuxCare provides ELS for Next.js as an NPM package, hosted on a secure internal
103
99
104
100
</template>
105
101
106
-
</TableTabs>
107
-
108
-
* **Option 2: TuxCare Patcher (Automated)**
109
-
110
-
Install the Patcher globally and run it. The TuxCare Patcher automatically detects the Next.js version in your `package.json` and updates your `dependencies` and `overrides` to use the corresponding TuxCare `@els-js/*` packages.
5. You need to remove the `node_modules` directory and the `package-lock.json` file, and also clear the `npm cache` before installing the patched packages. Use the following commands:
137
105
@@ -191,6 +159,8 @@ Fixes for the following vulnerabilities are available in ELS for Next.js from Tu
191
159
|CVE-2025-55173 | Direct | Medium | next | < 14.2.31, >= 15.0.0 < 15.4.5 |
192
160
|CVE-2025-48068 | Direct | Low | next | >= 13.0.0 < 14.2.30, >= 15.0.0 < 15.2.2 |
193
161
|CVE-2025-32421 | Direct | Low | next | < 14.2.24, >= 15.0.0 < 15.1.6 |
162
+
|CVE-2026-29057 | Direct | Medium | next | >= 9.5.0 < 15.5.13, >= 16.0.0 < 16.1.7 |
163
+
|CVE-2026-27980 | Direct | High | next | >= 10.0.0 < 16.1.7 |
194
164
195
165
</template>
196
166
@@ -208,6 +178,8 @@ Fixes for the following vulnerabilities are available in ELS for Next.js from Tu
208
178
|CVE-2025-55173 | Direct | Medium | next | < 14.2.31, >= 15.0.0 < 15.4.5 |
209
179
|CVE-2025-48068 | Direct | Low | next | >= 13.0.0 < 14.2.30, >= 15.0.0 < 15.2.2 |
210
180
|CVE-2025-32421 | Direct | Low | next | < 14.2.24, >= 15.0.0 < 15.1.6 |
181
+
|CVE-2026-29057 | Direct | Medium | next | >= 9.5.0 < 15.5.13, >= 16.0.0 < 16.1.7 |
182
+
|CVE-2026-27980 | Direct | High | next | >= 10.0.0 < 16.1.7 |
211
183
212
184
</template>
213
185
@@ -225,6 +197,8 @@ Fixes for the following vulnerabilities are available in ELS for Next.js from Tu
225
197
|CVE-2025-55173 | Direct | Medium | next | < 14.2.31, >= 15.0.0 < 15.4.5 |
226
198
|CVE-2025-48068 | Direct | Low | next | >= 13.0.0 < 14.2.30, >= 15.0.0 < 15.2.2 |
227
199
|CVE-2025-32421 | Direct | Low | next | < 14.2.24, >= 15.0.0 < 15.1.6 |
200
+
|CVE-2026-29057 | Direct | Medium | next | >= 9.5.0 < 15.5.13, >= 16.0.0 < 16.1.7 |
201
+
|CVE-2026-27980 | Direct | High | next | >= 10.0.0 < 16.1.7 |
228
202
229
203
</template>
230
204
@@ -233,6 +207,8 @@ Fixes for the following vulnerabilities are available in ELS for Next.js from Tu
233
207
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
0 commit comments