From d3e1e7658c6b5c8195f4ab069afd170d21dd80aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:02:05 +0000 Subject: [PATCH] build(deps): bump i18next in /packages/gatsby-theme-intl Bumps [i18next](https://github.com/i18next/i18next) from 19.9.2 to 22.4.8. - [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/v19.9.2...v22.4.8) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gatsby-theme-intl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-theme-intl/package.json b/packages/gatsby-theme-intl/package.json index 6496cd1..c587986 100644 --- a/packages/gatsby-theme-intl/package.json +++ b/packages/gatsby-theme-intl/package.json @@ -8,7 +8,7 @@ "dependencies": { "@3nvi/gatsby-plugin-intl": "^0.4.20", "gatsby-plugin-react-helmet": "^3.1.22", - "i18next": "^19.3.2", + "i18next": "^22.4.8", "lodash.merge": "^4.6.2", "react-helmet": "^6.1.0", "react-i18next": "^11.3.3"