Update moment version

This updates the js moment dependency to the latest version.  There
have been some CVEs (unclear if they are applicable in Zuul).

Change-Id: Id9d0cdec6d6a39542e8248c8690d8a94018296b5
This commit is contained in:
James E. Blair 2023-11-08 13:55:29 -08:00
parent 45d899659a
commit 59a53b8c7b
2 changed files with 7 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"d3-graphviz": "2.6.1",
"js-yaml": "^3.13.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment": "^2.29.4",
"moment-duration-format": "2.3.2",
"moment-timezone": "^0.5.28",
"oidc-client": "^1.10.1",

View File

@ -10097,11 +10097,16 @@ moment-timezone@^0.5.28:
dependencies:
moment ">= 2.9.0"
"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10, moment@^2.19.1, moment@^2.22.2:
"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10, moment@^2.19.1:
version "2.26.0"
resolved "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz"
integrity sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==
moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz"