Skip to content

Commit f5e5da8

Browse files
committed
[Deps] update array-includes, array.prototype.flatmap, array.prototype.tosorted, object.entries, object.fromentries, object.hasown, object.values, string.prototype.matchall
1 parent acebf4d commit f5e5da8

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,21 +25,21 @@
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.5",
29-
"array.prototype.flatmap": "^1.3.0",
30-
"array.prototype.tosorted": "^1.1.0",
28+
"array-includes": "^3.1.6",
29+
"array.prototype.flatmap": "^1.3.1",
30+
"array.prototype.tosorted": "^1.1.1",
3131
"doctrine": "^2.1.0",
3232
"estraverse": "^5.3.0",
3333
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
3434
"minimatch": "^3.1.2",
35-
"object.entries": "^1.1.5",
36-
"object.fromentries": "^2.0.5",
37-
"object.hasown": "^1.1.1",
38-
"object.values": "^1.1.5",
35+
"object.entries": "^1.1.6",
36+
"object.fromentries": "^2.0.6",
37+
"object.hasown": "^1.1.2",
38+
"object.values": "^1.1.6",
3939
"prop-types": "^15.8.1",
4040
"resolve": "^2.0.0-next.3",
4141
"semver": "^6.3.0",
42-
"string.prototype.matchall": "^4.0.7"
42+
"string.prototype.matchall": "^4.0.8"
4343
},
4444
"devDependencies": {
4545
"@babel/core": "^7.20.2",

0 commit comments

Comments
 (0)