From ca5c678849af7d88724757c40584122885ed16d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 04:18:12 +0000 Subject: [PATCH] Bump i18next from 20.2.1 to 21.6.7 Bumps [i18next](https://github.com/i18next/i18next) from 20.2.1 to 21.6.7. - [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/v20.2.1...v21.6.7) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef23466..f2bc2d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@testing-library/user-event": "^13.1.2", "bootstrap": "^4.5.3", "headroom.js": "^0.12.0", - "i18next": "^20.2.1", + "i18next": "^21.6.7", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "leaflet": "^1.7.1", @@ -10669,9 +10669,9 @@ } }, "node_modules/i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "21.6.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.7.tgz", + "integrity": "sha512-26dTDa2gBz+vMk6WPf1pxTx3S5HIAptbyODmni/JsN6R1W2WNkGVFXBusUK7T6y1wLeJi5CIrqmQ2gl18vdh3A==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -32845,9 +32845,9 @@ } }, "i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "21.6.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.7.tgz", + "integrity": "sha512-26dTDa2gBz+vMk6WPf1pxTx3S5HIAptbyODmni/JsN6R1W2WNkGVFXBusUK7T6y1wLeJi5CIrqmQ2gl18vdh3A==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 3588e18..2b677db 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@testing-library/user-event": "^13.1.2", "bootstrap": "^4.5.3", "headroom.js": "^0.12.0", - "i18next": "^20.2.1", + "i18next": "^21.6.7", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "leaflet": "^1.7.1",