From 2ff74d7b0e75bd3f9b3f4d3f2d54f8ed26001a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 08:03:40 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.8.5 to 11.8.15 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.5 to 11.8.15. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.8.5...v11.8.15) Signed-off-by: dependabot[bot] --- client/package-lock.json | 36 +++++++++++++++++++++++------------- client/package.json | 2 +- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ad9e42b207eaca..7aa742fe5221eb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17673,12 +17673,12 @@ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, - "html-parse-stringify2": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", - "integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=", + "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-void-elements": { @@ -25636,12 +25636,22 @@ } }, "react-i18next": { - "version": "11.8.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.5.tgz", - "integrity": "sha512-2jY/8NkhNv2KWBnZuhHxTn13aMxAbvhiDUNskm+1xVVnrPId78l8fA7fCyVeO3XU1kptM0t4MtvxV1Nu08cjLw==", + "version": "11.8.15", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz", + "integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==", "requires": { - "@babel/runtime": "^7.3.1", - "html-parse-stringify2": "2.0.1" + "@babel/runtime": "^7.13.6", + "html-parse-stringify": "^3.0.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "react-instantsearch-core": { @@ -30059,9 +30069,9 @@ "dev": true }, "void-elements": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/client/package.json b/client/package.json index 5ca666c88ce305..7c2cfe1eb540c6 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "react-ga": "^2.7.0", "react-helmet": "^6.1.0", "react-hotkeys": "^2.0.0", - "react-i18next": "^11.8.5", + "react-i18next": "^11.8.15", "react-instantsearch-dom": "^6.9.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1",