From c23000d31c0244c0f75ebc74eea32afb749582f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:28:03 +0000 Subject: [PATCH] chore(deps): bump i18next from 23.7.14 to 23.7.16 in /frontend Bumps [i18next](https://github.com/i18next/i18next) from 23.7.14 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.14...v23.7.16) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dc551cb1..36051bf9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "date-fns": "3.0.6", "formik": "2.4.5", "formik-wizard-form": "2.1.0", - "i18next": "23.7.14", + "i18next": "23.7.16", "lodash": "4.17.21", "markdown-to-jsx": "7.3.2", "next": "14.0.4", @@ -7249,9 +7249,9 @@ } }, "node_modules/i18next": { - "version": "23.7.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.14.tgz", - "integrity": "sha512-URAhZ3zvqQOIiKUDUyv/f5sCSS0+QnFaEPS0qGSTea0p4tQ1kgddeR3/dUZDoyoqf3zSRQCPZAgLs/+LFKj8yw==", + "version": "23.7.16", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", + "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 7eef723d..8c188d6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "date-fns": "3.0.6", "formik": "2.4.5", "formik-wizard-form": "2.1.0", - "i18next": "23.7.14", + "i18next": "23.7.16", "lodash": "4.17.21", "markdown-to-jsx": "7.3.2", "next": "14.0.4",