From e374bacacd79a55323277e127a113736d714d195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:54:54 +0000 Subject: [PATCH] fix(deps): update dependency rehype-prism-plus to v2 --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 7b12e981..be0117a6 100644 --- a/core/package.json +++ b/core/package.json @@ -67,6 +67,6 @@ "dependencies": { "@babel/runtime": "^7.18.6", "rehype": "~13.0.0", - "rehype-prism-plus": "1.6.3" + "rehype-prism-plus": "2.0.0" } }