diff --git a/client/package-lock.json b/client/package-lock.json index d39589f1b093c9..84cc0f34a1c62f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23204,12 +23204,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.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.9.tgz", + "integrity": "sha512-HVW4/KtBvXcnzkYeS32IqdGBJJ1fksvqVDnnspsyruO99fhHQaAw1vTSrRpcNE5D8vrOu7B9c6sawfmQJ6OWRg==", "requires": { - "@babel/runtime": "^7.3.1", - "html-parse-stringify2": "2.0.1" + "@babel/runtime": "^7.13.6", + "html-parse-stringify2": "^2.0.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.13.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.9.tgz", + "integrity": "sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "react-instantsearch-core": { diff --git a/client/package.json b/client/package.json index 82db5dbc59d500..ccd555a627e33b 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.9", "react-instantsearch-dom": "^6.9.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1",