Skip to content

Commit

Permalink
[Deps] update deep-equal, is-regex, object-inspect, object-is
Browse files Browse the repository at this point in the history
…, `object.assign`, `string.prototype.trim`
  • Loading branch information
ljharb committed Oct 17, 2020
1 parent e142c29 commit df23eda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -22,22 +22,22 @@
"test": "test"
},
"dependencies": {
"deep-equal": "^2.0.3",
"deep-equal": "^2.0.4",
"defined": "^1.0.0",
"dotignore": "^0.1.2",
"for-each": "^0.3.3",
"function-bind": "^1.1.1",
"glob": "^7.1.6",
"has": "^1.0.3",
"inherits": "^2.0.4",
"is-regex": "^1.0.5",
"is-regex": "^1.1.1",
"minimist": "^1.2.5",
"object-inspect": "^1.7.0",
"object-is": "^1.1.2",
"object.assign": "^4.1.0",
"object-inspect": "^1.8.0",
"object-is": "^1.1.3",
"object.assign": "^4.1.1",
"resolve": "^1.17.0",
"resumer": "^0.0.0",
"string.prototype.trim": "^1.2.1",
"string.prototype.trim": "^1.2.2",
"through": "^2.3.8"
},
"devDependencies": {
Expand Down

0 comments on commit df23eda

Please sign in to comment.