diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:49:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:49:24 +0800 |
commit | c18fce9b1c429b882c126b52c290e2183953d8fe (patch) | |
tree | 16e0aee2ae0221b5fc0d54edfc466f6044d9087c | |
parent | e62cf8eb79c8b99eeff41a47b489af1ecde4fe49 (diff) | |
parent | e6e7c53c360b9cc7399044c2be7ff549827012e9 (diff) | |
download | timeline-c18fce9b1c429b882c126b52c290e2183953d8fe.tar.gz timeline-c18fce9b1c429b882c126b52c290e2183953d8fe.tar.bz2 timeline-c18fce9b1c429b882c126b52c290e2183953d8fe.zip |
Merge pull request #258 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.8.6
build(deps): Bump react-i18next from 11.8.5 to 11.8.6 in /FrontEnd
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index f18df2bd..1ebe046f 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -10714,9 +10714,9 @@ "integrity": "sha512-ki6OGVgSjDCF0Gt4SMl2cUNBA9ZB8g59bwv9ZiSEXQ37Cw9ZGY0s7EgfPFQYDvaiVx22jto7/dYgQeS+Qw1Mfw==" }, "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" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index eaab3645..e869645d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.5",
+ "react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|