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 | aae6ef5e9ecb772292bba3cc685b368cd1edb7ce (patch) | |
tree | dd712f9e87d1463450876d2e5cc68eee837df82b | |
parent | babb6bc0384ac139749d0920805500828a136072 (diff) | |
download | timeline-aae6ef5e9ecb772292bba3cc685b368cd1edb7ce.tar.gz timeline-aae6ef5e9ecb772292bba3cc685b368cd1edb7ce.tar.bz2 timeline-aae6ef5e9ecb772292bba3cc685b368cd1edb7ce.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>
-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",
|