From 5792a6e802b44fdbde36f9406ee4cedfcec443f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 23:47:09 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-6182924 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 76d7457..29c25fd 100644 --- a/example/package.json +++ b/example/package.json @@ -8,6 +8,6 @@ "@vitejs/plugin-react": "file:../node_modules/@vitejs/plugin-react", "react": "file:../node_modules/react", "react-dom": "file:../node_modules/react-dom", - "vite": "file:../node_modules/vite" + "vite": "2.9.17" } }