From ff24d3c52f90eaf6b256aaafbe3614fb2053952d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:57:50 +0000 Subject: [PATCH] Bump i18next from 23.2.0 to 23.2.3 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.0 to 23.2.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/v23.2.0...v23.2.3) --- 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 43a1e9ccb9..a15029ded8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "grunt-sync": "^0.8.2", "grunt-ts": "^6.0.0-beta.22", "har-validator": "5.1.5", - "i18next": "23.2.0", + "i18next": "23.2.3", "i18next-node-fs-backend": "^2.1.3", "include-all": "^4.0.3", "jquery": "^3.7.0", @@ -11144,9 +11144,9 @@ "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" }, "node_modules/i18next": { - "version": "23.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz", - "integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==", + "version": "23.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "funding": [ { "type": "individual", @@ -31896,9 +31896,9 @@ } }, "i18next": { - "version": "23.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.0.tgz", - "integrity": "sha512-fAJHauzKpsHNP66ThBcexsrPJ9FoIuFgj2c0y9LmL9936XQL10ijfLe/fGm1r7GlmO7jhMdWt78oUi8jM3UCKQ==", + "version": "23.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index 8946b24a3f..a5228956f5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-sync": "^0.8.2", "grunt-ts": "^6.0.0-beta.22", "har-validator": "5.1.5", - "i18next": "23.2.0", + "i18next": "23.2.3", "i18next-node-fs-backend": "^2.1.3", "include-all": "^4.0.3", "jquery": "^3.7.0",