From ce0785fcc35b1d9862f9543750c87eb6dfed9a1b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 30 Mar 2021 10:47:37 -0700 Subject: [PATCH] [Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `emoji-regex` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cebde0124..8e78a688a 100644 --- a/package.json +++ b/package.json @@ -58,14 +58,14 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.13.10", "aria-query": "^4.2.2", - "array-includes": "^3.1.2", + "array-includes": "^3.1.3", "ast-types-flow": "^0.0.7", - "axe-core": "^4.1.1", + "axe-core": "^4.1.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.2.0", + "emoji-regex": "^9.2.2", "has": "^1.0.3", "jsx-ast-utils": "^3.2.0", "language-tags": "^1.0.5",