File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
+ - " 10"
4
5
- " 9"
5
6
- " 8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-http-proxy" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " proxy http requests, for Fastify" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
22
22
},
23
23
"homepage" : " https://github.com/fastify/fastify-http-proxy#readme" ,
24
24
"devDependencies" : {
25
- "fastify" : " ^1.0.0-rc.2 " ,
26
- "got" : " ^8.0.3 " ,
27
- "http-errors" : " ^1.6.2 " ,
25
+ "fastify" : " ^1.3.1 " ,
26
+ "got" : " ^8.3.0 " ,
27
+ "http-errors" : " ^1.6.3 " ,
28
28
"make-promises-safe" : " ^1.1.0" ,
29
29
"pre-commit" : " ^1.2.2" ,
30
- "simple-get" : " ^2.7.0 " ,
31
- "snazzy" : " ^7.0.0 " ,
30
+ "simple-get" : " ^2.8.1 " ,
31
+ "snazzy" : " ^7.1.1 " ,
32
32
"standard" : " ^11.0.0" ,
33
- "tap" : " ^11.0.1 "
33
+ "tap" : " ^11.1.4 "
34
34
},
35
35
"dependencies" : {
36
36
"fastify-reply-from" : " ^0.3.0"
You can’t perform that action at this time.
0 commit comments