From e5b5a03815ae6abba23d36d49395b824d0ebf6f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 May 2025 01:51:06 +0000 Subject: [PATCH] fix: examples/webrtc-direct/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9919777 --- examples/webrtc-direct/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webrtc-direct/package.json b/examples/webrtc-direct/package.json index b53e5b3ca0..b2d982267f 100644 --- a/examples/webrtc-direct/package.json +++ b/examples/webrtc-direct/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@mapbox/node-pre-gyp": "^1.0.8", - "vite": "^2.8.6" + "vite": "^4.5.14" } }