Skip to content

Commit 1279010

Browse files
committed
chore(deps): update dependency eslint-config-airbnb to v18.2.1
1 parent 4568aca commit 1279010

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/parser": "4.1.0",
3737
"@vercel/ncc": "0.24.1",
3838
"eslint": "6.8.0",
39-
"eslint-config-airbnb": "18.2.0",
39+
"eslint-config-airbnb": "18.2.1",
4040
"eslint-plugin-cypress": "2.11.2",
4141
"eslint-plugin-import": "2.22.0",
4242
"eslint-plugin-jest": "23.20.0",

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,11 @@ [email protected]:
825825
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
826826
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
827827

828+
confusing-browser-globals@^1.0.10:
829+
version "1.0.10"
830+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
831+
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
832+
828833
confusing-browser-globals@^1.0.9:
829834
version "1.0.9"
830835
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
@@ -1055,7 +1060,7 @@ escape-string-regexp@^1.0.5:
10551060
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
10561061
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
10571062

1058-
[email protected], eslint-config-airbnb-base@^14.2.0:
1063+
10591064
version "14.2.0"
10601065
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
10611066
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
@@ -1064,13 +1069,22 @@ [email protected], eslint-config-airbnb-base@^14.2.0:
10641069
object.assign "^4.1.0"
10651070
object.entries "^1.1.2"
10661071

1067-
eslint-config-airbnb@18.2.0:
1068-
version "18.2.0"
1069-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.0.tgz#8a82168713effce8fc08e10896a63f1235499dcd"
1070-
integrity sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==
1072+
eslint-config-airbnb-base@^14.2.1:
1073+
version "14.2.1"
1074+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
1075+
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
10711076
dependencies:
1072-
eslint-config-airbnb-base "^14.2.0"
1073-
object.assign "^4.1.0"
1077+
confusing-browser-globals "^1.0.10"
1078+
object.assign "^4.1.2"
1079+
object.entries "^1.1.2"
1080+
1081+
1082+
version "18.2.1"
1083+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
1084+
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
1085+
dependencies:
1086+
eslint-config-airbnb-base "^14.2.1"
1087+
object.assign "^4.1.2"
10741088
object.entries "^1.1.2"
10751089

10761090

0 commit comments

Comments
 (0)