Skip to content

Commit 0d438e7

Browse files
committed
Bumped v0.4.0.
1 parent e659e4f commit 0d438e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-http-proxy",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "proxy http requests, for Fastify",
55
"main": "index.js",
66
"scripts": {
@@ -22,15 +22,15 @@
2222
},
2323
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
2424
"devDependencies": {
25-
"fastify": "^1.3.1",
26-
"got": "^8.3.0",
25+
"fastify": "^1.4.0",
26+
"got": "^8.3.1",
2727
"http-errors": "^1.6.3",
2828
"make-promises-safe": "^1.1.0",
2929
"pre-commit": "^1.2.2",
3030
"simple-get": "^2.8.1",
3131
"snazzy": "^7.1.1",
3232
"standard": "^11.0.0",
33-
"tap": "^11.1.4"
33+
"tap": "^11.1.5"
3434
},
3535
"dependencies": {
3636
"fastify-reply-from": "^0.4.1"

0 commit comments

Comments
 (0)