diff --git a/package-lock.json b/package-lock.json index e74a4ff..aa95e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9476,9 +9476,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.35", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.35.tgz", - "integrity": "sha512-OHa7eDW9m/R8uIkAHpOZda517uT0yLPfLhZwEj3vqWgHRKg6bSghvKRDMQGmiD39EPur/Pl7JsotbFxGBRFRTQ==", + "version": "2.3.36", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.36.tgz", + "integrity": "sha512-fa3/xwWiSRRtYaE5OFIb0/MLCvewXDCEMcGqQs+TlBorxfCzcbHtCVF4klqPiInOTzsUqxqfQJSVaT6LvFnTpg==", "requires": { "@babel/runtime": "^7.11.2", "better-queue": "^3.8.10", diff --git a/package.json b/package.json index 413312e..d6d76a8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sass": "^2.3.21", "gatsby-plugin-sitemap": "^2.4.17", "gatsby-plugin-styled-components": "^3.3.14", - "gatsby-source-filesystem": "^2.3.35", + "gatsby-source-filesystem": "^2.3.36", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.5.20", "gatsby-transformer-remark": "^2.8.46",