Skip to content

Commit d79605a

Browse files
committed
[Deps] update array-includes, array.prototype.findlast, es-iterator-helpers, object.entries, object.fromentries, object.hasown, object.values, string.prototype.matchall
1 parent ec86001 commit d79605a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
2626
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
2727
"dependencies": {
28-
"array-includes": "^3.1.7",
29-
"array.prototype.findlast": "^1.2.4",
28+
"array-includes": "^3.1.8",
29+
"array.prototype.findlast": "^1.2.5",
3030
"array.prototype.flatmap": "^1.3.2",
3131
"array.prototype.toreversed": "^1.1.2",
3232
"array.prototype.tosorted": "^1.1.3",
3333
"doctrine": "^2.1.0",
34-
"es-iterator-helpers": "^1.0.17",
34+
"es-iterator-helpers": "^1.0.19",
3535
"estraverse": "^5.3.0",
3636
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
3737
"minimatch": "^3.1.2",
38-
"object.entries": "^1.1.7",
39-
"object.fromentries": "^2.0.7",
40-
"object.hasown": "^1.1.3",
41-
"object.values": "^1.1.7",
38+
"object.entries": "^1.1.8",
39+
"object.fromentries": "^2.0.8",
40+
"object.hasown": "^1.1.4",
41+
"object.values": "^1.2.0",
4242
"prop-types": "^15.8.1",
4343
"resolve": "^2.0.0-next.5",
4444
"semver": "^6.3.1",
45-
"string.prototype.matchall": "^4.0.10"
45+
"string.prototype.matchall": "^4.0.11"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "^7.24.6",

0 commit comments

Comments
 (0)