From c15726d1f99f5564ef29c3e2c90d38ac578ddad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:25:43 -0400 Subject: [PATCH] fix(deps): update dependency rehype-pretty-code to v0.10.1 (#1891) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ae7f8b23..d863f4def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "rehype-autolink-headings": "6.1.1", - "rehype-pretty-code": "0.10.0", + "rehype-pretty-code": "0.10.1", "rehype-slug": "5.1.0", "remark-gfm": "3.0.1", "sharp": "0.32.5", @@ -6407,9 +6407,9 @@ } }, "node_modules/rehype-pretty-code": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.10.0.tgz", - "integrity": "sha512-qCD071Y+vUxEy9yyrATPk2+W9q7qCbzZgtc9suZhu75bmRQvOlBhJt4d3WvqSMTamkKoFkvqtCjyAk+ggH+aXQ==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.10.1.tgz", + "integrity": "sha512-WHjRvGlqPXG8BVRB9mK0255WvIOnzvHivAWhFkA2OG+NTkQWtTbCULZMokOHLf3Yy8q8I8/F8QNjDSQBhjMK5w==", "dependencies": { "@types/hast": "^2.0.0", "hash-obj": "^4.0.0", @@ -12415,9 +12415,9 @@ } }, "rehype-pretty-code": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.10.0.tgz", - "integrity": "sha512-qCD071Y+vUxEy9yyrATPk2+W9q7qCbzZgtc9suZhu75bmRQvOlBhJt4d3WvqSMTamkKoFkvqtCjyAk+ggH+aXQ==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.10.1.tgz", + "integrity": "sha512-WHjRvGlqPXG8BVRB9mK0255WvIOnzvHivAWhFkA2OG+NTkQWtTbCULZMokOHLf3Yy8q8I8/F8QNjDSQBhjMK5w==", "requires": { "@types/hast": "^2.0.0", "hash-obj": "^4.0.0", diff --git a/package.json b/package.json index a7f62ba7b..0c45730c9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "rehype-autolink-headings": "6.1.1", - "rehype-pretty-code": "0.10.0", + "rehype-pretty-code": "0.10.1", "rehype-slug": "5.1.0", "remark-gfm": "3.0.1", "sharp": "0.32.5",