From 8068788019f98f3c6ea670669567702bd398602a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 02:47:21 +0000 Subject: [PATCH] feat(deps): bump i18next from 23.7.15 to 23.7.16 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.15 to 23.7.16. - [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.15...v23.7.16) --- 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 a077a34b..5a086006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "geoip-lite": "^1.4.9", "global-jsdom": "^9.2.0", "helmet": "^7.1.0", - "i18next": "^23.7.15", + "i18next": "^23.7.16", "is-online": "^10.0.0", "jsdom": "^23.0.1", "node-2fa": "^2.0.3", @@ -7583,9 +7583,9 @@ } }, "node_modules/i18next": { - "version": "23.7.15", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.15.tgz", - "integrity": "sha512-WukNgiqkUgU7xSaY8k2B4nXNesD+O8O4ta5g344U5B6Ag7mG61A1EBcDmktFgc4aL447V0cmpjw5l18v58KUfg==", + "version": "23.7.16", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", + "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", "funding": [ { "type": "individual", @@ -20580,9 +20580,9 @@ "dev": true }, "i18next": { - "version": "23.7.15", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.15.tgz", - "integrity": "sha512-WukNgiqkUgU7xSaY8k2B4nXNesD+O8O4ta5g344U5B6Ag7mG61A1EBcDmktFgc4aL447V0cmpjw5l18v58KUfg==", + "version": "23.7.16", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", + "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 6d12142f..a13769b4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "geoip-lite": "^1.4.9", "global-jsdom": "^9.2.0", "helmet": "^7.1.0", - "i18next": "^23.7.15", + "i18next": "^23.7.16", "is-online": "^10.0.0", "jsdom": "^23.0.1", "node-2fa": "^2.0.3",