diff --git a/subgraph-tutorial/package-lock.json b/subgraph-tutorial/package-lock.json index 436942d..4f9ad20 100644 --- a/subgraph-tutorial/package-lock.json +++ b/subgraph-tutorial/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.7", "@mui/x-data-grid": "^6.12.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -2698,9 +2698,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" } @@ -6330,9 +6330,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/subgraph-tutorial/package.json b/subgraph-tutorial/package.json index ff6c6ad..d61979d 100644 --- a/subgraph-tutorial/package.json +++ b/subgraph-tutorial/package.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.7", "@mui/x-data-grid": "^6.12.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" },