From 2a5c175f379e8ac570fccce600c91bc45bcca961 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:07:04 +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 6b4dbdedbf2d25e..f48e11b13b38e2f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lz-string": "^1.5.0", "parse-numeric-range": "^1.3.0", "prettier": "3.3.2", - "prismjs": "^1.29.0", + "prismjs": "^1.30.0", "tsm": "2.3.0", "typescript": "~5.5.3", "vite": "^5.3.3",