Skip to content

Commit b5e8e56

Browse files
Merge pull request #93 from auth0/IPS-2729
fix: update async and moment dependencies to fix reported CVEs
2 parents 3967c53 + 663a73e commit b5e8e56

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)