Skip to content

Commit

Permalink
[Deps] update call-bind, es-get-iterator, get-intrinsic, `is-ar…
Browse files Browse the repository at this point in the history
…guments`, `is-regex`, `regexp.prototype.flags`, `side-channel`, `which-boxed-primitive`, `which-typed-array`
  • Loading branch information
ljharb committed Feb 1, 2021
1 parent e328a23 commit c0844e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"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": {
"call-bind": "^1.0.0",
"es-get-iterator": "^1.1.1",
"get-intrinsic": "^1.0.1",
"is-arguments": "^1.0.4",
"call-bind": "^1.0.2",
"es-get-iterator": "^1.1.2",
"get-intrinsic": "^1.1.0",
"is-arguments": "^1.1.0",
"is-date-object": "^1.0.2",
"is-regex": "^1.1.1",
"is-regex": "^1.1.2",
"isarray": "^2.0.5",
"object-is": "^1.1.4",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"regexp.prototype.flags": "^1.3.0",
"side-channel": "^1.0.3",
"which-boxed-primitive": "^1.0.1",
"regexp.prototype.flags": "^1.3.1",
"side-channel": "^1.0.4",
"which-boxed-primitive": "^1.0.2",
"which-collection": "^1.0.1",
"which-typed-array": "^1.1.2"
"which-typed-array": "^1.1.4"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.5.0",
Expand Down

0 comments on commit c0844e6

Please sign in to comment.