Merge pull request #9 from Unkn0wnCat/dependabot/npm_and_yarn/react-i18next-11.8.5

Bump react-i18next from 11.8.4 to 11.8.5
This commit is contained in:
Kevin Kandlbinder 2020-12-30 15:26:19 +01:00 committed by GitHub
commit 45026b35b3
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

@ -17722,9 +17722,9 @@
}
},
"react-i18next": {
"version": "11.8.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.4.tgz",
"integrity": "sha512-QlPJfX+Roi+jEQ6frBSsLHHH+VWbUoCl6wZDT8XHMd6PsSgepjgD2sZf/h7F46JnHeuy0U+SxY3TtrJF+aDIyg==",
"version": "11.8.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.5.tgz",
"integrity": "sha512-2jY/8NkhNv2KWBnZuhHxTn13aMxAbvhiDUNskm+1xVVnrPId78l8fA7fCyVeO3XU1kptM0t4MtvxV1Nu08cjLw==",
"requires": {
"@babel/runtime": "^7.3.1",
"html-parse-stringify2": "2.0.1"

View file

@ -43,7 +43,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.4"
"react-i18next": "^11.8.5"
},
"devDependencies": {
"@fab/actions": "^1.0.0-rc.8.p1",