Skip to content

Commit d108e63

Browse files
committed
Bumped v2.0.1
1 parent bec3ccd commit d108e63

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-compress",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Fastify compression utils",
55
"main": "index.js",
66
"dependencies": {
@@ -11,25 +11,25 @@
1111
"is-gzip": "^1.0.0",
1212
"is-stream": "^2.0.0",
1313
"is-zip": "^1.0.0",
14-
"mime-db": "^1.33.0",
14+
"mime-db": "^1.43.0",
1515
"minipass": "^2.9.0",
1616
"peek-stream": "^1.1.0",
1717
"pump": "^3.0.0",
18-
"pumpify": "^2.0.0",
18+
"pumpify": "^2.0.1",
1919
"string-to-stream": "^3.0.0",
20-
"unzipper": "^0.10.1"
20+
"unzipper": "^0.10.8"
2121
},
2222
"devDependencies": {
2323
"@types/node": "^13.1.0",
24-
"@typescript-eslint/parser": "^2.0.0",
24+
"@typescript-eslint/parser": "^2.19.2",
2525
"eslint-plugin-typescript": "^0.14.0",
2626
"fastify": "^2.11.0",
2727
"iltorb": "2.4.3",
2828
"jsonstream": "^1.0.3",
2929
"pre-commit": "^1.2.2",
30-
"standard": "^14.0.2",
31-
"typescript": "^3.4.5",
32-
"tap": "^12.6.6"
30+
"standard": "^14.3.1",
31+
"tap": "^12.6.6",
32+
"typescript": "^3.7.5"
3333
},
3434
"scripts": {
3535
"unit": "tap test/*.js",

0 commit comments

Comments
 (0)