From a10e75f8288abb037ea879c2a9e5d120b075e94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:37:04 -0700 Subject: [PATCH] Bump gulp from 4.0.2 to 5.0.0 (#1348) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a115101ef..ffcb435581 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "npm run check" }, "devDependencies": { - "gulp": "^4.0.2", + "gulp": "^5.0.0", "js-yaml": "^4.1.0", "markdown-link-check": "3.11.2", "markdown-toc": "^1.2.0",