From 46ffbc38512be4ed3db2f0fcd7d21af830574f63 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Oct 2023 23:56:47 -0700 Subject: [PATCH] [Deps] update `@babel/runtime`, `array-includes`, `array.prototype.flatmap`, `object.entries`, `object.fromentries` --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23c31d59..b2c870b6 100644 --- a/package.json +++ b/package.json @@ -74,10 +74,10 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.10", + "@babel/runtime": "^7.23.2", "aria-query": "^5.3.0", - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", + "array-includes": "^3.1.7", + "array.prototype.flatmap": "^1.3.2", "ast-types-flow": "^0.0.7", "axe-core": "=4.7.0", "axobject-query": "^3.2.1", @@ -87,8 +87,8 @@ "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6" + "object.entries": "^1.1.7", + "object.fromentries": "^2.0.7" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"