Skip to content

Commit 663a73e

Browse files
fix: update async and moment dependencies to fix reported CVEs
Updating the dependencies to address CVE-2021-43138 and CVE-2022-24785.
1 parent 3967c53 commit 663a73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"license": "MIT",
2424
"dependencies": {
2525
"@xmldom/xmldom": "^0.7.4",
26-
"async": "~0.2.9",
27-
"moment": "2.19.3",
26+
"async": "^3.2.4",
27+
"moment": "^2.29.4",
2828
"valid-url": "~1.0.9",
2929
"xml-crypto": "^2.1.3",
3030
"xml-encryption": "^2.0.0",

0 commit comments

Comments
 (0)