From ee3c8bf4063d593d0dd81612144858fabcb239c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:11:03 +0000 Subject: [PATCH] chore(deps-dev): bump i18next from 23.10.0 to 23.10.1 Bumps [i18next](https://github.com/i18next/i18next) from 23.10.0 to 23.10.1. - [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.10.0...v23.10.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:development 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 fd232c7..095a2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^51.0.1", "finalhandler": "^1.2.0", - "i18next": "^23.10.0", + "i18next": "^23.10.1", "isomorphic-fetch": "^3.0.0", "mocha": "^10.4.0", "serve-static": "^1.15.0" @@ -2394,9 +2394,9 @@ } }, "node_modules/i18next": { - "version": "23.10.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.0.tgz", - "integrity": "sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==", + "version": "23.10.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", + "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", "dev": true, "funding": [ { @@ -6354,9 +6354,9 @@ } }, "i18next": { - "version": "23.10.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.0.tgz", - "integrity": "sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==", + "version": "23.10.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", + "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", "dev": true, "requires": { "@babel/runtime": "^7.23.2" diff --git a/package.json b/package.json index dcae76e..030a90e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^51.0.1", "finalhandler": "^1.2.0", - "i18next": "^23.10.0", + "i18next": "^23.10.1", "isomorphic-fetch": "^3.0.0", "mocha": "^10.4.0", "serve-static": "^1.15.0"