Skip to content

Commit 4001f1c

Browse files
committed
fix(deps): update dependency eslint-config-airbnb to v18.2.0
1 parent ee566da commit 4001f1c

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@typescript-eslint/eslint-plugin": "2.30.0",
5959
"@typescript-eslint/parser": "2.30.0",
60-
"eslint-config-airbnb": "18.1.0",
60+
"eslint-config-airbnb": "18.2.0",
6161
"eslint-config-airbnb-base": "14.1.0",
6262
"eslint-config-prettier": "6.11.0",
6363
"eslint-import-resolver-typescript": "2.0.0",

yarn.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ escodegen@^1.14.1:
26372637
optionalDependencies:
26382638
source-map "~0.6.1"
26392639

2640-
[email protected], eslint-config-airbnb-base@^14.1.0:
2640+
26412641
version "14.1.0"
26422642
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.1.0.tgz#2ba4592dd6843258221d9bff2b6831bd77c874e4"
26432643
integrity sha512-+XCcfGyCnbzOnktDVhwsCAx+9DmrzEmuwxyHUJpw+kqBVT744OUBrB09khgFKlK1lshVww6qXGsYPZpavoNjJw==
@@ -2646,14 +2646,23 @@ [email protected], eslint-config-airbnb-base@^14.1.0:
26462646
object.assign "^4.1.0"
26472647
object.entries "^1.1.1"
26482648

2649-
eslint-config-airbnb@18.1.0:
2650-
version "18.1.0"
2651-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.1.0.tgz#724d7e93dadd2169492ff5363c5aaa779e01257d"
2652-
integrity sha512-kZFuQC/MPnH7KJp6v95xsLBf63G/w7YqdPfQ0MUanxQ7zcKUNG8j+sSY860g3NwCBOa62apw16J6pRN+AOgXzw==
2649+
eslint-config-airbnb-base@^14.2.0:
2650+
version "14.2.0"
2651+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
2652+
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
26532653
dependencies:
2654-
eslint-config-airbnb-base "^14.1.0"
2654+
confusing-browser-globals "^1.0.9"
26552655
object.assign "^4.1.0"
2656-
object.entries "^1.1.1"
2656+
object.entries "^1.1.2"
2657+
2658+
2659+
version "18.2.0"
2660+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.0.tgz#8a82168713effce8fc08e10896a63f1235499dcd"
2661+
integrity sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==
2662+
dependencies:
2663+
eslint-config-airbnb-base "^14.2.0"
2664+
object.assign "^4.1.0"
2665+
object.entries "^1.1.2"
26572666

26582667
26592668
version "6.11.0"
@@ -5979,14 +5988,13 @@ object.assign@^4.1.0:
59795988
has-symbols "^1.0.0"
59805989
object-keys "^1.0.11"
59815990

5982-
object.entries@^1.1.1:
5983-
version "1.1.1"
5984-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
5985-
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
5991+
object.entries@^1.1.1, object.entries@^1.1.2:
5992+
version "1.1.2"
5993+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
5994+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
59865995
dependencies:
59875996
define-properties "^1.1.3"
5988-
es-abstract "^1.17.0-next.1"
5989-
function-bind "^1.1.1"
5997+
es-abstract "^1.17.5"
59905998
has "^1.0.3"
59915999

59926000
object.fromentries@^2.0.2:

0 commit comments

Comments
 (0)