From 4ce4ddaa12bc6edf385b7a1786f77265b7055d2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 20:01:32 +0000 Subject: [PATCH] fix: upgrade i18next from 23.11.4 to 23.11.5 Snyk has created this PR to upgrade i18next from 23.11.4 to 23.11.5. See this package in npm: i18next 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",