Skip to content

Commit

Permalink
[Deps] update call-bind, es-create-array-iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 19, 2024
1 parent 7fe7bad commit 161c8a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@
"url": "https://github.com/es-shims/Array.prototype.values/issues"
},
"homepage": "https://github.com/es-shims/Array.prototype.values#readme",
"engines": {
"node": ">= 0.4"
"dependencies": {
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-create-array-iterator": "^1.0.8",
"es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2",
"has-symbols": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand All @@ -70,13 +75,8 @@
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.5"
},
"dependencies": {
"call-bind": "^1.0.5",
"define-properties": "^1.2.1",
"es-create-array-iterator": "^1.0.7",
"es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2",
"has-symbols": "^1.0.3"
"engines": {
"node": ">= 0.4"
},
"testling": {
"files": "test/*.js"
Expand Down

0 comments on commit 161c8a5

Please sign in to comment.