From 6ff4e84b270d2833e635a92e0d2b63e0255bc2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 08:44:09 +0000 Subject: [PATCH] Bump i18next in /ch9_release/src/Tailwind.Traders.Web/ClientApp Bumps [i18next](https://github.com/i18next/i18next) from 12.1.0 to 21.6.4. - [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/v12.1.0...v21.6.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 24 ++++++++++++++++--- .../ClientApp/package.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ch9_release/src/Tailwind.Traders.Web/ClientApp/package-lock.json b/ch9_release/src/Tailwind.Traders.Web/ClientApp/package-lock.json index 22b9a7bf..1bf4b065 100644 --- a/ch9_release/src/Tailwind.Traders.Web/ClientApp/package-lock.json +++ b/ch9_release/src/Tailwind.Traders.Web/ClientApp/package-lock.json @@ -8610,9 +8610,27 @@ } }, "i18next": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-12.1.0.tgz", - "integrity": "sha512-AexmwGkKxwKfo5fGeXTWEY4xqzRPigQ1S/0InOUUVziGO54cd4fKyYK8ED1Thx9fd+WA3fRSZ+1iekvFQMbsFw==" + "version": "21.6.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.4.tgz", + "integrity": "sha512-pk0Utxtq5g//Q9ONQ0w3+PRSwOFJ7+m4rAekhHHg1Xql0KcUjJU7DzmzweGy6DsrIQ1GM/t57wLeeGuyGKtjTg==", + "requires": { + "@babel/runtime": "^7.12.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + } + } }, "iconv-lite": { "version": "0.4.24", diff --git a/ch9_release/src/Tailwind.Traders.Web/ClientApp/package.json b/ch9_release/src/Tailwind.Traders.Web/ClientApp/package.json index a4766ee3..abdb4de2 100644 --- a/ch9_release/src/Tailwind.Traders.Web/ClientApp/package.json +++ b/ch9_release/src/Tailwind.Traders.Web/ClientApp/package.json @@ -18,7 +18,7 @@ "axios": "^0.21.1", "dotenv": "^8.6.0", "history": "^4.9.0", - "i18next": "^12.0.0", + "i18next": "^21.6.4", "izitoast": "^1.4.0", "msal": "^1.4.10", "node-sass": "^4.14.1",