Skip to content

Commit 46ffbc3

Browse files
committedOct 21, 2023
[Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries
1 parent 4dc7f1e commit 46ffbc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
},
7575
"license": "MIT",
7676
"dependencies": {
77-
"@babel/runtime": "^7.22.10",
77+
"@babel/runtime": "^7.23.2",
7878
"aria-query": "^5.3.0",
79-
"array-includes": "^3.1.6",
80-
"array.prototype.flatmap": "^1.3.1",
79+
"array-includes": "^3.1.7",
80+
"array.prototype.flatmap": "^1.3.2",
8181
"ast-types-flow": "^0.0.7",
8282
"axe-core": "=4.7.0",
8383
"axobject-query": "^3.2.1",
@@ -87,8 +87,8 @@
8787
"jsx-ast-utils": "^3.3.5",
8888
"language-tags": "^1.0.9",
8989
"minimatch": "^3.1.2",
90-
"object.entries": "^1.1.6",
91-
"object.fromentries": "^2.0.6"
90+
"object.entries": "^1.1.7",
91+
"object.fromentries": "^2.0.7"
9292
},
9393
"peerDependencies": {
9494
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"

0 commit comments

Comments
 (0)
Please sign in to comment.