Skip to content

Commit

Permalink
[Dev Deps] update tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 10, 2024
1 parent 01b9282 commit 70089fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,3 +1,3 @@
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T;
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is object & keyof T;

export = hasOwn;
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.4",
"tape": "^5.7.5",
"typescript": "next"
},
"engines": {
Expand Down

0 comments on commit 70089fc

Please sign in to comment.