Skip to content

Commit

Permalink
[Deps] update string.prototype.trim, string.prototype.trimend
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 18, 2024
1 parent 76ee398 commit 2acb050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"regexp.prototype.flags": "^1.5.2",
"safe-array-concat": "^1.1.2",
"safe-regex-test": "^1.0.3",
"string.prototype.trim": "^1.2.8",
"string.prototype.trimend": "^1.0.7",
"string.prototype.trim": "^1.2.9",
"string.prototype.trimend": "^1.0.8",
"string.prototype.trimstart": "^1.0.7",
"typed-array-buffer": "^1.0.2",
"typed-array-byte-length": "^1.0.1",
Expand Down

0 comments on commit 2acb050

Please sign in to comment.