From cf3f8d0a6bde6dc5ad39a96a6ed1912c1ad80e89 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 28 Nov 2022 16:59:57 -0800 Subject: [PATCH] [Dev Deps] update `@babel/core` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 170c65291..fd4d2b744 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.6", + "@babel/core": "^7.20.5", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-flow-strip-types": "^7.19.0", "@babel/register": "^7.18.9",