From 4e6b3f46f867b1fc7595136f64cbbb49947253f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 30 Aug 2022 16:27:39 +0200 Subject: [PATCH] [security] Upgrade moment.js to 2.29.4 (#81) See https://github.com/moment/moment/pull/6015 --- dashboard/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index b1ad5a3..ca25d07 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -93,7 +93,8 @@ "webpack": "^4.46.0" }, "resolutions": { - "highlight.js": "^11.4.0" + "highlight.js": "^11.4.0", + "moment": "^2.29.4" }, "engines": { "node": "^16.15.1",