diff --git a/apps/partners/package.json b/apps/partners/package.json index 91e090fc..80e85d7e 100644 --- a/apps/partners/package.json +++ b/apps/partners/package.json @@ -11,10 +11,10 @@ "gql:generate-schema": "gql.tada generate-schema http://localhost:3000/api/graphql" }, "dependencies": { - "@graphql-yoga/plugin-csrf-prevention": "^3.6.2", - "@graphql-yoga/plugin-disable-introspection": "^2.6.2", - "@graphql-yoga/plugin-persisted-operations": "^3.6.2", - "@graphql-yoga/plugin-response-cache": "^3.8.2", + "@graphql-yoga/plugin-csrf-prevention": "^3.7.0", + "@graphql-yoga/plugin-disable-introspection": "^2.7.0", + "@graphql-yoga/plugin-persisted-operations": "^3.7.0", + "@graphql-yoga/plugin-response-cache": "^3.9.0", "@lucia-auth/adapter-drizzle": "^1.0.7", "@node-rs/argon2": "^1.8.3", "@tanstack/react-virtual": "^3.9.0", @@ -28,7 +28,7 @@ "geist": "^1.3.1", "gql.tada": "^1.8.6", "graphql": "^16.9.0", - "graphql-yoga": "^5.6.2", + "graphql-yoga": "^5.7.0", "lucia": "^3.2.0", "lucide-react": "^0.407.0", "modern-screenshot": "^4.4.39", diff --git a/apps/social/package.json b/apps/social/package.json index 61101e11..caacc4f3 100644 --- a/apps/social/package.json +++ b/apps/social/package.json @@ -15,10 +15,10 @@ }, "dependencies": { "@fingerprintjs/botd": "^1.9.1", - "@graphql-yoga/plugin-csrf-prevention": "^3.6.2", - "@graphql-yoga/plugin-disable-introspection": "^2.6.2", - "@graphql-yoga/plugin-persisted-operations": "^3.6.2", - "@graphql-yoga/plugin-response-cache": "^3.8.2", + "@graphql-yoga/plugin-csrf-prevention": "^3.7.0", + "@graphql-yoga/plugin-disable-introspection": "^2.7.0", + "@graphql-yoga/plugin-persisted-operations": "^3.7.0", + "@graphql-yoga/plugin-response-cache": "^3.9.0", "@lucia-auth/adapter-drizzle": "^1.0.7", "@node-rs/argon2": "^1.8.3", "@umamin/db": "workspace:*", diff --git a/apps/www/package.json b/apps/www/package.json index 1dee8b35..f568b89a 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -15,10 +15,10 @@ }, "dependencies": { "@fingerprintjs/botd": "^1.9.1", - "@graphql-yoga/plugin-csrf-prevention": "^3.6.2", - "@graphql-yoga/plugin-disable-introspection": "^2.6.2", - "@graphql-yoga/plugin-persisted-operations": "^3.6.2", - "@graphql-yoga/plugin-response-cache": "^3.8.2", + "@graphql-yoga/plugin-csrf-prevention": "^3.7.0", + "@graphql-yoga/plugin-disable-introspection": "^2.7.0", + "@graphql-yoga/plugin-persisted-operations": "^3.7.0", + "@graphql-yoga/plugin-response-cache": "^3.9.0", "@hookform/resolvers": "^3.9.0", "@lucia-auth/adapter-drizzle": "^1.0.7", "@mdx-js/loader": "^3.0.1", @@ -40,7 +40,7 @@ "geist": "^1.3.1", "gql.tada": "^1.8.6", "graphql": "^16.9.0", - "graphql-yoga": "^5.6.2", + "graphql-yoga": "^5.7.0", "lucia": "^3.2.0", "lucide-react": "^0.407.0", "modern-screenshot": "^4.4.39",