From bccf0aeab8dd337c5f134f892a6d3588fbc29bdf Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 30 Sep 2022 12:50:32 -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 dc1522caa..24fb52c68 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7",