Skip to content

Commit

Permalink
[Deps] update deep-equal, object-inspect, object-is, `object.as…
Browse files Browse the repository at this point in the history
…sign`, `resolve`, `string.prototype.trim`
  • Loading branch information
ljharb committed Dec 29, 2020
1 parent c6772d1 commit 434f615
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"test": "test"
},
"dependencies": {
"deep-equal": "^2.0.4",
"deep-equal": "^2.0.5",
"defined": "^1.0.0",
"dotignore": "^0.1.2",
"for-each": "^0.3.3",
Expand All @@ -32,12 +32,12 @@
"inherits": "^2.0.4",
"is-regex": "^1.1.1",
"minimist": "^1.2.5",
"object-inspect": "^1.8.0",
"object-is": "^1.1.3",
"object.assign": "^4.1.1",
"resolve": "^1.18.1",
"object-inspect": "^1.9.0",
"object-is": "^1.1.4",
"object.assign": "^4.1.2",
"resolve": "^1.19.0",
"resumer": "^0.0.0",
"string.prototype.trim": "^1.2.2",
"string.prototype.trim": "^1.2.3",
"through": "^2.3.8"
},
"devDependencies": {
Expand Down

0 comments on commit 434f615

Please sign in to comment.