Skip to content

Commit

Permalink
[Deps] update array.prototype.every, deep-equal, `string.prototyp…
Browse files Browse the repository at this point in the history
…e.trim`
  • Loading branch information
ljharb committed Nov 20, 2022
1 parent 8b8bf07 commit e9c9aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,9 +25,9 @@
"test": "test"
},
"dependencies": {
"array.prototype.every": "^1.1.3",
"array.prototype.every": "^1.1.4",
"call-bind": "^1.0.2",
"deep-equal": "^2.0.5",
"deep-equal": "^2.1.0",
"defined": "^1.0.1",
"dotignore": "^0.1.2",
"for-each": "^0.3.3",
Expand All @@ -44,7 +44,7 @@
"object.assign": "^4.1.4",
"resolve": "^2.0.0-next.4",
"resumer": "^0.0.0",
"string.prototype.trim": "^1.2.6",
"string.prototype.trim": "^1.2.7",
"through": "^2.3.8"
},
"devDependencies": {
Expand Down

0 comments on commit e9c9aba

Please sign in to comment.