From 91ee451b30860b45340dc2b4143bc1cc8b3a6d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:20:51 +0200 Subject: [PATCH] Bump i18next from 23.12.2 to 23.15.0 (#746) Bumps [i18next](https://github.com/i18next/i18next) from 23.12.2 to 23.15.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/v23.12.2...v23.15.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production 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 a2fea294..3abb5be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "^22.1.0", "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.13", - "i18next": "^23.12.2", + "i18next": "^23.15.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.2", @@ -10667,9 +10667,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.15.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.0.tgz", + "integrity": "sha512-saeTb1tIQT+W/3xMivWSEVdpjyiEbj0IeK8eI/PB8jyr5gSQF5qxWLlGLEgRa5od3lvMfvW+ituhrf2VCNfTuw==", "funding": [ { "type": "individual", @@ -31847,9 +31847,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.15.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.0.tgz", + "integrity": "sha512-saeTb1tIQT+W/3xMivWSEVdpjyiEbj0IeK8eI/PB8jyr5gSQF5qxWLlGLEgRa5od3lvMfvW+ituhrf2VCNfTuw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 46401b17..7458cbd0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/node": "^22.1.0", "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.13", - "i18next": "^23.12.2", + "i18next": "^23.15.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.2",