diff --git a/package-lock.json b/package-lock.json index 91c5ca15..fd4621dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11637,9 +11637,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.5.tgz", - "integrity": "sha512-sgTDD9fZMTKl0k0taQAlO5PoigiehVDwpUC46ty9hkNeC1v1tcg5JGHlhK6wMGW9NfWR2D8pCCbhb8vqFb9oXw==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.7.tgz", + "integrity": "sha512-mXlSwxLd7yP2SS4V15QZyWA7Nq4aUXKrIRgRs+mUe1YxEDluHBuQTSbmJlchw7Vy75rxfKi2mdjKtpETixXgWg==", "requires": { "@babel/runtime": "^7.9.6", "better-queue": "^3.8.10", @@ -11647,7 +11647,7 @@ "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.0", + "gatsby-core-utils": "^1.3.2", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.5", @@ -11673,6 +11673,19 @@ "universalify": "^0.1.0" } }, + "gatsby-core-utils": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz", + "integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } + }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", diff --git a/package.json b/package.json index 1b9232a7..06e6d5a9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^2.3.1", "gatsby-remark-vscode": "^2.1.1", - "gatsby-source-filesystem": "^2.3.5", + "gatsby-source-filesystem": "^2.3.7", "gatsby-source-graphql": "^2.5.1", "gatsby-transformer-remark": "^2.8.10", "gatsby-transformer-sharp": "^2.5.2",