Skip to content

Commit

Permalink
[eslint config] [*] [deps] update confusing-browser-globals, `objec…
Browse files Browse the repository at this point in the history
…t.assign`
  • Loading branch information
ljharb committed Nov 6, 2020
1 parent f0492d5 commit e149b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"node": ">= 6"
},
"dependencies": {
"confusing-browser-globals": "^1.0.9",
"object.assign": "^4.1.0",
"confusing-browser-globals": "^1.0.10",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://github.com/airbnb/javascript",
"dependencies": {
"eslint-config-airbnb-base": "^14.2.0",
"object.assign": "^4.1.0",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit e149b05

Please sign in to comment.