From c63eae05584e62c5bb067561d5a0985fac79f244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:04:31 +0000 Subject: [PATCH] :arrow_up: Updates moment to v2.29.4 [SECURITY] Signed-off-by: Renovate Bot --- api/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/github/package.json b/api/github/package.json index d6bf744..ba92463 100644 --- a/api/github/package.json +++ b/api/github/package.json @@ -42,6 +42,6 @@ "dependencies": { "es6-promisify": "4.1.0", "github": "3.1.1", - "moment": "2.29.1" + "moment": "2.29.4" } }