diff --git a/package-lock.json b/package-lock.json index 6e3cbb3..4c6f7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@react-three/fiber": "^8.16.6", "@vercel/analytics": "^1.2.2", "framer-motion": "^10.18.0", - "i18next": "^23.11.4", + "i18next": "^23.11.5", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.2", "maath": "^0.10.7", @@ -2914,9 +2914,9 @@ } }, "node_modules/i18next": { - "version": "23.11.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", - "integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index c89a9b7..867ce07 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@emailjs/browser": "^3.12.1", - "i18next": "^23.11.4", + "i18next": "^23.11.5", "@react-three/fiber": "^8.16.6", "@react-three/drei": "^9.105.6", "@vercel/analytics": "^1.2.2",