From 3cfe5f4221dfef8383a94e80ad10fdcd720917fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:01:18 +0900 Subject: [PATCH] chore(deps-dev): bump i18next from 23.7.13 to 23.8.2 (#291) Bumps [i18next](https://github.com/i18next/i18next) from 23.7.13 to 23.8.2. - [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.7.13...v23.8.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7402e6e..ed5b4dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^50.0.1", "finalhandler": "^1.2.0", - "i18next": "^23.7.13", + "i18next": "^23.8.2", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0" @@ -2391,9 +2391,9 @@ } }, "node_modules/i18next": { - "version": "23.7.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", - "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", + "version": "23.8.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.2.tgz", + "integrity": "sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==", "dev": true, "funding": [ { @@ -6343,9 +6343,9 @@ } }, "i18next": { - "version": "23.7.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", - "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", + "version": "23.8.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.2.tgz", + "integrity": "sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==", "dev": true, "requires": { "@babel/runtime": "^7.23.2" diff --git a/package.json b/package.json index 37ebfc2..7e75cf4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^50.0.1", "finalhandler": "^1.2.0", - "i18next": "^23.7.13", + "i18next": "^23.8.2", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0"