1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(security) Merge pull request #357 from sleede/dependabot/npm_and_yarn/moment-2.29.2

Bump moment from 2.29.1 to 2.29.2
This commit is contained in:
Sylvain 2022-05-23 13:28:42 +02:00
commit 210f46c0c9
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
- Fix a bug: Event reservation calendar encoding in mail
- Fix a bug: Missing of description of PlanCategory migration
- Fix a bug: Unable to create plans for all group
- Fix a security issue: updated moment.js to 2.29.2. to fix [CVE-2022-24785](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24785)
## v5.4.0 2022 May 12

View File

@ -5517,9 +5517,9 @@ moment-timezone@0.5:
moment ">= 2.9.0"
moment@2.29, "moment@>= 2.9.0", "moment@>=2.8.0 <3.0.0":
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
version "2.29.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==
ms@2.0.0:
version "2.0.0"