diff --git a/package.json b/package.json index af81f367f..b1734e931 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-sitemap": "^2.4.17", "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-remark-autolink-headers": "^2.3.16", - "gatsby-remark-images": "^3.3.34", + "gatsby-remark-images": "^3.5.1", "gatsby-source-filesystem": "^2.3.35", "gatsby-transformer-remark": "^2.8.47", "gatsby-transformer-sharp": "^2.5.20", diff --git a/yarn.lock b/yarn.lock index 9e03c8770..865d14331 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1863,6 +1863,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.12.5": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" + integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.7.4", "@babel/runtime@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" @@ -9022,6 +9029,19 @@ gatsby-core-utils@^1.4.0: tmp "^0.2.1" xdg-basedir "^4.0.0" +gatsby-core-utils@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz#ec719e1a1d409ce69f89883e4334922f3b5c720e" + integrity sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg== + dependencies: + 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" + tmp "^0.2.1" + xdg-basedir "^4.0.0" + gatsby-graphiql-explorer@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.5.0.tgz#32fc920697fbbcd46f430fd8638a48a75024909a" @@ -9378,15 +9398,15 @@ gatsby-remark-autolink-headers@^2.3.16: mdast-util-to-string "^1.1.0" unist-util-visit "^1.4.1" -gatsby-remark-images@^3.3.34: - version "3.4.1" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.4.1.tgz#7c7875a54db1c98ffa8394887f621f681a8fbb73" - integrity sha512-6sAnteMX+dIBE3ekHr1dpwmnyItjt/4tKer3EWGhj1QjSK8IImjkH7nhanTuePugj/hBgCbuVzBFIwejQSIbZA== +gatsby-remark-images@^3.5.1: + version "3.7.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.7.0.tgz#31df6510b2f88e7e8a2b104080ba4243fe550cd6" + integrity sha512-lwC1ImUMzqetcHmT3RnCp6Ltv7V/Fh9YNusaRt2ti2hmW8Q9vlwqMCGxmqLCl+9+A2Obc82D3yx1OBvDVCiD8Q== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" chalk "^4.1.0" cheerio "^1.0.0-rc.3" - gatsby-core-utils "^1.3.24" + gatsby-core-utils "^1.6.0" is-relative-url "^3.0.0" lodash "^4.17.20" mdast-util-definitions "^1.2.5"