From 0f2f700f3c8cd41130261ade7ecb86a8844c27f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 02:35:51 +0000 Subject: [PATCH] feat(deps): bump i18next from 23.7.13 to 23.7.14 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.13 to 23.7.14. - [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.7.14) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78b29f0d..ed229132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sws2apps-api", - "version": "2.84.0", + "version": "2.85.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sws2apps-api", - "version": "2.84.0", + "version": "2.85.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.28.2", @@ -24,7 +24,7 @@ "geoip-lite": "^1.4.9", "global-jsdom": "^9.2.0", "helmet": "^7.1.0", - "i18next": "^23.7.13", + "i18next": "^23.7.14", "is-online": "^10.0.0", "jsdom": "^23.0.1", "node-2fa": "^2.0.3", @@ -7583,9 +7583,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.7.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.14.tgz", + "integrity": "sha512-URAhZ3zvqQOIiKUDUyv/f5sCSS0+QnFaEPS0qGSTea0p4tQ1kgddeR3/dUZDoyoqf3zSRQCPZAgLs/+LFKj8yw==", "funding": [ { "type": "individual", @@ -20580,9 +20580,9 @@ "dev": true }, "i18next": { - "version": "23.7.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", - "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", + "version": "23.7.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.14.tgz", + "integrity": "sha512-URAhZ3zvqQOIiKUDUyv/f5sCSS0+QnFaEPS0qGSTea0p4tQ1kgddeR3/dUZDoyoqf3zSRQCPZAgLs/+LFKj8yw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 04a33d6d..2d4e9a95 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.13", + "i18next": "^23.7.14", "is-online": "^10.0.0", "jsdom": "^23.0.1", "node-2fa": "^2.0.3",