diff --git a/package-lock.json b/package-lock.json index 2940d48..5928407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "compression": "1.7.4", "cookie-parser": "1.4.6", "ejs": "3.1.9", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-query-complexity": "0.12.0", "graphql-subscriptions": "2.0.0", "graphql-upload": "15.0.2", @@ -4505,6 +4505,14 @@ "node": ">= 16.13.0" } }, + "node_modules/@lenne.tech/nest-server/node_modules/graphql": { + "version": "16.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", + "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, "node_modules/@lukeed/csprng": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", @@ -14617,9 +14625,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", - "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", + "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" } diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 9238be4..11f326b --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "compression": "1.7.4", "cookie-parser": "1.4.6", "ejs": "3.1.9", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-query-complexity": "0.12.0", "graphql-subscriptions": "2.0.0", "graphql-upload": "15.0.2",