diff --git a/package-lock.json b/package-lock.json index 3f4b1346..78dbd577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mcansh/remix-fastify", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mcansh/remix-fastify", - "version": "1.11.3", + "version": "1.11.4", "dependencies": { "@fastify/static": "^6.4.0", "fastify-plugin": "^3.0.1", diff --git a/package.json b/package.json index 3cde610e..835330c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcansh/remix-fastify", - "version": "1.11.3", + "version": "1.11.4", "description": "Fastify server request handler for Remix", "source": "src/index.ts", "main": "dist/index.js",