Skip to content

Commit 0733395

Browse files
Merge pull request #347 from ejarocki-cloudlinux/master
update next page
2 parents e9437d9 + f8d812e commit 0733395

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/els-for-libraries/next/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ TuxCare provides ELS for Next.js as an NPM package, hosted on a secure internal
107107
108108
```text
109109
"dependencies": {
110-
"next": "npm:@els-js/next@13.5.11-tuxcare.4"
110+
"next": "npm:@els-js/next@13.5.11-tuxcare.5"
111111
}
112112
```
113113
@@ -209,7 +209,7 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
209209
<CodeWithCopy>
210210
211211
```text
212-
npm install next@npm:@els-js/next@13.5.11-tuxcare.4
212+
npm install next@npm:@els-js/next@13.5.11-tuxcare.5
213213
```
214214
215215
</CodeWithCopy>
@@ -273,6 +273,8 @@ Fixes for the following vulnerabilities are available in ELS for Next.js from Tu
273273
| CVE-2024-51479 | Direct | High | next | >= 9.5.5, < 14.2.15 |
274274
| CVE-2024-47831 | Direct | High | next | >= 10.0.0, < 14.2.7 |
275275
| CVE-2024-34351 | Direct | High | next | >= 13.4.0, < 14.1.1 |
276+
| CVE-2025-55184 | Transitive | High | React | >= 13.3.0 < 14.2.35 |
277+
| CVE-2025-67779 | Transitive | High | React | >= 13.3.0 < 14.2.35 |
276278
| CVE-2025-57752 | Direct | Medium | next | < 14.2.31, >= 15.0.0 < 15.4.5 |
277279
| CVE-2025-55173 | Direct | Medium | next | < 14.2.31, >= 15.0.0 < 15.4.5 |
278280
| CVE-2025-48068 | Direct | Low | next | >= 13.0.0 < 14.2.30, >= 15.0.0 < 15.2.2 |

0 commit comments

Comments
 (0)