From 604b485f8ea6a17e63faf518e66e842fcb89989e Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Tue, 29 Oct 2024 21:04:24 +0100 Subject: [PATCH] Update i18next to latest --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61c5edc5..01efead3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "fido2-lib": "^3.5.3", "file-type": "~16.5.4", "form-data": "^4.0.1", - "i18next": "^21.10.0", + "i18next": "^23.16.4", "i18next-fs-backend": "^2.3.2", "i18next-http-middleware": "^3.6.0", "image-size": "^1.1.1", @@ -6315,9 +6315,9 @@ } }, "node_modules/i18next": { - "version": "21.10.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", - "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "funding": [ { "type": "individual", @@ -6334,7 +6334,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.17.2" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-fs-backend": { diff --git a/package.json b/package.json index fd8e46ce..fc63c8e5 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "fido2-lib": "^3.5.3", "file-type": "~16.5.4", "form-data": "^4.0.1", - "i18next": "^21.10.0", + "i18next": "^23.16.4", "i18next-fs-backend": "^2.3.2", "i18next-http-middleware": "^3.6.0", "image-size": "^1.1.1",