diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-24 07:15:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 07:15:49 +0000 |
commit | 1aa11644a0f505381cf762dc55b3daac724db7c6 (patch) | |
tree | 3d121c8eb1e7853b61940210009c226328f5bbcd /FrontEnd/package.json | |
parent | 314ed028ff4b310d7c320a1a8016f41dbb7bd993 (diff) | |
download | timeline-1aa11644a0f505381cf762dc55b3daac724db7c6.tar.gz timeline-1aa11644a0f505381cf762dc55b3daac724db7c6.tar.bz2 timeline-1aa11644a0f505381cf762dc55b3daac724db7c6.zip |
build(deps): Bump js-base64 from 3.6.0 to 3.6.1 in /FrontEnd
Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/dankogai/js-base64/releases)
- [Commits](https://github.com/dankogai/js-base64/compare/3.6.0...3.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 a6f43849..7d9b54e4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -15,7 +15,7 @@ "core-js": "^3.12.1",
"i18next": "^20.2.4",
"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",
|