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 2da9a3e commit 1ba7cceCopy full SHA for 1ba7cce
package.json
@@ -4,17 +4,17 @@
4
"description": "Fake HTTP injection library",
5
"main": "index.js",
6
"dependencies": {
7
- "ajv": "^6.8.1",
8
- "readable-stream": "^3.1.1"
+ "ajv": "^6.10.2",
+ "readable-stream": "^3.4.0"
9
},
10
"types": "index.d.ts",
11
"devDependencies": {
12
- "@types/node": "^11.11.4",
13
- "form-data": "^2.3.3",
+ "@types/node": "^11.13.22",
+ "form-data": "^2.5.1",
14
"pre-commit": "^1.2.2",
15
"standard": "^14.0.2",
16
"tap": "^12.6.6",
17
- "tsd": "^0.7.0"
+ "tsd": "^0.7.4"
18
19
"scripts": {
20
"test": "npm run lint && npm run unit && npm run tsd",
0 commit comments