From ce9dc086633734dfa9d4df90107e475df88dd01b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2019 10:13:44 +0000 Subject: [PATCH] Bump react-i18next from 10.11.2 to 10.11.4 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 10.11.2 to 10.11.4. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v10.11.2...v10.11.4) Signed-off-by: dependabot-preview[bot] --- 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 dc449a9..e0291b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18673,18 +18673,18 @@ "dev": true }, "react-i18next": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.11.2.tgz", - "integrity": "sha512-Ru+WonG9BLILDg/By7Pw0Lne2I7HVLRyhyvDtar22tNNu6de2D89zAKl2RzK2jgq7m7l+BFSnLpz4kX7ZPV+JQ==", + "version": "10.11.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.11.4.tgz", + "integrity": "sha512-/CWXaf3a5BLNeVnBGxzWOIZLQgSNEc2LWHX4ZaJb7ww0xgY0S5K9HRAMzJIHeHGe7jfpSraprD66VDblWb4ZXA==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" }, "dependencies": { "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", - "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.1.tgz", + "integrity": "sha512-g+hmPKs16iewFSmW57NkH9xpPkuYD1RV3UE2BCkXx9j+nhhRb9hsiSxPmEa67j35IecTQdn4iyMtHMbt5VoREg==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index a38b31e..e1cd417 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-bootstrap-typeahead": "^3.4.5", "react-chartjs-2": "^2.7.6", "react-dom": "^16.8.6", - "react-i18next": "^10.11.2", + "react-i18next": "^10.11.4", "react-router-dom": "^5.0.1", "react-table": "^6.10.0", "reactstrap": "^8.0.0",