Skip to content

Commit f9b23bf

Browse files
committed
Updated dependencies and example output
1 parent b5c64c8 commit f9b23bf

File tree

1 file changed

+8
-5
lines changed
  • docs/els-for-runtimes-and-libraries/request

1 file changed

+8
-5
lines changed

docs/els-for-runtimes-and-libraries/request/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
6060
"request": "npm:@els-js/[email protected]"
6161
},
6262
"overrides": {
63-
"request": "npm:@els-js/request@2.88.0-tuxcare.2"
63+
"form-data": "npm:@els-js/form-data@2.3.3-tuxcare.2"
6464
}
6565
```
6666
@@ -77,7 +77,7 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
7777
"request": "npm:@els-js/[email protected]"
7878
},
7979
"overrides": {
80-
"request": "npm:@els-js/request@2.88.2-tuxcare.2"
80+
"form-data": "npm:@els-js/form-data@2.3.3-tuxcare.2"
8181
}
8282
```
8383
@@ -90,7 +90,7 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
9090
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:
9191
9292
<CodeWithCopy>
93-
93+
9494
```text
9595
rm -rf node_modules package-lock.json && npm cache clean --force
9696
```
@@ -110,9 +110,12 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
110110
Example output:
111111

112112
```text
113-
added 49 packages, and audited 50 packages in 2s
113+
added 49 packages, and audited 50 packages in 3s
114+
115+
3 packages are looking for funding
116+
run `npm fund` for details
114117
115-
2 critical severity vulnerabilities
118+
found 0 vulnerabilities
116119
```
117120

118121
7. You've successfully integrated the TuxCare ELS for Request repository into your project.

0 commit comments

Comments
 (0)