From 1dbc416b78de2a4611130873f301ea17ff4c9bd5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 9 Nov 2021 23:19:32 -0800 Subject: [PATCH] [Deps] update `@babel/runtime`, `axe-core` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4728ee9c..cbbb230b8 100644 --- a/package.json +++ b/package.json @@ -60,11 +60,11 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.16.3", "aria-query": "^4.2.2", "array-includes": "^3.1.4", "ast-types-flow": "^0.0.7", - "axe-core": "^4.3.4", + "axe-core": "^4.3.5", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.7", "emoji-regex": "^9.2.2",