Skip to content

Commit

Permalink
[Deps] update es-get-iterator, functions-have-names, `is-boolean-…
Browse files Browse the repository at this point in the history
…object`, `is-callable`, `which-boxed-primitive`
  • Loading branch information
ljharb committed Jan 31, 2021
1 parent 3a58efc commit b9bdb70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"equality"
],
"dependencies": {
"es-get-iterator": "^1.1.1",
"functions-have-names": "^1.2.1",
"es-get-iterator": "^1.1.2",
"functions-have-names": "^1.2.2",
"has": "^1.0.3",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.0.1",
"is-callable": "^1.2.2",
"is-boolean-object": "^1.1.0",
"is-callable": "^1.2.3",
"is-date-object": "^1.0.2",
"is-generator-function": "^1.0.8",
"is-number-object": "^1.0.4",
Expand All @@ -50,7 +50,7 @@
"isarray": "^2.0.5",
"object-inspect": "^1.9.0",
"object.entries": "^1.1.3",
"which-boxed-primitive": "^1.0.1",
"which-boxed-primitive": "^1.0.2",
"which-collection": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit b9bdb70

Please sign in to comment.