From b264895d3d48fc548dd6b29d989ed286d72fc0b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:08:43 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v23.16.5 --- 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 2ea32a31..78341b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "glasstron": "0.1.1", "hono": "4.6.9", "html-parse-string": "0.0.9", - "i18next": "23.16.4", + "i18next": "23.16.5", "node-forge": "1.3.1", "semver": "7.6.3", "solid-floating-ui": "0.3.1", @@ -7015,9 +7015,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 1fc1185e..03a5a57e 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "glasstron": "0.1.1", "hono": "4.6.9", "html-parse-string": "0.0.9", - "i18next": "23.16.4", + "i18next": "23.16.5", "node-forge": "1.3.1", "semver": "7.6.3", "solid-floating-ui": "0.3.1",