Skip to content

Commit

Permalink
[*] [deps] update object.entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 29, 2021
1 parent d5d406a commit af8bdf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"dependencies": {
"confusing-browser-globals": "^1.0.10",
"object.assign": "^4.1.2",
"object.entries": "^1.1.3"
"object.entries": "^1.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"object.assign": "^4.1.2",
"object.entries": "^1.1.3"
"object.entries": "^1.1.4"
},
"devDependencies": {
"@babel/runtime": "^7.13.10",
Expand Down

0 comments on commit af8bdf1

Please sign in to comment.