From 6c5fa7a82e6470f4b33961f608687e756c6825e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Mar 2025 23:52:50 +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 c4971d0fd346e..6f738abc84731 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "metalsmith-markdown": "^1.3.0", "metalsmith-metadata": "0.0.4", "metalsmith-permalinks": "^2.2.0", - "metalsmith-prism": "^3.1.1", + "metalsmith-prism": "^5.0.2", "metalsmith-yearly-pagination": "^4.0.0", "ncp": "^2.0.0", "node-sass": "^4.13.0",