From 663d4c51142c9912ec3af3a6287887392b96d350 Mon Sep 17 00:00:00 2001 From: Jordan Willis <31868510+will0684@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:57:56 -0400 Subject: [PATCH] [Snyk] Upgrade i18next from 23.8.2 to 23.9.0 (#986) * fix: upgrade i18next from 23.8.2 to 23.9.0 Snyk has created this PR to upgrade i18next from 23.8.2 to 23.9.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/270b554d-5de8-452f-ad01-8bceb7604a92?utm_source=github&utm_medium=referral&page=upgrade-pr * update yarn.lock --------- Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4e8cc126c6..de409308b6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cuid": "^2.1.8", "focus-trap-react": "^8.11.2", "graphql": "^16.8.1", - "i18next": "^23.7.16", + "i18next": "^23.9.0", "i18next-http-backend": "^1.4.5", "joi": "^17.11.1", "js-cookie": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index 561b92e0f2..889fa7f6e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11352,12 +11352,12 @@ __metadata: languageName: node linkType: hard -"i18next@npm:^23.7.16": - version: 23.8.2 - resolution: "i18next@npm:23.8.2" +"i18next@npm:^23.9.0": + version: 23.10.1 + resolution: "i18next@npm:23.10.1" dependencies: "@babel/runtime": "npm:^7.23.2" - checksum: 594c4d5bafd9ac0073a5f2c0ccb40b157571857d43f7f22949a5ab6ea07e6e6f7e39058ddee6e7396369b54d5d741e76cba59c0d5c23ce0ab99e06b249c66f5e + checksum: e4cfb143bdb6fd343f68749a40cf562aa47f11c7af0243c0533868ae097912c3ddd6c384eb4116d1fced024a91279424abd8c2d1f694bbf304c42ebe3968ecca languageName: node linkType: hard @@ -17598,7 +17598,7 @@ __metadata: focus-trap-react: "npm:^8.11.2" graphql: "npm:^16.8.1" husky: "npm:^7.0.1" - i18next: "npm:^23.7.16" + i18next: "npm:^23.9.0" i18next-http-backend: "npm:^1.4.5" jest: "npm:^26.6.3" jest-axe: "npm:^5.0.1"