diff --git a/package-lock.json b/package-lock.json index 19482051..54129622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "gatsby-remark-smartypants": "^5.8.0", "gatsby-remark-vscode": "^3.3.1", "gatsby-source-filesystem": "^4.7.0", - "gatsby-source-graphql": "^4.7.0", + "gatsby-source-graphql": "^4.9.1", "gatsby-transformer-remark": "^5.9.1", "gatsby-transformer-sharp": "^4.7.0", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code", @@ -14479,9 +14479,9 @@ } }, "node_modules/gatsby-source-graphql": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.7.0.tgz", - "integrity": "sha512-YHMWkjt/dB1hyR/ENpWWqy+1GS9nKc/cXwJ2JrHnH4rlSxZVEqy84/Az97zSVkPiUqqPqk6+VzziPcj3VshYIA==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.9.1.tgz", + "integrity": "sha512-6YQ3ZX5igsyGje/kDyl94Jbroi6lmzepOO7VQf/hit2K3OIcMiTGLA2k8kDqITWzIGnP0nTUnGGlO//j6eZ+pQ==", "dependencies": { "@babel/runtime": "^7.15.4", "@graphql-tools/links": "^7.1.0", @@ -14490,7 +14490,7 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "invariant": "^2.2.4", "node-fetch": "^2.6.7" }, @@ -40989,9 +40989,9 @@ } }, "gatsby-source-graphql": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.7.0.tgz", - "integrity": "sha512-YHMWkjt/dB1hyR/ENpWWqy+1GS9nKc/cXwJ2JrHnH4rlSxZVEqy84/Az97zSVkPiUqqPqk6+VzziPcj3VshYIA==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.9.1.tgz", + "integrity": "sha512-6YQ3ZX5igsyGje/kDyl94Jbroi6lmzepOO7VQf/hit2K3OIcMiTGLA2k8kDqITWzIGnP0nTUnGGlO//j6eZ+pQ==", "requires": { "@babel/runtime": "^7.15.4", "@graphql-tools/links": "^7.1.0", @@ -41000,7 +41000,7 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "invariant": "^2.2.4", "node-fetch": "^2.6.7" } diff --git a/package.json b/package.json index e1ace0cd..70d70382 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "gatsby-remark-smartypants": "^5.8.0", "gatsby-remark-vscode": "^3.3.1", "gatsby-source-filesystem": "^4.7.0", - "gatsby-source-graphql": "^4.7.0", + "gatsby-source-graphql": "^4.9.1", "gatsby-transformer-remark": "^5.9.1", "gatsby-transformer-sharp": "^4.7.0", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",