Skip to content

Commit

Permalink
[Deps] update is-arguments, is-date-object, is-regex, `object-i…
Browse files Browse the repository at this point in the history
…s`, `regexp.prototype.flags`
  • Loading branch information
ljharb committed Oct 20, 2023
1 parent b0bca9a commit 80c15ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"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": {
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.0.5",
"object-is": "^1.0.2",
"is-arguments": "^1.1.1",
"is-date-object": "^1.0.5",
"is-regex": "^1.1.4",
"object-is": "^1.1.5",
"object-keys": "^1.1.1",
"regexp.prototype.flags": "^1.3.0"
"regexp.prototype.flags": "^1.5.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
Expand Down

0 comments on commit 80c15ca

Please sign in to comment.