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 e659e4f commit 0d438e7Copy full SHA for 0d438e7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastify-http-proxy",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "proxy http requests, for Fastify",
5
"main": "index.js",
6
"scripts": {
@@ -22,15 +22,15 @@
22
},
23
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
24
"devDependencies": {
25
- "fastify": "^1.3.1",
26
- "got": "^8.3.0",
+ "fastify": "^1.4.0",
+ "got": "^8.3.1",
27
"http-errors": "^1.6.3",
28
"make-promises-safe": "^1.1.0",
29
"pre-commit": "^1.2.2",
30
"simple-get": "^2.8.1",
31
"snazzy": "^7.1.1",
32
"standard": "^11.0.0",
33
- "tap": "^11.1.4"
+ "tap": "^11.1.5"
34
35
"dependencies": {
36
"fastify-reply-from": "^0.4.1"
0 commit comments