Skip to content

Commit

Permalink
[Deps] update array-includes, array.prototype.findlastindex, `esl…
Browse files Browse the repository at this point in the history
…int-module-utils`, `hasown`, `is-core-module`, `object.fromentries`, `object.groupby`, `object.values`
  • Loading branch information
ljharb committed Aug 26, 2024
1 parent 9b1a3b9 commit bdff75d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,21 @@
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
},
"dependencies": {
"array-includes": "^3.1.7",
"array.prototype.findlastindex": "^1.2.4",
"array-includes": "^3.1.8",
"array.prototype.findlastindex": "^1.2.5",
"array.prototype.flat": "^1.3.2",
"array.prototype.flatmap": "^1.3.2",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"hasown": "^2.0.1",
"is-core-module": "^2.13.1",
"eslint-module-utils": "^2.8.2",
"hasown": "^2.0.2",
"is-core-module": "^2.15.1",
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
"object.fromentries": "^2.0.7",
"object.groupby": "^1.0.2",
"object.values": "^1.1.7",
"object.fromentries": "^2.0.8",
"object.groupby": "^1.0.3",
"object.values": "^1.2.0",
"semver": "^6.3.1",
"tsconfig-paths": "^3.15.0"
}
Expand Down

0 comments on commit bdff75d

Please sign in to comment.