From 053f04da8b60d259e4c92f214ffba07a14f3ec61 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 23 Oct 2022 22:12:57 -0700 Subject: [PATCH] [Deps] update `@babel/runtime` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c36ae5e2..3baac14e3 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "aria-query": "^5.1.1", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7",