From 95267d901a7bd36d0d4084a273f2859c47bd1814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:42:13 +0000 Subject: [PATCH] :arrow_up: Updates moment to v2.29.4 [SECURITY] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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" } }