Skip to content

Commit

Permalink
Bumped v4.16.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 26, 2023
1 parent ce7a81e commit b3ebbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastify.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '4.16.2'
const VERSION = '4.16.3'

const Avvio = require('avvio')
const http = require('http')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify",
"version": "4.16.2",
"version": "4.16.3",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
Expand Down Expand Up @@ -152,7 +152,6 @@
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"fast-json-body": "^1.1.0",
"fast-json-stringify": "^5.7.0",
"fastify-plugin": "^4.2.1",
"fluent-json-schema": "^4.0.0",
"form-data": "^4.0.0",
Expand Down Expand Up @@ -182,6 +181,7 @@
"@fastify/ajv-compiler": "^3.5.0",
"@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.3.0",
"fast-json-stringify": "^5.7.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"fast-content-type-parse": "^1.0.0",
Expand Down

0 comments on commit b3ebbdc

Please sign in to comment.