From 711d0a148925193525b3770aa117b2067d90eafd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 10:45:56 +0000 Subject: [PATCH] fix: client/web-sveltekit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-9055448 --- client/web-sveltekit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web-sveltekit/package.json b/client/web-sveltekit/package.json index e70f5dcb86d2..7d5ea7dd22bb 100644 --- a/client/web-sveltekit/package.json +++ b/client/web-sveltekit/package.json @@ -53,6 +53,6 @@ "@sourcegraph/web": "workspace:*", "@sourcegraph/wildcard": "workspace:*", "lodash-es": "^4.17.21", - "prismjs": "^1.29.0" + "prismjs": "^1.30.0" } }