From f4a1899be743472e65adb1ba03d8d77e28be3ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 09:38:43 +0000 Subject: [PATCH] Update @babel/core requirement from >=7.24.4 to >=7.24.5 (#219) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6501bd2..b20b27a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fakegato-history": "NebzHB/fakegato-history#master" }, "devDependencies": { - "@babel/core": ">=7.24.4", + "@babel/core": ">=7.24.5", "@babel/eslint-parser": "^7.24.5", "eslint": "^8.57.0" },