From 88fbc3c7419312b75a68afba6401d5634d551428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 07:06:03 +0000 Subject: build(deps): Bump react-i18next from 11.8.13 to 11.8.14 in /FrontEnd Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.13 to 11.8.14. - [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.13...v11.8.14) Signed-off-by: dependabot[bot] --- FrontEnd/package-lock.json | 30 +++++++++++++++--------------- FrontEnd/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'FrontEnd') diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index d9a0cf72..ebd5647d 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -21,7 +21,7 @@ "react": "^17.0.1", "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", - "react-i18next": "^11.8.13", + "react-i18next": "^11.8.14", "react-inlinesvg": "^2.2.2", "react-responsive": "^8.2.0", "react-router": "^5.2.0", @@ -7407,9 +7407,9 @@ } }, "node_modules/html-parse-stringify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.0.tgz", - "integrity": "sha512-TrTKp/U0tACrpqalte/VhxepqMLii2mOfC8iuOt4+VA7Zdi6BUKKqNJvEsO17Cr3T3E7PpqLe3NdLII6bcYJgg==", + "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==", "dependencies": { "void-elements": "3.1.0" } @@ -12023,12 +12023,12 @@ } }, "node_modules/react-i18next": { - "version": "11.8.13", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.13.tgz", - "integrity": "sha512-KTNuLYnEwI9y54nSEal4yBxXBnfCCfh7t/0p/UHfhlGNcIMu+V4x/y5zGKzbOEK4noQrUzZ+J47RPYH7rMs2ZQ==", + "version": "11.8.14", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.14.tgz", + "integrity": "sha512-IlfmezceEic7nMkhK39bYSV1tXqcOraLpiBc8ADN7CfoqTpANW6/UmNUvtlj0jEdpI69fQ2bO9+ZmTxeAg5ehA==", "dependencies": { "@babel/runtime": "^7.13.6", - "html-parse-stringify": "^3.0.0" + "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 19.0.0", @@ -21904,9 +21904,9 @@ } }, "html-parse-stringify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.0.tgz", - "integrity": "sha512-TrTKp/U0tACrpqalte/VhxepqMLii2mOfC8iuOt4+VA7Zdi6BUKKqNJvEsO17Cr3T3E7PpqLe3NdLII6bcYJgg==", + "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": "3.1.0" } @@ -25395,12 +25395,12 @@ "requires": {} }, "react-i18next": { - "version": "11.8.13", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.13.tgz", - "integrity": "sha512-KTNuLYnEwI9y54nSEal4yBxXBnfCCfh7t/0p/UHfhlGNcIMu+V4x/y5zGKzbOEK4noQrUzZ+J47RPYH7rMs2ZQ==", + "version": "11.8.14", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.14.tgz", + "integrity": "sha512-IlfmezceEic7nMkhK39bYSV1tXqcOraLpiBc8ADN7CfoqTpANW6/UmNUvtlj0jEdpI69fQ2bO9+ZmTxeAg5ehA==", "requires": { "@babel/runtime": "^7.13.6", - "html-parse-stringify": "^3.0.0" + "html-parse-stringify": "^3.0.1" } }, "react-inlinesvg": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index f9b7560e..9e5af1ad 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1", "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", - "react-i18next": "^11.8.13", + "react-i18next": "^11.8.14", "react-inlinesvg": "^2.2.2", "react-responsive": "^8.2.0", "react-router": "^5.2.0", -- cgit v1.2.3