diff --git a/package-lock.json b/package-lock.json index dcb330b..bf10b55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "bcryptjs": "^2.4.3", "crypto-js": "^4.1.1", "express": "^4.18.2", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "hbs": "^4.2.0", "jsonwebtoken": "^9.0.2", "mongoose": "^7.5.2", @@ -5956,9 +5956,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" } @@ -15743,9 +15743,9 @@ "dev": true }, "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==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index 39c3025..71b2889 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bcryptjs": "^2.4.3", "crypto-js": "^4.1.1", "express": "^4.18.2", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "hbs": "^4.2.0", "jsonwebtoken": "^9.0.2", "mongoose": "^7.5.2",