From eed03a31f313442158cf7d702443723ad4800dec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 20 Oct 2024 21:45:57 -0700 Subject: [PATCH] [Deps] update `es-iterator-helpers`, `string.prototype.includes` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9daa6185..fd5c019e 100644 --- a/package.json +++ b/package.json @@ -83,14 +83,14 @@ "axobject-query": "^4.1.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", - "es-iterator-helpers": "^1.0.19", + "es-iterator-helpers": "^1.1.0", "hasown": "^2.0.2", "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", "minimatch": "^3.1.2", "object.fromentries": "^2.0.8", "safe-regex-test": "^1.0.3", - "string.prototype.includes": "^2.0.0" + "string.prototype.includes": "^2.0.1" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"