File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-compress" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Fastify compression utils" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
11
11
"is-gzip" : " ^1.0.0" ,
12
12
"is-stream" : " ^2.0.0" ,
13
13
"is-zip" : " ^1.0.0" ,
14
- "mime-db" : " ^1.33 .0" ,
14
+ "mime-db" : " ^1.43 .0" ,
15
15
"minipass" : " ^2.9.0" ,
16
16
"peek-stream" : " ^1.1.0" ,
17
17
"pump" : " ^3.0.0" ,
18
- "pumpify" : " ^2.0.0 " ,
18
+ "pumpify" : " ^2.0.1 " ,
19
19
"string-to-stream" : " ^3.0.0" ,
20
- "unzipper" : " ^0.10.1 "
20
+ "unzipper" : " ^0.10.8 "
21
21
},
22
22
"devDependencies" : {
23
23
"@types/node" : " ^13.1.0" ,
24
- "@typescript-eslint/parser" : " ^2.0.0 " ,
24
+ "@typescript-eslint/parser" : " ^2.19.2 " ,
25
25
"eslint-plugin-typescript" : " ^0.14.0" ,
26
26
"fastify" : " ^2.11.0" ,
27
27
"iltorb" : " 2.4.3" ,
28
28
"jsonstream" : " ^1.0.3" ,
29
29
"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 "
33
33
},
34
34
"scripts" : {
35
35
"unit" : " tap test/*.js" ,
You can’t perform that action at this time.
0 commit comments