From 9602cfc85ad20a56c958ddcb14d1ebbfd789f28c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Oct 2025 06:40:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-9055448 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8729f2..ed3f987 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^16.13.1", "react-copy-to-clipboard": "^5.0.2", "react-dom": "^16.13.1", - "react-syntax-highlighter": "^12.2.1", + "react-syntax-highlighter": "^16.0.0", "simple-git": "^1.132.0", "uuid": "^8.1.0" },