From 74617831d9c0f6edcb15f45af37a766d6e233f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 02:39:23 +0000 Subject: [PATCH] chore(deps-dev): bump i18next from 22.5.0 to 23.2.6 Bumps [i18next](https://github.com/i18next/i18next) from 22.5.0 to 23.2.6. - [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/v22.5.0...v23.2.6) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bca4a54..ee0d501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-n": "^16.0.0", "eslint-plugin-unicorn": "^47.0.0", "finalhandler": "^1.2.0", - "i18next": "^22.5.0", + "i18next": "^23.2.6", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0" @@ -145,9 +145,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz", - "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", + "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", "dev": true, "dependencies": { "regenerator-runtime": "^0.13.11" @@ -2184,9 +2184,9 @@ } }, "node_modules/i18next": { - "version": "22.5.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.0.tgz", - "integrity": "sha512-sqWuJFj+wJAKQP2qBQ+b7STzxZNUmnSxrehBCCj9vDOW9RDYPfqCaK1Hbh2frNYQuPziz6O2CGoJPwtzY3vAYA==", + "version": "23.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz", + "integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==", "dev": true, "funding": [ { @@ -2203,7 +2203,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.20.6" + "@babel/runtime": "^7.22.5" } }, "node_modules/ignore": { @@ -4331,9 +4331,9 @@ } }, "@babel/runtime": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz", - "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", + "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.11" @@ -5837,12 +5837,12 @@ } }, "i18next": { - "version": "22.5.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.0.tgz", - "integrity": "sha512-sqWuJFj+wJAKQP2qBQ+b7STzxZNUmnSxrehBCCj9vDOW9RDYPfqCaK1Hbh2frNYQuPziz6O2CGoJPwtzY3vAYA==", + "version": "23.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz", + "integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==", "dev": true, "requires": { - "@babel/runtime": "^7.20.6" + "@babel/runtime": "^7.22.5" } }, "ignore": { diff --git a/package.json b/package.json index 4c12130..1a69af9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-n": "^16.0.0", "eslint-plugin-unicorn": "^47.0.0", "finalhandler": "^1.2.0", - "i18next": "^22.5.0", + "i18next": "^23.2.6", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0"