From f6ba03cd5c206e4ca04068253ab79ad32eb929ce Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Apr 2022 14:36:36 -0700 Subject: [PATCH] [Deps] update `@babel/runtime`, `jsx-ast-utils` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c10f41b3e..3c5edc040 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.17.2", + "@babel/runtime": "^7.17.9", "aria-query": "^4.2.2", "array-includes": "^3.1.4", "ast-types-flow": "^0.0.7", @@ -75,7 +75,7 @@ "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.2.1", + "jsx-ast-utils": "^3.2.2", "language-tags": "^1.0.5", "minimatch": "^3.1.2", "semver": "^6.3.0"