diff options
author | crupest <crupest@outlook.com> | 2021-05-24 20:58:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 20:58:38 +0800 |
commit | dc4a076c4fb634cc4f86ea2545ef3e0892b44501 (patch) | |
tree | fcd3f853bc3f912dddcf064db2f2f9b448a94284 | |
parent | 9e37af8e2967e22188692f45819944e762612b38 (diff) | |
parent | aae6ef5e9ecb772292bba3cc685b368cd1edb7ce (diff) | |
download | timeline-dc4a076c4fb634cc4f86ea2545ef3e0892b44501.tar.gz timeline-dc4a076c4fb634cc4f86ea2545ef3e0892b44501.tar.bz2 timeline-dc4a076c4fb634cc4f86ea2545ef3e0892b44501.zip |
Merge pull request #562 from crupest/dependabot/npm_and_yarn/FrontEnd/js-base64-3.6.1
build(deps): Bump js-base64 from 3.6.0 to 3.6.1 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 f17d4b4f..44d67732 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -15,7 +15,7 @@ "core-js": "^3.12.1",
"i18next": "^20.3.0",
"i18next-browser-languagedetector": "^6.1.1",
- "js-base64": "^3.6.0",
+ "js-base64": "^3.6.1",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
|