From bd2d7003acb36332ad3709a00e42ad3bc517efb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:54:25 +0000 Subject: [PATCH] Bump i18next from 23.13.0 to 23.14.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.13.0 to 23.14.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.13.0...v23.14.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 feb6079e..33819d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@openpv/simshady": "^0.0.3", "@react-three/drei": "^9.111.1", "geotiff": "^2.1.3", - "i18next": "^23.2.11", + "i18next": "^23.14.0", "i18next-http-backend": "^2.2.1", "maplibre-gl": "^4.5.2", "react": "^18.2.0", @@ -11820,9 +11820,9 @@ } }, "node_modules/i18next": { - "version": "23.13.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.13.0.tgz", - "integrity": "sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 907828cf..6f22f23a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@openpv/simshady": "^0.0.3", "@react-three/drei": "^9.111.1", "geotiff": "^2.1.3", - "i18next": "^23.2.11", + "i18next": "^23.14.0", "i18next-http-backend": "^2.2.1", "maplibre-gl": "^4.5.2", "react": "^18.2.0",