diff --git a/package-lock.json b/package-lock.json index 65ed4131..5ea25c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10086,16 +10086,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz", - "integrity": "sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g==", + "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": "^1.10.0", + "gatsby-core-utils": "^2.1.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -10106,17 +10106,17 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "requires": { "regenerator-runtime": "^0.13.4" } }, "file-type": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.2.0.tgz", - "integrity": "sha512-1Wwww3mmZCMmLjBfslCluwt2mxH80GsAXYrvPnfQ42G1EGWag336kB1iyCgyn7UXiKY3cJrNykXPrCwA7xb5Ag==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz", + "integrity": "sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==", "requires": { "readable-web-to-node-stream": "^3.0.0", "strtok3": "^6.0.3", @@ -10125,12 +10125,13 @@ } }, "gatsby-core-utils": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.10.0.tgz", - "integrity": "sha512-uI5gJXmVHegn8E/vttoX0BaXRJPC73RzxuZDtl2U5WBEgeg+VVkKCmNVQE9Xk+Qstm2Wd6RU+QJ4LMx5ywYZhQ==", + "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", diff --git a/package.json b/package.json index 31bbe31d..9a18a8fd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-styled-components": "^3.10.0", - "gatsby-source-filesystem": "^2.11.0", + "gatsby-source-filesystem": "^3.1.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.12.0", "gatsby-transformer-remark": "^2.16.0",