From 61f44083efdc0937e78d70cf3f5ce6b84157c8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 04:09:28 +0000 Subject: [PATCH] Bump i18next from 21.8.2 to 21.8.3 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.2 to 21.8.3. - [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.2...v21.8.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16b6601467..02d204ff77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.2", + "i18next": "^21.8.3", "i18next-http-backend": "^1.4.0", "lodash-es": "^4.17.21", "moment": "^2.29.3", @@ -10960,9 +10960,9 @@ } }, "node_modules/i18next": { - "version": "21.8.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.2.tgz", - "integrity": "sha512-H/oQvA/OXcqurXHemlyDwdIzr9GHYg5/xBuDeFXTXJGMOJFH0ke1wgbsDjFFk2noD4cJfzicVPpUtp39Z+OzgQ==", + "version": "21.8.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.3.tgz", + "integrity": "sha512-I6QEXu096oaNH8h+hs2eHu6hxtWPdb/rsoRFHmFep01uuwB0h86ckXaT14ladhstWenEScsxiAQ2TW9fmDG57Q==", "funding": [ { "type": "individual", @@ -10977,7 +10977,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.2" } @@ -28231,9 +28230,9 @@ "dev": true }, "i18next": { - "version": "21.8.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.2.tgz", - "integrity": "sha512-H/oQvA/OXcqurXHemlyDwdIzr9GHYg5/xBuDeFXTXJGMOJFH0ke1wgbsDjFFk2noD4cJfzicVPpUtp39Z+OzgQ==", + "version": "21.8.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.3.tgz", + "integrity": "sha512-I6QEXu096oaNH8h+hs2eHu6hxtWPdb/rsoRFHmFep01uuwB0h86ckXaT14ladhstWenEScsxiAQ2TW9fmDG57Q==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 5500b882f7..09e8130125 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.2", + "i18next": "^21.8.3", "i18next-http-backend": "^1.4.0", "lodash-es": "^4.17.21", "moment": "^2.29.3",