@@ -1551,13 +1551,13 @@ eslint-module-utils@^2.4.0:
1551
1551
debug "^2.6.8"
1552
1552
pkg-dir "^2.0.0"
1553
1553
1554
- eslint-plugin-es@^1.4.1 :
1555
- version "1.4.1 "
1556
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1 .tgz#12acae0f4953e76ba444bfd1b2271081ac620998 "
1557
- integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA ==
1554
+ eslint-plugin-es@^3.0.0 :
1555
+ version "3.0.0 "
1556
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0 .tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b "
1557
+ integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng ==
1558
1558
dependencies :
1559
- eslint-utils "^1.4.2 "
1560
- regexpp "^2 .0.1 "
1559
+ eslint-utils "^2.0.0 "
1560
+ regexpp "^3 .0.0 "
1561
1561
1562
1562
eslint-plugin-html@^5.0.3 :
1563
1563
version "5.0.5"
@@ -1583,13 +1583,13 @@ eslint-plugin-import@^2.17.2:
1583
1583
read-pkg-up "^2.0.0"
1584
1584
resolve "^1.11.0"
1585
1585
1586
- eslint-plugin-node@^9.0.1 :
1587
- version "9.2 .0"
1588
- resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2 .0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a "
1589
- integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA ==
1586
+ eslint-plugin-node@^11.1.0 :
1587
+ version "11.1 .0"
1588
+ resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
1589
+ integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
1590
1590
dependencies :
1591
- eslint-plugin-es "^1.4.1 "
1592
- eslint-utils "^1.4.2 "
1591
+ eslint-plugin-es "^3.0.0 "
1592
+ eslint-utils "^2.0.0 "
1593
1593
ignore "^5.1.1"
1594
1594
minimatch "^3.0.4"
1595
1595
resolve "^1.10.1"
@@ -1613,13 +1613,20 @@ eslint-scope@^4.0.3:
1613
1613
esrecurse "^4.1.0"
1614
1614
estraverse "^4.1.1"
1615
1615
1616
- eslint-utils@^1.3.1, eslint-utils@^1.4.2 :
1616
+ eslint-utils@^1.3.1 :
1617
1617
version "1.4.3"
1618
1618
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
1619
1619
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
1620
1620
dependencies :
1621
1621
eslint-visitor-keys "^1.1.0"
1622
1622
1623
+ eslint-utils@^2.0.0 :
1624
+ version "2.0.0"
1625
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
1626
+ integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
1627
+ dependencies :
1628
+ eslint-visitor-keys "^1.1.0"
1629
+
1623
1630
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0 :
1624
1631
version "1.1.0"
1625
1632
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -3332,6 +3339,11 @@ regexpp@^2.0.1:
3332
3339
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
3333
3340
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
3334
3341
3342
+ regexpp@^3.0.0 :
3343
+ version "3.0.0"
3344
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
3345
+ integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
3346
+
3335
3347
regexpu-core@^4.6.0 :
3336
3348
version "4.6.0"
3337
3349
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
0 commit comments