diff --git a/package-lock.json b/package-lock.json index b5833ed..ba7c67d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/aws-lambda": "8.10.101", "@types/jest": "28.1.6", "fastify": "4.3.0", - "graphql": "16.5.0", + "graphql": "16.8.1", "jest": "28.1.3", "jest-junit": "14.0.0", "prettier": "2.7.1", @@ -2748,8 +2748,9 @@ "license": "ISC" }, "node_modules/graphql": { - "version": "16.5.0", - "license": "MIT", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -5296,7 +5297,7 @@ "peerDependencies": { "@apollo/server": "^4.0.0-alpha.2", "fastify": "^4.3.0", - "graphql": "^16.5.0" + "graphql": "^16.8.1" } }, "packages/lambda": { @@ -5308,7 +5309,7 @@ }, "peerDependencies": { "@apollo/server": "^4.0.0-alpha.2", - "graphql": "^16.5.0" + "graphql": "^16.8.1" } } }, @@ -7153,7 +7154,9 @@ "dev": true }, "graphql": { - "version": "16.5.0" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index 1ec2bfa..1378243 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/aws-lambda": "8.10.101", "@types/jest": "28.1.6", "fastify": "4.3.0", - "graphql": "16.5.0", + "graphql": "16.8.1", "jest": "28.1.3", "jest-junit": "14.0.0", "prettier": "2.7.1",