Skip to content

Commit

Permalink
[Deps] update is-bigint, object.entries, object.getprototypeof
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 17, 2021
1 parent 3157da9 commit 282a4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.3",
"is-bigint": "^1.0.4",
"is-boolean-object": "^1.1.2",
"is-callable": "^1.2.4",
"is-date-object": "^1.0.5",
Expand All @@ -53,8 +53,8 @@
"is-symbol": "^1.0.4",
"isarray": "^2.0.5",
"object-inspect": "^1.11.0",
"object.entries": "^1.1.4",
"object.getprototypeof": "^1.0.1",
"object.entries": "^1.1.5",
"object.getprototypeof": "^1.0.3",
"which-boxed-primitive": "^1.0.2",
"which-collection": "^1.0.1"
},
Expand Down

0 comments on commit 282a4e6

Please sign in to comment.