From cfd5edd4f66905ea3300d3ee96289b9fefbbfb5f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 12 Jan 2025 13:23:16 -0800 Subject: [PATCH] [Dev Deps] update `@babel/eslint-parser` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b34448353..45c0830f8c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@babel/core": "^7.26.0", - "@babel/eslint-parser": "^7.25.9", + "@babel/eslint-parser": "^7.26.5", "@babel/plugin-syntax-decorators": "^7.25.9", "@babel/plugin-syntax-do-expressions": "^7.25.9", "@babel/plugin-syntax-function-bind": "^7.25.9",