Skip to content

Commit f5be892

Browse files
authored
Merge pull request #60 from TimFerrell/master
Update moment to resolve ReDOS attack.
2 parents 87a587d + f480a92 commit f5be892

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
22
node_js:
3-
- 0.12
4-
- 4.4.3
3+
- 4.4.3
4+
- 8.17.0
5+
- 10.16.0
6+
- 12.10.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"dependencies": {
1717
"async": "~0.2.9",
18-
"moment": "2.15.2",
18+
"moment": "2.19.3",
1919
"valid-url": "~1.0.9",
2020
"xml-crypto": "~1.0.1",
2121
"xml-encryption": "0.11.2",

0 commit comments

Comments
 (0)