From 6411dfce4fd2b3f38edf08ca6db6ad70afd26c9d Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sun, 31 Jul 2022 19:56:35 +0000 Subject: [PATCH] Bump i18next from 21.8.14 to 21.8.16 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.14 to 21.8.16. - [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.14...v21.8.16) --- package-lock.json | 17 ++++++----------- package.json | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f207647..3434315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1441,9 +1441,9 @@ "dev": true }, "@types/node": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.1.tgz", - "integrity": "sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==", + "version": "18.6.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.3.tgz", + "integrity": "sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==", "dev": true }, "@types/stack-utils": { @@ -4717,9 +4717,9 @@ "dev": true }, "i18next": { - "version": "21.8.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", - "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", + "version": "21.8.16", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz", + "integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==", "requires": { "@babel/runtime": "^7.17.2" }, @@ -5368,11 +5368,6 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==" - }, "isomorphic-fetch": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", diff --git a/package.json b/package.json index 5629a67..364d9d6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@react-native-community/datetimepicker": "^6.2.2", "@react-native-community/push-notification-ios": "^1.8.0", "csvtojson": "^2.0.8", - "i18next": "^21.8.14", + "i18next": "^21.8.16", "moment": "^2.29.4", "nodejs-mobile-react-native": "^0.6.2", "object-path": "^0.11.4",