From acebf4d94bedfc5c1e8dc4b0e323731f6a9f0b57 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 10 Nov 2022 12:24:53 -0500 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 1e623c5cb9..2a9103f809 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "string.prototype.matchall": "^4.0.7" }, "devDependencies": { - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-syntax-decorators": "^7.19.0", "@babel/plugin-syntax-do-expressions": "^7.18.6",