From 6f570cdf026d2eec4a82778606dc8173253f8e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 22:14:29 +0000 Subject: [PATCH] Bump gatsby-remark-images from 6.4.0 to 6.5.2 in /packages/website Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 6.4.0 to 6.5.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.5.2/packages/gatsby-remark-images) --- updated-dependencies: - dependency-name: gatsby-remark-images dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 4a85d5d2..5fd656dd 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-svgr": "3.0.0-beta.0", "gatsby-remark-classes": "1.0.2", "gatsby-remark-copy-linked-files": "5.4.0", - "gatsby-remark-images": "6.4.0", + "gatsby-remark-images": "6.5.2", "gatsby-remark-prismjs": "6.5.0", "gatsby-remark-responsive-iframe": "5.4.0", "gatsby-remark-smartypants": "5.4.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index ce194b40..bd685368 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6360,15 +6360,15 @@ gatsby-remark-copy-linked-files@5.4.0: probe-image-size "^6.0.0" unist-util-visit "^2.0.3" -gatsby-remark-images@6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.4.0.tgz#8a4c72a133bfedd056c432f071f3e1a3c66d2f34" - integrity sha512-yrrX96C15pvxquAL/jQb/5Kl0nUu0yNzEDtE1lB7f2bTuxdIRDkF7UM6pfEhp0N00a3ECD+eMf2QXHn/yo2tvg== +gatsby-remark-images@6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.5.2.tgz#1a653569ecbb35dc09de55992eccea98a8997d67" + integrity sha512-E6Cf9Vz1jo7pVS7CAao3cV4xSS9IRehxmzZjIo+rKpqQk7r2PeFrzvPbLltuhkiDJG6oupn+Njk6u/r530+97A== dependencies: "@babel/runtime" "^7.15.4" chalk "^4.1.2" cheerio "^1.0.0-rc.10" - gatsby-core-utils "^3.4.0" + gatsby-core-utils "^3.5.2" is-relative-url "^3.0.0" lodash "^4.17.21" mdast-util-definitions "^4.0.0"