@@ -3175,10 +3175,10 @@ configstore@^3.0.0:
31753175 write-file-atomic "^2.0.0"
31763176 xdg-basedir "^3.0.0"
31773177
3178- confusing-browser-globals@^1.0.5 :
3179- version "1.0.7 "
3180- resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7 .tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b "
3181- integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ ==
3178+ confusing-browser-globals@^1.0.10 :
3179+ version "1.0.10 "
3180+ resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10 .tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59 "
3181+ integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA ==
31823182
31833183console-browserify@^1.1.0:
31843184 version "1.1.0"
@@ -4437,23 +4437,24 @@ escope@^3.6.0:
44374437 esrecurse "^4.1.0"
44384438 estraverse "^4.1.1"
44394439
4440- eslint-config-airbnb-base@^13.2 .0:
4441- version "13.2 .0"
4442- resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2 .0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943 "
4443- integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w ==
4440+ eslint-config-airbnb-base@^15.0 .0:
4441+ version "15.0 .0"
4442+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0 .0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236 "
4443+ integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig ==
44444444 dependencies:
4445- confusing-browser-globals "^1.0.5"
4446- object.assign "^4.1.0"
4447- object.entries "^1.1.0"
4445+ confusing-browser-globals "^1.0.10"
4446+ object.assign "^4.1.2"
4447+ object.entries "^1.1.5"
4448+ semver "^6.3.0"
44484449
4449- eslint-config-airbnb@17.1.1 :
4450- version "17.1.1 "
4451- resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.1 .tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626 "
4452- integrity sha512-xCu//8a/aWqagKljt+1/qAM62BYZeNq04HmdevG5yUGWpja0I/xhqd6GdLRch5oetEGFiJAnvtGuTEAese53Qg ==
4450+ eslint-config-airbnb@19.0.2 :
4451+ version "19.0.2 "
4452+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.2 .tgz#3a1681e39b68cc6abeae58300014ed5d5706b625 "
4453+ integrity sha512-4v5DEMVSl043LaCT+gsxPcoiIk0iYG5zxJKKjIy80H/D//2E0vtuOBWkb0CBDxjF+y26yQzspIXYuY6wMmt9Cw ==
44534454 dependencies:
4454- eslint-config-airbnb-base "^13.2 .0"
4455- object.assign "^4.1.0 "
4456- object.entries "^1.1.0 "
4455+ eslint-config-airbnb-base "^15.0 .0"
4456+ object.assign "^4.1.2 "
4457+ object.entries "^1.1.5 "
44574458
4458445944594460 version "7.2.0"
@@ -8712,16 +8713,6 @@ object.entries@^1.0.4:
87128713 function-bind "^1.1.0"
87138714 has "^1.0.1"
87148715
8715- object.entries@^1.1.0:
8716- version "1.1.0"
8717- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
8718- integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
8719- dependencies:
8720- define-properties "^1.1.3"
8721- es-abstract "^1.12.0"
8722- function-bind "^1.1.1"
8723- has "^1.0.3"
8724-
87258716object.entries@^1.1.1:
87268717 version "1.1.1"
87278718 resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -8750,6 +8741,15 @@ object.entries@^1.1.4:
87508741 define-properties "^1.1.3"
87518742 es-abstract "^1.18.2"
87528743
8744+ object.entries@^1.1.5:
8745+ version "1.1.5"
8746+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
8747+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
8748+ dependencies:
8749+ call-bind "^1.0.2"
8750+ define-properties "^1.1.3"
8751+ es-abstract "^1.19.1"
8752+
87538753object.fromentries@^1.0.0:
87548754 version "1.0.0"
87558755 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-1.0.0.tgz#e90ec27445ec6e37f48be9af9077d9aa8bef0d40"
0 commit comments