Skip to content

Commit 3860bbd

Browse files
committed
updated nuxt library
1 parent 17a8a8b commit 3860bbd

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ const techData = [
958958
},
959959
{
960960
name: "Nuxt",
961-
versions: "0.10.7 | 2.18.1 | 3.2.0",
961+
versions: "0.10.7 | 2.18.1",
962962
link: "./nuxt/",
963963
},
964964
{
@@ -973,7 +973,7 @@ const techData = [
973973
},
974974
{
975975
name: "Nuxt",
976-
versions: "2.18.1 | 3.2.0",
976+
versions: "0.10.7 | 2.18.1",
977977
link: "./nuxt/",
978978
},
979979
{

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

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for Nuxt from TuxCare provides security fixes fo
44

55
## Supported Nuxt Versions
66

7-
* Nuxt 0.10.7, 2.18.1, 3.2.0
7+
* Nuxt 0.10.7, 2.18.1
88

99
## Connection to ELS for Nuxt Library
1010

@@ -47,17 +47,6 @@ TuxCare provides ELS for Nuxt as an NPM package, hosted on a secure internal reg
4747

4848
<TableTabs label="Choose Nuxt version: " >
4949

50-
<template #nuxt_3.2.0>
51-
52-
```text
53-
"overrides": {
54-
"lodash.pick@4.4.0": "npm:@els-js/lodash.pick@>=4.4.0-tuxcare.1",
55-
"lodash.template@4.5.0": "npm:@els-js/lodash.template@>=4.5.0-tuxcare.1"
56-
}
57-
```
58-
59-
</template>
60-
6150
<template #nuxt_2.18.1>
6251

6352
```text
@@ -148,19 +137,11 @@ Fixes for the following vulnerabilities are available in ELS for Nuxt from TuxCa
148137

149138
<TableTabs label="Choose Nuxt version: " >
150139

151-
<template #nuxt_3.2.0>
152-
153-
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
154-
|:-------------:|:---------:|:--------:|:------------------:|:-------------------:|
155-
| CVE-2020-8203 | Transitive | High | lodash.pick | >= 4.0.0 <= 4.4.0 |
156-
| CVE-2021-23337 | Transitive | High | lodash.template | <= 4.5.0 |
157-
158-
</template>
159-
160140
<template #nuxt_2.18.1>
161141

162142
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
163143
|:-------------:|:---------:|:--------:|:------------------:|:-------------------:|
144+
| CVE-2024-34343 | Direct | Medium | nuxt | < 3.12.4 |
164145
| CVE-2024-4068 | Transitive | High | braces | < 3.0.3 |
165146
| CVE-2024-47764 | Transitive | Medium | cookie | < 0.7.0 |
166147
| CVE-2025-57820 | Transitive | High | devalue | < 5.3.2 |
@@ -206,4 +187,3 @@ Fixes for the following vulnerabilities are available in ELS for Nuxt from TuxCa
206187
</TableTabs>
207188

208189
If you are interested in the TuxCare Endless Lifecycle Support, contact [sales@tuxcare.com](mailto:sales@tuxcare.com).
209-

0 commit comments

Comments
 (0)