From 055dd4b91ec5bb33657c98068f10d364205fef5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:02:04 +0000 Subject: [PATCH] Bump remark-unwrap-images from 3.0.1 to 5.0.0 Bumps [remark-unwrap-images](https://github.com/remarkjs/remark-unwrap-images) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/remarkjs/remark-unwrap-images/releases) - [Commits](https://github.com/remarkjs/remark-unwrap-images/compare/3.0.1...5.0.0) --- updated-dependencies: - dependency-name: remark-unwrap-images dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4fbd783..b293b28 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "remark-behead": "^3.1.0", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", - "remark-unwrap-images": "^3.0.1", + "remark-unwrap-images": "^5.0.0", "victory": "^36.6.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b4bfb51..c1b5cd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6874,15 +6874,10 @@ remark-rehype@^10.0.0: mdast-util-to-hast "^12.1.0" unified "^10.0.0" -remark-unwrap-images@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/remark-unwrap-images/-/remark-unwrap-images-3.0.1.tgz#22a547baa8fa1e2c66c7d087ebd9cf829a74a255" - integrity sha512-5VUY0n+J9lPTPfkct5S3/SbutryBjp8J/4mbgtlkDrOk3h8jde0hyqdYUJOoJKherZezS08tjd6i4+nnQ+wl5w== - dependencies: - "@types/mdast" "^3.0.0" - hast-util-whitespace "^2.0.0" - unified "^10.0.0" - unist-util-visit "^4.0.0" +remark-unwrap-images@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/remark-unwrap-images/-/remark-unwrap-images-5.0.0.tgz#3d6d1d819607ae8f8ac794c4baaa2cb76c87b756" + integrity sha512-s7WSIA6s98ywa93v/5x+wFeGgJSl1VJnNYgg//0MUgu12CyxVMi+vcCifXFEUtQfnnWSTXWOH6f8LkDBNLthrg== remedial@^1.0.7: version "1.0.8"