Skip to content

Commit

Permalink
[Deps] update functions-have-names, has-bigints, has-symbols, `…
Browse files Browse the repository at this point in the history
…is-callable`, `is-number-object`, `object-inspect`
  • Loading branch information
ljharb committed Nov 1, 2022
1 parent 919afcd commit c066c94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
],
"dependencies": {
"es-get-iterator": "^1.1.2",
"functions-have-names": "^1.2.2",
"functions-have-names": "^1.2.3",
"has": "^1.0.3",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"has-bigints": "^1.0.2",
"has-symbols": "^1.0.3",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.4",
"is-boolean-object": "^1.1.2",
"is-callable": "^1.2.4",
"is-callable": "^1.2.7",
"is-date-object": "^1.0.5",
"is-generator-function": "^1.0.10",
"is-number-object": "^1.0.6",
"is-number-object": "^1.0.7",
"is-regex": "^1.1.4",
"is-string": "^1.0.7",
"is-symbol": "^1.0.4",
"isarray": "^2.0.5",
"object-inspect": "^1.12.0",
"object-inspect": "^1.12.2",
"object.entries": "^1.1.5",
"object.getprototypeof": "^1.0.3",
"which-boxed-primitive": "^1.0.2",
Expand Down

0 comments on commit c066c94

Please sign in to comment.