diff --git a/package-lock.json b/package-lock.json index 2f6691dd..732a7334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "argon2": "^0.40.0", "class-validator": "^0.14.0", "fastify": "^4.12.0", - "graphql": "^16.6.0", + "graphql": "^16.9.0", "mercurius": "^10.5.1", "mongoose": "^8.0.0", "nestjs-pino": "^4.0.0", @@ -8041,9 +8041,10 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -19281,9 +19282,9 @@ "dev": true }, "graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" }, "graphql-jit": { "version": "0.7.4", diff --git a/package.json b/package.json index 46c80cca..3c7275dc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "argon2": "^0.40.0", "class-validator": "^0.14.0", "fastify": "^4.12.0", - "graphql": "^16.6.0", + "graphql": "^16.9.0", "mercurius": "^10.5.1", "mongoose": "^8.0.0", "nestjs-pino": "^4.0.0",