diff options
author | crupest <crupest@outlook.com> | 2021-04-02 23:16:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-02 23:16:10 +0800 |
commit | d9a303d4e832dfcc7599ae750b8a4258f80ea677 (patch) | |
tree | 64fcb4985a3463bd5a3f14bc304c99acc54b517c /FrontEnd/package-lock.json | |
parent | 11127533782ba29fe803aa030dfc2b454771891b (diff) | |
download | timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.gz timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.bz2 timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.zip |
fix: Fix base64 bug for unicode string.
Diffstat (limited to 'FrontEnd/package-lock.json')
-rw-r--r-- | FrontEnd/package-lock.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index fc342eb4..ecff36f1 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -16,6 +16,7 @@ "core-js": "^3.10.0", "i18next": "^20.1.0", "i18next-browser-languagedetector": "^6.1.0", + "js-base64": "^3.6.0", "localforage": "^1.9.0", "lodash": "^4.17.21", "pepjs": "^0.5.3", @@ -8383,6 +8384,11 @@ "node": ">=8" } }, + "node_modules/js-base64": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.6.0.tgz", + "integrity": "sha512-wVdUBYQeY2gY73RIlPrysvpYx+2vheGo8Y1SNQv/BzHToWpAZzJU7Z6uheKMAe+GLSBig5/Ps2nxg/8tRB73xg==" + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -22748,6 +22754,11 @@ } } }, + "js-base64": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.6.0.tgz", + "integrity": "sha512-wVdUBYQeY2gY73RIlPrysvpYx+2vheGo8Y1SNQv/BzHToWpAZzJU7Z6uheKMAe+GLSBig5/Ps2nxg/8tRB73xg==" + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |