diff --git a/package-lock.json b/package-lock.json index 99e361dd..4d839d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9355,16 +9355,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.0.0.tgz", - "integrity": "sha512-t51BSxAqRKO/veY99U/TcsWA7C1MRIokOJHGHoJij1ZLBzvB2GMB7dNQHhAyHa7MWwfzAwd7jI/TJCJX9l0KlQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.1.0.tgz", + "integrity": "sha512-3qFXEi4Hp7NrqTMCJ44vzwMZclD1aHyC5XUXxuuQ+/gT4k4yPIjPTbUdYgDzvrc8/K/5XRvJDB2vprdjxwoeGw==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -9374,6 +9374,21 @@ "xstate": "^4.14.0" }, "dependencies": { + "gatsby-core-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", diff --git a/package.json b/package.json index 0ef8837a..83550105 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-sharp": "^3.1.0", "gatsby-plugin-sitemap": "^3.0.0", "gatsby-source-contentful": "^5.1.0", - "gatsby-source-filesystem": "^3.0.0", + "gatsby-source-filesystem": "^3.1.0", "gatsby-transformer-sharp": "^3.0.0", "react": "^17.0.1", "react-dom": "^17.0.1",