Skip to content

Commit

Permalink
[Deps] update is-map, is-set, is-weakmap, is-weakset
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 8, 2024
1 parent 3e0376b commit 4aa150f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"tape": "^5.7.5"
},
"dependencies": {
"is-map": "^2.0.2",
"is-set": "^2.0.2",
"is-weakmap": "^2.0.1",
"is-weakset": "^2.0.2"
"is-map": "^2.0.3",
"is-set": "^2.0.3",
"is-weakmap": "^2.0.2",
"is-weakset": "^2.0.3"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 4aa150f

Please sign in to comment.