diff options
author | crupest <crupest@outlook.com> | 2022-06-08 18:48:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 18:48:07 +0800 |
commit | bc1916990fd2baca26a5cc15cf9ed2ae9af9bc6e (patch) | |
tree | 65f73df846a762542cadd1d75f1ee6239c8fd565 | |
parent | 0a3c80c6c450e7f07ac150971cc60752b2d3648a (diff) | |
parent | c93aa9be0aafbbd0af2feeed8db81ecfc9502e8b (diff) | |
download | timeline-bc1916990fd2baca26a5cc15cf9ed2ae9af9bc6e.tar.gz timeline-bc1916990fd2baca26a5cc15cf9ed2ae9af9bc6e.tar.bz2 timeline-bc1916990fd2baca26a5cc15cf9ed2ae9af9bc6e.zip |
Merge pull request #1246 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.8.9
build(deps): Bump i18next from 21.8.8 to 21.8.9 in /FrontEnd
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 197e60f3..799b265b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.8",
- "i18next": "^21.8.8",
+ "i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|