From 768910e83f671c95d51a05b97b27f4f934e4ed66 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 21 Jul 2022 11:32:49 -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 41e60909a..a7290da64 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.18.6", + "@babel/runtime": "^7.18.9", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7",