From f485b51402159dc0b45e50eac60b2e18dd931e6e Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Tue, 9 Aug 2022 09:07:25 +0000 Subject: [PATCH] Bump i18next from 21.8.16 to 21.9.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.16 to 21.9.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/v21.8.16...v21.9.0) --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c2255a..0ad5d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1243,9 +1243,9 @@ "dev": true }, "@types/node": { - "version": "18.6.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.4.tgz", - "integrity": "sha512-I4BD3L+6AWiUobfxZ49DlU43gtI+FTHSv9pE2Zekg6KjMpre4ByusaljW3vYSLJrvQ1ck1hUaeVu8HVlY3vzHg==", + "version": "18.6.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.5.tgz", + "integrity": "sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw==", "dev": true }, "@types/stack-utils": { @@ -4249,9 +4249,9 @@ "dev": true }, "i18next": { - "version": "21.8.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz", - "integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==", + "version": "21.9.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.0.tgz", + "integrity": "sha512-B+6/yd7rCpJidyPuBaEApUECx7G8Ai6+tqYhrChsY4MmQqJhG7qJ4eT6Lm1OnRhieVelEtfxh4aAQktdNVZtDA==", "requires": { "@babel/runtime": "^7.17.2" }, diff --git a/package.json b/package.json index 61200fa..9359ec9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@react-native-community/datetimepicker": "^6.3.1", "@react-native-community/push-notification-ios": "^1.8.0", "csvtojson": "^2.0.8", - "i18next": "^21.8.16", + "i18next": "^21.9.0", "moment": "^2.29.4", "nodejs-mobile-react-native": "^0.6.2", "object-path": "^0.11.4",