From 404e51aa52f4c92873b7bc7b52ad41d8383ee5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:18:55 +0000 Subject: [PATCH 1/2] Bump rehype-stringify from 9.0.3 to 9.0.4 Bumps [rehype-stringify](https://github.com/rehypejs/rehype) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/rehypejs/rehype/releases) - [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md) - [Commits](https://github.com/rehypejs/rehype/compare/rehype-stringify@9.0.3...rehype-stringify@9.0.4) --- updated-dependencies: - dependency-name: rehype-stringify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index 842d6941892..6d1a4aed538 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -54,7 +54,7 @@ "rehype-highlight": "6.0.0", "rehype-sanitize": "5.0.1", "rehype-slug": "5.1.0", - "rehype-stringify": "9.0.3", + "rehype-stringify": "9.0.4", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "3.0.1" }, diff --git a/sites/lab/package.json b/sites/lab/package.json index c042431ea38..5e1792657c2 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -57,7 +57,7 @@ "rehype-highlight": "6.0.0", "rehype-sanitize": "5.0.1", "rehype-slug": "5.1.0", - "rehype-stringify": "9.0.3", + "rehype-stringify": "9.0.4", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "3.0.1", "remark-mdx-frontmatter": "3.0.0" diff --git a/sites/org/package.json b/sites/org/package.json index 79708961fbe..f827e07cd7c 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -58,7 +58,7 @@ "rehype-highlight": "6.0.0", "rehype-sanitize": "5.0.1", "rehype-slug": "5.1.0", - "rehype-stringify": "9.0.3", + "rehype-stringify": "9.0.4", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "3.0.1", "remark-mdx-frontmatter": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 3699d669389..8a4c89bee67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12273,10 +12273,10 @@ rehype-slug@5.1.0: unified "^10.0.0" unist-util-visit "^4.0.0" -rehype-stringify@9.0.3: - version "9.0.3" - resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.3.tgz#70e3bd6d4d29e7acf36b802deed350305d2c3c17" - integrity sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw== +rehype-stringify@9.0.4: + version "9.0.4" + resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.4.tgz#31dbb9de6f5034c6964760a1b1083218059c4343" + integrity sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ== dependencies: "@types/hast" "^2.0.0" hast-util-to-html "^8.0.0" From 118cc90a931a8a5393144352d4498515c2dd9889 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Aug 2023 04:21:09 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/rehype-stringify-9.0.4 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 924f5a50b6f..01680d17ee8 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -246,7 +246,7 @@ dev: 'rehype-highlight': &rehypeHighlight '6.0.0' 'rehype-sanitize': &rehypeSanitize '5.0.1' 'rehype-slug': &rehypeSlug '5.1.0' - 'rehype-stringify': &rehypeStringify '9.0.3' + 'rehype-stringify': &rehypeStringify '9.0.4' # see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753 'remark-copy-linked-files': &remarkCopyLinkedFiles 'git+https://git@github.com/joostdecock/remark-copy-linked-files' 'remark-gfm': &remarkGfm '3.0.1'