1065
1065
eslint-scope "^5.1.1"
1066
1066
eslint-utils "^3.0.0"
1067
1067
1068
- " @typescript-eslint/parser@^4.4.1 " :
1069
- version "4.33.0"
1070
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1071
- integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1072
- dependencies :
1073
- " @typescript-eslint/scope-manager" " 4.33.0"
1074
- " @typescript-eslint/types" " 4.33.0"
1075
- " @typescript-eslint/typescript-estree" " 4.33.0"
1076
- debug "^4.3.1"
1077
-
1078
- " @typescript-eslint/scope-manager@4.33.0 " :
1079
- version "4.33.0"
1080
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1081
- integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1082
- dependencies :
1083
- " @typescript-eslint/types" " 4.33.0"
1084
- " @typescript-eslint/visitor-keys" " 4.33.0"
1085
-
1086
1068
" @typescript-eslint/scope-manager@5.3.1 " :
1087
1069
version "5.3.1"
1088
1070
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
1091
1073
" @typescript-eslint/types" " 5.3.1"
1092
1074
" @typescript-eslint/visitor-keys" " 5.3.1"
1093
1075
1094
- " @typescript-eslint/types@4.33.0 " :
1095
- version "4.33.0"
1096
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1097
- integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1098
-
1099
1076
" @typescript-eslint/types@5.3.1 " :
1100
1077
version "5.3.1"
1101
1078
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
1102
1079
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
1103
1080
1104
- " @typescript-eslint/typescript-estree@4.33.0 " :
1105
- version "4.33.0"
1106
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1107
- integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1108
- dependencies :
1109
- " @typescript-eslint/types" " 4.33.0"
1110
- " @typescript-eslint/visitor-keys" " 4.33.0"
1111
- debug "^4.3.1"
1112
- globby "^11.0.3"
1113
- is-glob "^4.0.1"
1114
- semver "^7.3.5"
1115
- tsutils "^3.21.0"
1116
-
1117
1081
" @typescript-eslint/typescript-estree@5.3.1 " :
1118
1082
version "5.3.1"
1119
1083
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
1127
1091
semver "^7.3.5"
1128
1092
tsutils "^3.21.0"
1129
1093
1130
- " @typescript-eslint/visitor-keys@4.33.0 " :
1131
- version "4.33.0"
1132
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1133
- integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1134
- dependencies :
1135
- " @typescript-eslint/types" " 4.33.0"
1136
- eslint-visitor-keys "^2.0.0"
1137
-
1138
1094
" @typescript-eslint/visitor-keys@5.3.1 " :
1139
1095
version "5.3.1"
1140
1096
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
@@ -1978,15 +1934,6 @@ escodegen@^2.0.0:
1978
1934
optionalDependencies :
1979
1935
source-map "~0.6.1"
1980
1936
1981
- eslint-config-airbnb-base@^14.2.0, eslint-config-airbnb-base@^14.2.1 :
1982
- version "14.2.1"
1983
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
1984
- integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
1985
- dependencies :
1986
- confusing-browser-globals "^1.0.10"
1987
- object.assign "^4.1.2"
1988
- object.entries "^1.1.2"
1989
-
1990
1937
eslint-config-airbnb-base@^15.0.0 :
1991
1938
version "15.0.0"
1992
1939
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
@@ -1997,23 +1944,12 @@ eslint-config-airbnb-base@^15.0.0:
1997
1944
object.entries "^1.1.5"
1998
1945
semver "^6.3.0"
1999
1946
2000
- eslint-config-airbnb-typescript@^12.3.1 :
2001
- version "12.3.1"
2002
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-12.3.1.tgz#83ab40d76402c208eb08516260d1d6fac8f8acbc"
2003
- integrity sha512-ql/Pe6/hppYuRp4m3iPaHJqkBB7dgeEmGPQ6X0UNmrQOfTF+dXw29/ZjU2kQ6RDoLxaxOA+Xqv07Vbef6oVTWw==
2004
- dependencies :
2005
- " @typescript-eslint/parser" " ^4.4.1"
2006
- eslint-config-airbnb "^18.2.0"
2007
- eslint-config-airbnb-base "^14.2.0"
2008
-
2009
- eslint-config-airbnb@^18.2.0 :
2010
- version "18.2.1"
2011
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
2012
- integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
1947
+ eslint-config-airbnb-typescript@^16.0.0 :
1948
+ version "16.0.0"
1949
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.0.0.tgz#75007e27d5a7fb75530721f48197817c1d2ad4d1"
1950
+ integrity sha512-qDOyD0YYZo5Us1YvOnWig2Ly/+IlQKmMZpnqKnJgVtHdK8SkjaSyVBHKbD41dEaQxk8vRVGBC94PuR2ceSwbLQ==
2013
1951
dependencies :
2014
- eslint-config-airbnb-base "^14.2.1"
2015
- object.assign "^4.1.2"
2016
- object.entries "^1.1.2"
1952
+ eslint-config-airbnb-base "^15.0.0"
2017
1953
2018
1954
eslint-config-airbnb@^19.0.0 :
2019
1955
version "19.0.0"
@@ -2479,7 +2415,7 @@ globals@^13.6.0, globals@^13.9.0:
2479
2415
dependencies :
2480
2416
type-fest "^0.20.2"
2481
2417
2482
- globby@^11.0.3, globby@^11.0. 4 :
2418
+ globby@^11.0.4 :
2483
2419
version "11.0.4"
2484
2420
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2485
2421
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -3758,7 +3694,7 @@ object.assign@^4.1.0, object.assign@^4.1.2:
3758
3694
has-symbols "^1.0.1"
3759
3695
object-keys "^1.1.1"
3760
3696
3761
- object.entries@^1.1.2, object.entries@^1.1. 4, object.entries@^1.1.5 :
3697
+ object.entries@^1.1.4, object.entries@^1.1.5 :
3762
3698
version "1.1.5"
3763
3699
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
3764
3700
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
0 commit comments