Skip to content

Commit 691769e

Browse files
chore(deps): update dependency eslint-config-airbnb-base to v15
1 parent 6852cb2 commit 691769e

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@typescript-eslint/parser": "3.10.1",
1717
"auto": "9.61.0",
1818
"eslint": "7.32.0",
19-
"eslint-config-airbnb-base": "14.2.1",
19+
"eslint-config-airbnb-base": "15.0.0",
2020
"eslint-config-prettier": "6.15.0",
2121
"eslint-plugin-import": "2.25.3",
2222
"eslint-plugin-prettier": "3.4.1",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2952,14 +2952,15 @@ escape-string-regexp@^4.0.0:
29522952
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29532953
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29542954

2955-
eslint-config-airbnb-base@14.2.1:
2956-
version "14.2.1"
2957-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
2958-
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
2955+
eslint-config-airbnb-base@15.0.0:
2956+
version "15.0.0"
2957+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
2958+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
29592959
dependencies:
29602960
confusing-browser-globals "^1.0.10"
29612961
object.assign "^4.1.2"
2962-
object.entries "^1.1.2"
2962+
object.entries "^1.1.5"
2963+
semver "^6.3.0"
29632964

29642965
eslint-config-prettier@6.15.0:
29652966
version "6.15.0"
@@ -5530,14 +5531,14 @@ object.assign@^4.1.2:
55305531
has-symbols "^1.0.1"
55315532
object-keys "^1.1.1"
55325533

5533-
object.entries@^1.1.2:
5534-
version "1.1.2"
5535-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
5536-
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
5534+
object.entries@^1.1.5:
5535+
version "1.1.5"
5536+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
5537+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
55375538
dependencies:
5539+
call-bind "^1.0.2"
55385540
define-properties "^1.1.3"
5539-
es-abstract "^1.17.5"
5540-
has "^1.0.3"
5541+
es-abstract "^1.19.1"
55415542

55425543
object.getownpropertydescriptors@^2.0.3:
55435544
version "2.1.0"
@@ -6545,7 +6546,7 @@ semver@7.3.2, semver@^7.0.0, semver@^7.2.1, semver@^7.3.2:
65456546
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
65466547
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
65476548

6548-
semver@^6.0.0, semver@^6.2.0:
6549+
semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
65496550
version "6.3.0"
65506551
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
65516552
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)