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
The Express team has released [multiparty](https://www.npmjs.com/package/multiparty) 4.3.0, addressing three denial of service vulnerabilities in the multipart form parser.
11
13
12
-
{% include admonitions/warning.html
13
-
content="We recommend upgrading to the latest version of multiparty to secure your applications."
14
-
%}
14
+
<Alerttype="warning">
15
+
16
+
We recommend upgrading to the latest version of multiparty to secure your applications. If you have a `package-lock.json`, you can update the dependency by running:
17
+
18
+
```sh
19
+
npm update multiparty
20
+
```
21
+
22
+
</Alert>
15
23
16
24
The following vulnerabilities have been addressed:
0 commit comments