diff --git a/examples/fastify-ssr/package.json b/examples/fastify-ssr/package.json index 44197c7e..31606f14 100644 --- a/examples/fastify-ssr/package.json +++ b/examples/fastify-ssr/package.json @@ -24,7 +24,7 @@ "author": "", "license": "ISC", "dependencies": { - "@fastify/static": "^6.5.0", + "@fastify/static": "^7.0.3", "babel-plugin-dynamic-import-node": "^2.2.0", "fastify": "^4.2.0", "graphql-hooks": "^7.0.0", diff --git a/examples/subscription/package.json b/examples/subscription/package.json index 48feb1a9..28ed96d0 100644 --- a/examples/subscription/package.json +++ b/examples/subscription/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@fastify/cors": "^8.0.0", - "@fastify/static": "^6.5.0", + "@fastify/static": "^7.0.3", "babel-plugin-dynamic-import-node": "^2.2.0", "fastify": "^4.2.0", "graphql": "^16.6.0",