Skip to content

Commit

Permalink
[Deps] update is-callable, string.prototype.trimleft, `string.pro…
Browse files Browse the repository at this point in the history
…totype.trimright`
  • Loading branch information
ljharb committed Dec 19, 2019
1 parent b84552d commit fb308ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -53,13 +53,13 @@
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-callable": "^1.1.4",
"is-callable": "^1.1.5",
"is-regex": "^1.0.5",
"object-inspect": "^1.7.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.0",
"string.prototype.trimleft": "^2.1.0",
"string.prototype.trimright": "^2.1.0"
"string.prototype.trimleft": "^2.1.1",
"string.prototype.trimright": "^2.1.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.2",
Expand Down

0 comments on commit fb308ec

Please sign in to comment.