From 4abc751d87a8491219a9a3d2dacd80ea8adcb79b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 28 Nov 2022 17:00:29 -0800 Subject: [PATCH] [Deps] update `@babel/runtime`, `array-includes`, `axe-core` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd4d2b744..5d0bfd349 100644 --- a/package.json +++ b/package.json @@ -69,11 +69,11 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.6", "aria-query": "^5.1.3", - "array-includes": "^3.1.5", + "array-includes": "^3.1.6", "ast-types-flow": "^0.0.7", - "axe-core": "^4.5.0", + "axe-core": "^4.5.2", "axobject-query": "^3.1.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2",