From 5ff8872d6f718a67130dc8b20e3d5a2a6a765284 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Mar 2024 20:59:48 +0000 Subject: [PATCH] fix: upgrade maath from 0.5.3 to 0.10.7 Snyk has created this PR to upgrade maath from 0.5.3 to 0.10.7. See this package in npm: https://www.npmjs.com/package/maath See this project in Snyk: https://app.snyk.io/org/ladunjexa/project/404d898d-3026-4f46-8441-a7b863781cee?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 617fed9..7a31356 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "@react-three/drei": "^9.62.2", "@react-three/fiber": "^8.12.0", "framer-motion": "^10.10.0", - "maath": "^0.5.3", + "maath": "^0.10.7", "react": "^18.2.0", "react-color": "^2.19.3", "react-dom": "^18.2.0",