From 5999555714f594c0fccfeeab2063c2658d9e4392 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 11 Aug 2023 15:34:54 -0700 Subject: [PATCH] [Deps] update `@babel/runtime`, `axobject-query`, `jsx-ast-utils`, `semver` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0aa11d64d..dc34b8e1a 100644 --- a/package.json +++ b/package.json @@ -73,22 +73,22 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.22.10", "aria-query": "=5.1.3", "array-includes": "^3.1.6", "array.prototype.flatmap": "^1.3.1", "ast-types-flow": "^0.0.7", "axe-core": "=4.7.0", - "axobject-query": "^3.1.1", + "axobject-query": "^3.2.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.3.3", + "jsx-ast-utils": "^3.3.5", "language-tags": "=1.0.5", "minimatch": "^3.1.2", "object.entries": "^1.1.6", "object.fromentries": "^2.0.6", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"