Skip to content

Commit b3502d0

Browse files
author
suraj.nair
committed
update semver to address Regular Expression Denial of Service (ReDoS)
1 parent 524d191 commit b3502d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"nco": "1.0.1",
27-
"semver": "5.4.1"
27+
"semver": "7.5.3"
2828
},
2929
"devDependencies": {
3030
"chai": "4.1.2",
31-
"mocha": "4.0.1",
32-
"nyc": "11.3.0",
31+
"mocha": "^10.2.0",
32+
"nyc": "^15.1.0",
3333
"sinon": "4.1.2"
3434
}
3535
}

0 commit comments

Comments
 (0)