Skip to content

Commit 159d3f0

Browse files
committed
changed the dependency for qs to ^6.0.3 and the one for mocha to ^7.0.1 since i was getting npm vulnerability alerts now it shows 0 vulnerabilities
1 parent bfc151f commit 159d3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"dependencies": {
2121
"clone": "^0.1.18",
2222
"debug": "^2.1.0",
23-
"qs": "^2.3.3"
23+
"qs": "^6.0.3"
2424
},
2525
"devDependencies": {
2626
"chai": "^1.10.0",
27-
"mocha": "^2.0.1"
27+
"mocha": "^7.0.1"
2828
}
2929
}

0 commit comments

Comments
 (0)