mirror of https://github.com/node-red/node-red.git
Add moment dependency to resolve vuln in moment-timezone
parent
32f78a99fd
commit
437cc20198
|
@ -59,6 +59,7 @@
|
|||
"media-typer": "1.1.0",
|
||||
"memorystore": "1.6.7",
|
||||
"mime": "3.0.0",
|
||||
"moment": "2.29.3",
|
||||
"moment-timezone": "0.5.34",
|
||||
"mqtt": "4.3.7",
|
||||
"multer": "1.4.4",
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"json-stringify-safe": "5.0.1",
|
||||
"jsonata": "1.8.6",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"moment": "2.29.3",
|
||||
"moment-timezone": "0.5.34"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue