From 20b6061ed9d60b14b3afc3faa704300880ca1d3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 12:54:42 +0000 Subject: [PATCH 1/2] fix: playground/ssr-deps/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- playground/ssr-deps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/ssr-deps/package.json b/playground/ssr-deps/package.json index b6799d78175a37..53d7838460b1ea 100644 --- a/playground/ssr-deps/package.json +++ b/playground/ssr-deps/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@vitejs/css-lib": "file:./css-lib", - "bcrypt": "^5.1.0", + "bcrypt": "^6.0.0", "define-properties-exports": "file:./define-properties-exports", "define-property-exports": "file:./define-property-exports", "forwarded-export": "file:./forwarded-export", From 38d74548dfe93bd020681c6d8a3359a6c0cb5422 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 15:01:54 +0000 Subject: [PATCH 2/2] fix: playground/ssr-deps/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355