From 7c215bb5082971b35c9dce3bc60cc9596389ff21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jul 2024 08:12:47 +0000 Subject: [PATCH] fix: upgrade maath from 0.10.7 to 0.10.8 Snyk has created this PR to upgrade maath from 0.10.7 to 0.10.8. See this package in npm: maath See this project in Snyk: https://app.snyk.io/org/carltrepanier/project/96f3929c-65a4-48e3-8300-06479d9c1d60?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c34178b..dc5c003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.2", - "maath": "^0.10.7", + "maath": "^0.10.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^13.4.1", @@ -3586,12 +3586,13 @@ } }, "node_modules/maath": { - "version": "0.10.7", - "resolved": "https://registry.npmjs.org/maath/-/maath-0.10.7.tgz", - "integrity": "sha512-zQ2xd7dNOIVTjAS+hj22fyj1EFYmOJX6tzKjZ92r6WDoq8hyFxjuGA2q950tmR4iC/EKXoMQdSipkaJVuUHDTg==", + "version": "0.10.8", + "resolved": "https://registry.npmjs.org/maath/-/maath-0.10.8.tgz", + "integrity": "sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==", + "license": "MIT", "peerDependencies": { - "@types/three": ">=0.144.0", - "three": ">=0.144.0" + "@types/three": ">=0.134.0", + "three": ">=0.134.0" } }, "node_modules/merge2": { diff --git a/package.json b/package.json index 11c0011..cbb19e5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "framer-motion": "^10.18.0", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.2", - "maath": "^0.10.7", + "maath": "^0.10.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^13.4.1",