From 4c50d5180f6f834ca95b34bf7f11fad889c39f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:17:03 +0000 Subject: [PATCH] chore(deps): bump remark-rehype from 11.1.0 to 11.1.1 (#11838) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b1ff7ec95e2..5c95333f0c58 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "rehype-stringify": "^10.0.0", "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.0", + "remark-rehype": "^11.1.1", "remark-stringify": "^11.0.0", "sanitize-filename": "^1.6.3", "send": "^0.19.0", diff --git a/yarn.lock b/yarn.lock index 94a6fa0d7aab..4dd0c343d2d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12834,10 +12834,10 @@ remark-prettier@^2.0.0: prettier-linter-helpers "^1.0.0" vfile-location "^4.0.0" -remark-rehype@^11.0.0, remark-rehype@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.0.tgz#d5f264f42bcbd4d300f030975609d01a1697ccdc" - integrity sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g== +remark-rehype@^11.0.0, remark-rehype@^11.1.1: + version "11.1.1" + resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.1.tgz#f864dd2947889a11997c0a2667cd6b38f685bca7" + integrity sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ== dependencies: "@types/hast" "^3.0.0" "@types/mdast" "^4.0.0"