From f2b58a5a00b5c802ef8275406dde76812c474535 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jun 2023 21:51:16 +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-5664718 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 76d7457..0838dba 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.16" } }