From 0e236327b39c061e48779a023d923a671b4c105e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:01:58 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.2.7 to 12.3.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.2.7 to 12.3.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.2.7...v12.3.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 715e9180a..72b966555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9538,12 +9538,12 @@ } } }, - "html-parse-stringify2": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", - "integrity": "sha512-wMKQ3aJ/dwXzDHPpA7XgsRXXCkEhHkAF6Ioh7D51lgZO7Qy0LmcFddC9TI/qNQJvSM1KL8KbcR3FtuybsrzFlQ==", + "html-parse-stringify": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", + "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", "requires": { - "void-elements": "^2.0.1" + "void-elements": "3.1.0" } }, "html-webpack-plugin": { @@ -16160,12 +16160,12 @@ } }, "react-i18next": { - "version": "11.2.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.2.7.tgz", - "integrity": "sha512-BBm6/ch6jgvpIBwyitNd0G7Z49+wNeyJ6x0rZFcXX6NPrla2GuDGH+oKSjmYRg8IqtL6aG9CwWb06YJCrXbk6w==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "requires": { - "@babel/runtime": "^7.3.1", - "html-parse-stringify2": "2.0.1" + "@babel/runtime": "^7.20.6", + "html-parse-stringify": "^3.0.1" } }, "react-is": { @@ -18946,9 +18946,9 @@ "dev": true }, "void-elements": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==" }, "vt-pbf": { "version": "3.1.3", diff --git a/package.json b/package.json index c776aa79b..7717fc39e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-datetime": "~2.16.3", "react-dom": "~16.12.0", "react-draggable": "^4.3.1", - "react-i18next": "~11.2.6", + "react-i18next": "~12.3.1", "react-map-gl": "^6.0.0", "react-modal": "~3.11.1", "react-pdf": "^5.2.0",