From 58123c48dd3ebab8ca41ab0e5246213cfdab4a51 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 27 May 2021 23:01:26 -0700 Subject: [PATCH] [Deps] update `object.entries`, `object.values`, `string.prototype.matchall` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5c2dd26355..80a2d1c09e 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "has": "^1.0.3", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.0.4", - "object.entries": "^1.1.3", + "object.entries": "^1.1.4", "object.fromentries": "^2.0.4", - "object.values": "^1.1.3", + "object.values": "^1.1.4", "prop-types": "^15.7.2", "resolve": "^2.0.0-next.3", - "string.prototype.matchall": "^4.0.4" + "string.prototype.matchall": "^4.0.5" }, "devDependencies": { "@types/eslint": "=7.2.10",