From 2645b1d3c298c6e5943239bfdb7802c48819d0e2 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:10:59 +0000 Subject: [PATCH] Pin react-syntax-highlighter to version 15.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57413bf..e61da23 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "^18", "react-dom": "^18", "react-icons": "^5.1.0", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "15.6.1", "react-tweet": "^3.2.1", "react-wrap-balancer": "^1.1.0", "sharp": "^0.32",