From 80b682871d9a52973561450f4c3500688e9fe4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:08:46 +0000 Subject: [PATCH] Bump i18next from 21.6.4 to 21.6.5 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.4 to 21.6.5. - [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.6.4...v21.6.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeede83d77..89b5f47eb1 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.6.4", + "i18next": "^21.6.5", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11452,9 +11452,9 @@ } }, "node_modules/i18next": { - "version": "21.6.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.4.tgz", - "integrity": "sha512-pk0Utxtq5g//Q9ONQ0w3+PRSwOFJ7+m4rAekhHHg1Xql0KcUjJU7DzmzweGy6DsrIQ1GM/t57wLeeGuyGKtjTg==", + "version": "21.6.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.5.tgz", + "integrity": "sha512-1oimhzFEpkmxpY2yDyghdycyA1bCKrh9zf04qiB2HytKJCqlrA5e8JfL6KyK/oZvZABLP0GohsZ+tvhHmd+OTA==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30317,9 +30317,9 @@ "dev": true }, "i18next": { - "version": "21.6.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.4.tgz", - "integrity": "sha512-pk0Utxtq5g//Q9ONQ0w3+PRSwOFJ7+m4rAekhHHg1Xql0KcUjJU7DzmzweGy6DsrIQ1GM/t57wLeeGuyGKtjTg==", + "version": "21.6.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.5.tgz", + "integrity": "sha512-1oimhzFEpkmxpY2yDyghdycyA1bCKrh9zf04qiB2HytKJCqlrA5e8JfL6KyK/oZvZABLP0GohsZ+tvhHmd+OTA==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 706000ef03..4371f0fdd7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.6.4", + "i18next": "^21.6.5", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",