diff --git a/package.json b/package.json index 20ea564..e254387 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@netlify/functions": "^0.11.0", - "graphql": "^16.3.0", + "graphql": "^16.8.1", "graphql-request": "^4.0.0", "typescript": "^4.5.5" } diff --git a/yarn.lock b/yarn.lock index 31e6cbf..00c339f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -66,10 +66,10 @@ graphql-request@^4.0.0: extract-files "^9.0.0" form-data "^3.0.0" -graphql@^16.3.0: - version "16.3.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" - integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== is-promise@^4.0.0: version "4.0.0"