diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-07 05:40:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 05:40:00 +0000 |
commit | 7183dabd447fee429a2bc74e734e99299f185e14 (patch) | |
tree | ddc5831a6175452fdc353cac32f71e187f565ee1 /FrontEnd | |
parent | e4707fd004dde06fb38ac63a91afbf9a2eb996bd (diff) | |
download | timeline-7183dabd447fee429a2bc74e734e99299f185e14.tar.gz timeline-7183dabd447fee429a2bc74e734e99299f185e14.tar.bz2 timeline-7183dabd447fee429a2bc74e734e99299f185e14.zip |
build(deps): Bump moment from 2.29.3 to 2.29.4 in /FrontEnd
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '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 d2033f3a..74677ce1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "js-base64": "^3.7.2",
"lodash": "^4.17.21",
"marked": "^4.0.17",
- "moment": "^2.29.2",
+ "moment": "^2.29.4",
"pepjs": "^0.5.3",
"react": "^18.0.0",
"react-color": "^2.19.3",
|