@@ -4038,6 +4038,14 @@ eslint-plugin-es@^1.4.0:
4038
4038
eslint-utils "^1.3.0"
4039
4039
regexpp "^2.0.1"
4040
4040
4041
+ eslint-plugin-es@^3.0.0 :
4042
+ version "3.0.0"
4043
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b"
4044
+ integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==
4045
+ dependencies :
4046
+ eslint-utils "^2.0.0"
4047
+ regexpp "^3.0.0"
4048
+
4041
4049
eslint-plugin-import@^2.18.0, eslint-plugin-import@^2.18.2 :
4042
4050
version "2.18.2"
4043
4051
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
@@ -4062,6 +4070,18 @@ eslint-plugin-jest@^22.14.0, eslint-plugin-jest@^22.7.2:
4062
4070
dependencies :
4063
4071
" @typescript-eslint/experimental-utils" " ^1.13.0"
4064
4072
4073
+ eslint-plugin-node@^11.0.0 :
4074
+ version "11.0.0"
4075
+ resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz#365944bb0804c5d1d501182a9bc41a0ffefed726"
4076
+ integrity sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg==
4077
+ dependencies :
4078
+ eslint-plugin-es "^3.0.0"
4079
+ eslint-utils "^2.0.0"
4080
+ ignore "^5.1.1"
4081
+ minimatch "^3.0.4"
4082
+ resolve "^1.10.1"
4083
+ semver "^6.1.0"
4084
+
4065
4085
eslint-plugin-node@^9.1.0 :
4066
4086
version "9.1.0"
4067
4087
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
@@ -4138,11 +4158,23 @@ eslint-utils@^1.3.0, eslint-utils@^1.3.1:
4138
4158
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
4139
4159
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
4140
4160
4161
+ eslint-utils@^2.0.0 :
4162
+ version "2.0.0"
4163
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
4164
+ integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
4165
+ dependencies :
4166
+ eslint-visitor-keys "^1.1.0"
4167
+
4141
4168
eslint-visitor-keys@^1.0.0 :
4142
4169
version "1.0.0"
4143
4170
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
4144
4171
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
4145
4172
4173
+ eslint-visitor-keys@^1.1.0 :
4174
+ version "1.1.0"
4175
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
4176
+ integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
4177
+
4146
4178
eslint@^6.1.0 :
4147
4179
version "6.1.0"
4148
4180
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
@@ -8829,6 +8861,11 @@ regexpp@^2.0.1:
8829
8861
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
8830
8862
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
8831
8863
8864
+ regexpp@^3.0.0 :
8865
+ version "3.0.0"
8866
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
8867
+ integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
8868
+
8832
8869
regexpu-core@^4.5.4 :
8833
8870
version "4.5.4"
8834
8871
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
0 commit comments