From 18d93df0baa5ef95ed920e43df9ca72746b04cc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 07:03:41 +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 4820fdfa..1d2e139e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "metascraper-url": "^5.46.5", "moment": "^2.30.1", "postcss": "^8.5.1", - "prismjs": "^1.29.0", + "prismjs": "^1.30.0", "prop-types": "^15.8.1", "react": "^19.0.0", "react-disqus-comments": "^1.4.0",