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