Skip to content

Commit

Permalink
[Deps] update array.prototype.foreach, array.prototype.join, `arr…
Browse files Browse the repository at this point in the history
…ay.prototype.map`, `array.prototype.push`, `array.prototype.slice`, `string.prototype.split`, `string.prototype.split`, `tape`
  • Loading branch information
ljharb committed Feb 5, 2023
1 parent 42d4d86 commit 84d8f72
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"posttest": "aud --production"
},
"dependencies": {
"array.prototype.foreach": "^1.0.2",
"array.prototype.join": "^1.0.0",
"array.prototype.map": "^1.0.4",
"array.prototype.push": "^1.0.2",
"array.prototype.slice": "^1.0.0",
"array.prototype.foreach": "^1.0.4",
"array.prototype.join": "^1.0.1",
"array.prototype.map": "^1.0.5",
"array.prototype.push": "^1.0.3",
"array.prototype.slice": "^1.0.1",
"defined": "^1.0.1",
"duplexer": "^0.1.2",
"minimist": "^1.2.7",
"npm-which": "^1.0.2",
"readable-stream": "^2.3.7",
"safe-regex-test": "^1.0.0",
"sprintf-js": "^1.1.2",
"string.prototype.split": "^1.0.6",
"string.prototype.trim": "^1.2.6",
"string.prototype.split": "^1.0.7",
"string.prototype.trim": "^1.2.7",
"tap-parser": "^5.4.0",
"tape": "^5.6.1",
"tape": "^5.6.3",
"through2": "^0.2.3"
},
"repository": {
Expand Down

0 comments on commit 84d8f72

Please sign in to comment.