From bc3c92582338cd785e571224fb82a28bf3080892 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 00:06:38 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 94d6549461..e65e74fb4e 100644 --- a/example/package.json +++ b/example/package.json @@ -11,12 +11,12 @@ "@react-spring/three": "^9.6.1", "@react-three/drei": "^9.74.7", "@use-gesture/react": "latest", - "@vitejs/plugin-react": "^3.1.0", + "@vitejs/plugin-react": "^4.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-merge-refs": "^2.0.1", "react-use-refs": "^1.0.1", - "styled-components": "^5.3.6", + "styled-components": "^6.1.0", "three": "^0.149.0", "three-stdlib": "^2.21.8", "use-error-boundary": "^2.0.6",