diff --git a/packages/website/package.json b/packages/website/package.json index 8ee9520b..8bbeccd4 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", "gatsby-remark-copy-linked-files": "^4.8.0", - "gatsby-remark-images": "^5.7.0", + "gatsby-remark-images": "^5.8.0", "gatsby-remark-prismjs": "^5.8.0", "gatsby-remark-responsive-iframe": "^4.8.0", "gatsby-remark-smartypants": "^4.8.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index ca8829e5..1c435300 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6829,15 +6829,15 @@ gatsby-remark-copy-linked-files@^4.8.0: probe-image-size "^6.0.0" unist-util-visit "^2.0.3" -gatsby-remark-images@^5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.7.0.tgz#16f8ddca9f3233c325bf2080e193ba505c59707b" - integrity sha512-dLDigJY3kFThGKi41e20CwOWC7ccneM76VFoECIz8YZ6vjMqMYMkB8vojO6hg6jmNRZd2XMnDt/biu/wGe/07A== +gatsby-remark-images@^5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.8.0.tgz#d654e3359de808ff5a01729ad23c454c0e15b567" + integrity sha512-yxlynSYsDJJer3U1SYV+Xn1ACP9M4G1KkySZreU369L0/SDzG/a1mHUBVXuVg+0hu7KI0NzkofdhIaxHG6skhw== dependencies: "@babel/runtime" "^7.14.6" chalk "^4.1.1" cheerio "^1.0.0-rc.9" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" is-relative-url "^3.0.0" lodash "^4.17.21" mdast-util-definitions "^4.0.0"