Skip to content

Commit 1ba7cce

Browse files
committed
Updated dependencies
1 parent 2da9a3e commit 1ba7cce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"description": "Fake HTTP injection library",
55
"main": "index.js",
66
"dependencies": {
7-
"ajv": "^6.8.1",
8-
"readable-stream": "^3.1.1"
7+
"ajv": "^6.10.2",
8+
"readable-stream": "^3.4.0"
99
},
1010
"types": "index.d.ts",
1111
"devDependencies": {
12-
"@types/node": "^11.11.4",
13-
"form-data": "^2.3.3",
12+
"@types/node": "^11.13.22",
13+
"form-data": "^2.5.1",
1414
"pre-commit": "^1.2.2",
1515
"standard": "^14.0.2",
1616
"tap": "^12.6.6",
17-
"tsd": "^0.7.0"
17+
"tsd": "^0.7.4"
1818
},
1919
"scripts": {
2020
"test": "npm run lint && npm run unit && npm run tsd",

0 commit comments

Comments
 (0)