From 4153a15414fe4f613478fdef8bbdd13a13a69630 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 16 May 2022 13:18:14 -0700 Subject: [PATCH] [Deps] update `array-includes`, `object.hasown` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59511788e1..e82ef129e2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/jsx-eslint/eslint-plugin-react", "bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues", "dependencies": { - "array-includes": "^3.1.4", + "array-includes": "^3.1.5", "array.prototype.flatmap": "^1.3.0", "doctrine": "^2.1.0", "estraverse": "^5.3.0", @@ -36,7 +36,7 @@ "minimatch": "^3.1.2", "object.entries": "^1.1.5", "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", + "object.hasown": "^1.1.1", "object.values": "^1.1.5", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3",