diff --git a/package.json b/package.json index 24a2856d6..aac83a394 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gatsby-image": "^2.4.20", "gatsby-plugin-emotion": "^4.3.14", "gatsby-plugin-layout": "^1.3.12", - "gatsby-plugin-manifest": "^2.4.33", + "gatsby-plugin-manifest": "^2.4.35", "gatsby-plugin-mdx": "^1.2.43", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-newrelic": "newrelic/gatsby-plugin-newrelic.git#5cd42e832f0588764dc332ce7ebd05794de5106a", @@ -30,7 +30,7 @@ "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-remark-autolink-headers": "^2.3.14", "gatsby-remark-images": "^3.3.34", - "gatsby-source-filesystem": "^2.3.32", + "gatsby-source-filesystem": "^2.3.35", "gatsby-transformer-remark": "^2.8.46", "gatsby-transformer-sharp": "^2.5.19", "js-cookie": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 0b578b33d..089855cce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9433,13 +9433,14 @@ gatsby-plugin-layout@^1.3.12: dependencies: "@babel/runtime" "^7.11.2" -gatsby-plugin-manifest@^2.4.33: - version "2.4.33" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.33.tgz#cc50a439164f45b45005c97fa48ac8475ab535fb" - integrity sha512-s5+XgDFQBeOUXPgQbzvTJOsBxKYVPKh8uFzb9zawknnfqFZ31hjSWZfLb+arl1MIXS3P99ZTaHPGeB4FV4z9xA== +gatsby-plugin-manifest@^2.4.35: + version "2.5.2" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.5.2.tgz#38642e205e17086b3eca74b22f2eae07d10efbf8" + integrity sha512-ULLpUbKMXu0wh6XV+GEqE3w7ggGrEKH3fubwiiE00oUNJGoyFfvS9xGSwPtpE6yO1Xg3m1AH5vajZxfL9dWQ+A== dependencies: "@babel/runtime" "^7.11.2" - gatsby-core-utils "^1.3.22" + gatsby-core-utils "^1.3.24" + gatsby-plugin-utils "^0.2.40" semver "^7.3.2" sharp "^0.25.4" @@ -9628,6 +9629,13 @@ gatsby-plugin-utils@^0.2.39: dependencies: joi "^17.2.1" +gatsby-plugin-utils@^0.2.40: + version "0.2.40" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-0.2.40.tgz#20e997d10efb9a0368270f79ce2e6001346f6336" + integrity sha512-RKjmpPhmi8TDR9hAKxmD4ZJMje3BLs6nt6mxMWT0F8gf5giCYEywplJikyCvaPfuyaFlq1hMmFaVvzmeZNussg== + dependencies: + joi "^17.2.1" + gatsby-react-router-scroll@^3.0.15: version "3.0.15" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.15.tgz#0d081941f63894a3b6f2e7c2986091e187875bbd" @@ -9753,7 +9761,7 @@ gatsby-remark-images@^3.3.34: unist-util-select "^1.5.0" unist-util-visit-parents "^2.1.2" -gatsby-source-filesystem@^2.3.19, gatsby-source-filesystem@^2.3.32: +gatsby-source-filesystem@^2.3.19: version "2.3.32" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.32.tgz#a343dbb1562a3b812e4ba8149854428143c95a74" integrity sha512-BzXxz27dNg9fcWbF8abKr9bfZ7ODdd7PeoldmDU+E900iBva/erMS+Ul8pUP4O0npzkaM3z0NWS5t9KAMqRhfg== @@ -9774,6 +9782,26 @@ gatsby-source-filesystem@^2.3.19, gatsby-source-filesystem@^2.3.32: valid-url "^1.0.9" xstate "^4.13.0" +gatsby-source-filesystem@^2.3.35: + version "2.4.2" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.2.tgz#4d599f64058d4f25032b93eda2b036c9910a0d5b" + integrity sha512-we6z7h/KrhKcYhTo9HIVpmuiN15P/D+j3AgxAgJ1zZtCkGymffmhKwyTSMDAp/g0Grz+i6vvofYwOEhXOt62iA== + dependencies: + "@babel/runtime" "^7.11.2" + better-queue "^3.8.10" + chokidar "^3.4.2" + file-type "^12.4.2" + fs-extra "^8.1.0" + gatsby-core-utils "^1.3.24" + got "^9.6.0" + md5-file "^5.0.0" + mime "^2.4.6" + pretty-bytes "^5.4.1" + progress "^2.0.3" + read-chunk "^3.2.0" + valid-url "^1.0.9" + xstate "^4.13.0" + gatsby-telemetry@^1.3.38: version "1.3.38" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.38.tgz#1c6a81ac8cca7117c09577fa2f4c8dd12573c14e"