From 6a1d5b3e571bb0280383f2081af2e9e16ce92113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:23:32 +0900 Subject: [PATCH] chore(deps-dev): bump i18next from 22.4.15 to 22.5.0 (#250) Bumps [i18next](https://github.com/i18next/i18next) from 22.4.15 to 22.5.0. - [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.4.15...v22.5.0) --- 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 720aafc..fe5d164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-n": "^15.7.0", "eslint-plugin-unicorn": "^47.0.0", "finalhandler": "^1.2.0", - "i18next": "^22.4.15", + "i18next": "^22.5.0", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0" @@ -2200,9 +2200,9 @@ } }, "node_modules/i18next": { - "version": "22.4.15", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.15.tgz", - "integrity": "sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.0.tgz", + "integrity": "sha512-sqWuJFj+wJAKQP2qBQ+b7STzxZNUmnSxrehBCCj9vDOW9RDYPfqCaK1Hbh2frNYQuPziz6O2CGoJPwtzY3vAYA==", "dev": true, "funding": [ { @@ -5892,9 +5892,9 @@ } }, "i18next": { - "version": "22.4.15", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.15.tgz", - "integrity": "sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.0.tgz", + "integrity": "sha512-sqWuJFj+wJAKQP2qBQ+b7STzxZNUmnSxrehBCCj9vDOW9RDYPfqCaK1Hbh2frNYQuPziz6O2CGoJPwtzY3vAYA==", "dev": true, "requires": { "@babel/runtime": "^7.20.6" diff --git a/package.json b/package.json index f88ac31..efc6190 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-n": "^15.7.0", "eslint-plugin-unicorn": "^47.0.0", "finalhandler": "^1.2.0", - "i18next": "^22.4.15", + "i18next": "^22.5.0", "isomorphic-fetch": "^3.0.0", "mocha": "^10.2.0", "serve-static": "^1.15.0"