Skip to content

Commit

Permalink
[Deps] update es-abstract, es-get-iterator, is-date-object, `is…
Browse files Browse the repository at this point in the history
…-regex`, `object-is`, `regexp.prototype.flags`, `side-channel`
  • Loading branch information
ljharb committed Dec 20, 2019
1 parent 7a0d819 commit 7787bdc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -29,16 +29,16 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"dependencies": {
"es-abstract": "^1.16.3",
"es-get-iterator": "^1.0.1",
"es-abstract": "^1.17.0-next.1",
"es-get-iterator": "^1.0.2",
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.1",
"is-regex": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.0.5",
"isarray": "^2.0.5",
"object-is": "^1.0.1",
"object-is": "^1.0.2",
"object-keys": "^1.1.1",
"regexp.prototype.flags": "^1.2.0",
"side-channel": "^1.0.1",
"regexp.prototype.flags": "^1.3.0",
"side-channel": "^1.0.2",
"which-boxed-primitive": "^1.0.1",
"which-collection": "^1.0.0"
},
Expand Down

0 comments on commit 7787bdc

Please sign in to comment.