Merge pull request #71 from Unkn0wnCat/dependabot/npm_and_yarn/react-i18next-11.8.6

Bump react-i18next from 11.8.5 to 11.8.6
This commit is contained in:
Kevin Kandlbinder 2021-02-12 08:04:41 +01:00 committed by GitHub
commit c30e859db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -19055,9 +19055,9 @@
}
},
"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.6",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.6.tgz",
"integrity": "sha512-Nr4Fq7BvzDLJQmaDyJRkPPINgMW1Y1qeT4STBoY/ePGmYlCZGShTYqqyBm0ly6M8dV1X0twt7M5dfmDzfi9yGQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"html-parse-stringify2": "2.0.1"

View file

@ -44,7 +44,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.5"
"react-i18next": "^11.8.6"
},
"devDependencies": {
"@fab/actions": "^1.0.0-rc.9",