From 2ef34099f9928a3bebd3eb45c579d82678b4ecf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 08:38:26 +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 236bf83..bf9fe60 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "less": "^3.10.3", "lodash": "^4.17.15", "normalize.css": "^8.0.1", - "prismjs": "^1.20.0", + "prismjs": "^1.30.0", "react": "^16.11.0", "react-dom": "^16.11.0", "react-helmet": "^5.2.1",