From d4aeab0d91414161ff7f01ac8c61594b7e6e3ae8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 17:07:37 +0000 Subject: [PATCH] Bump remark-unwrap-images from 1.0.0 to 2.0.0 Bumps [remark-unwrap-images](https://github.com/remarkjs/remark-unwrap-images) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/remarkjs/remark-unwrap-images/releases) - [Commits](https://github.com/remarkjs/remark-unwrap-images/compare/1.0.0...2.0.0) Signed-off-by: dependabot-preview[bot] --- packages/gatsby-plugin/package.json | 2 +- packages/gatsby-theme/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index 0613907..5f4e148 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -27,7 +27,7 @@ "react-helmet": "^5.2.1", "remark-emoji": "^2.0.2", "remark-images": "^1.0.0", - "remark-unwrap-images": "^1.0.0", + "remark-unwrap-images": "^2.0.0", "theme-ui": "^0.3.0-alpha.6" }, "gitHead": "13d00b47780424cc3b52d38ad6f19e99d007c06a", diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 028d847..6284fd9 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -41,7 +41,7 @@ "react-helmet": "^6.0.0-beta", "react-swipeable": "^5.3.0", "remark-emoji": "^2.0.2", - "remark-unwrap-images": "^1.0.0", + "remark-unwrap-images": "^2.0.0", "theme-ui": "^0.3.1" }, "gitHead": "13d00b47780424cc3b52d38ad6f19e99d007c06a" diff --git a/yarn.lock b/yarn.lock index ad54518..57120e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13910,13 +13910,13 @@ remark-stringify@^6.0.0: unherit "^1.0.4" xtend "^4.0.1" -remark-unwrap-images@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/remark-unwrap-images/-/remark-unwrap-images-1.0.0.tgz#25ae98c2c68bec7797eb27ea41642ae70c7d69db" - integrity sha512-/I3QL5Bi5OqXCN9tlgaQZ1UA62ZeElZxUEt4L3BwkvAF1/qYWlVtMOflyFyCLtbMCYhEqrLx4osKSgEEDZaH6Q== +remark-unwrap-images@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/remark-unwrap-images/-/remark-unwrap-images-2.0.0.tgz#65134065e3605c64a37d22ab665058fc5286920f" + integrity sha512-uehiJU5U1ZNQxTKUlAKOQhVyFsc+9WWvamkuoF3ILdMpASHwA1JbzTOZcRWv+annYfDWuPSuoZAWdt1r0SlrfQ== dependencies: hast-util-whitespace "^1.0.0" - unist-util-visit "^1.4.0" + unist-util-visit "^2.0.0" remark@^10.0.1: version "10.0.1"