We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8a913 commit 2d9fec0Copy full SHA for 2d9fec0
package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "light-my-request",
3
- "version": "3.1.0",
+ "version": "3.2.0",
4
"description": "Fake HTTP injection library",
5
"main": "index.js",
6
"dependencies": {
7
- "ajv": "^6.0.0",
8
- "readable-stream": "^3.0.0"
+ "ajv": "^6.8.1",
+ "readable-stream": "^3.1.1"
9
},
10
"devDependencies": {
11
- "form-data": "^2.3.2",
+ "form-data": "^2.3.3",
12
"pre-commit": "^1.2.2",
13
"standard": "^12.0.0",
14
- "tap": "^12.0.0"
+ "tap": "^12.5.1"
15
16
"scripts": {
17
"test": "npm run lint && npm run unit",
0 commit comments