From db4c9447c885ce05ce57532100192c4b4754e56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 02:20:48 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 11.16.7 to 11.16.9 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.7 to 11.16.9. - [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.16.7...v11.16.9) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d920c8c4..727a6eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "qrcode": "^1.5.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "react-i18next": "^11.16.7", + "react-i18next": "^11.16.9", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "recoil": "^0.7.2", @@ -17903,9 +17903,9 @@ "license": "MIT" }, "node_modules/react-i18next": { - "version": "11.16.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.7.tgz", - "integrity": "sha512-7yotILJLnKfvUfrl/nt9eK9vFpVFjZPLWAwBzWL6XppSZZEvlmlKk0GBGDCAPfLfs8oND7WAbry8wGzdoiW5Nw==", + "version": "11.16.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.9.tgz", + "integrity": "sha512-euXxWvcEAvsY7ZVkwx9ztCq4butqtsGHEkpkuo0RMj8Ru09IF9o2KxCyN+zyv51Nr0aBh/elaTIiR6fMb8YfVg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -32532,9 +32532,9 @@ "version": "6.0.11" }, "react-i18next": { - "version": "11.16.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.7.tgz", - "integrity": "sha512-7yotILJLnKfvUfrl/nt9eK9vFpVFjZPLWAwBzWL6XppSZZEvlmlKk0GBGDCAPfLfs8oND7WAbry8wGzdoiW5Nw==", + "version": "11.16.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.9.tgz", + "integrity": "sha512-euXxWvcEAvsY7ZVkwx9ztCq4butqtsGHEkpkuo0RMj8Ru09IF9o2KxCyN+zyv51Nr0aBh/elaTIiR6fMb8YfVg==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index 480dd6eb..d786814c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "qrcode": "^1.5.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "react-i18next": "^11.16.7", + "react-i18next": "^11.16.9", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "recoil": "^0.7.2",