From 11c76a2fd8ab93b6d180fd4fbf84057c7a59550a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:00:06 +0000 Subject: [PATCH] Bump i18next from 20.2.1 to 20.2.2 Bumps [i18next](https://github.com/i18next/i18next) from 20.2.1 to 20.2.2. - [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...v20.2.2) Signed-off-by: dependabot-preview[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 c1202a1..b025fb4 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": "^20.2.2", "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": "20.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", + "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "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": "20.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", + "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index a8aa307..926df28 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": "^20.2.2", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "leaflet": "^1.7.1",