@@ -487,25 +487,25 @@ escape-string-regexp@^1.0.5:
487
487
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
488
488
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
489
489
490
- eslint-plugin-es@^1.3.1 :
491
- version "1.4 .1"
492
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4 .1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998 "
493
- integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA ==
490
+ eslint-plugin-es@^3.0.0 :
491
+ version "3.0 .1"
492
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0 .1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
493
+ integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
494
494
dependencies :
495
- eslint-utils "^1.4.2 "
496
- regexpp "^2 .0.1 "
495
+ eslint-utils "^2.0.0 "
496
+ regexpp "^3 .0.0 "
497
497
498
- eslint-plugin-node@^8 :
499
- version "8.0.1 "
500
- resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1. tgz#55ae3560022863d141fa7a11799532340a685964 "
501
- integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w ==
498
+ eslint-plugin-node@^11 :
499
+ version "11.1.0 "
500
+ resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0. tgz#c95544416ee4ada26740a30474eefc5402dc671d "
501
+ integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
502
502
dependencies :
503
- eslint-plugin-es "^1.3.1 "
504
- eslint-utils "^1.3.1 "
505
- ignore "^5.0.2 "
503
+ eslint-plugin-es "^3.0.0 "
504
+ eslint-utils "^2.0.0 "
505
+ ignore "^5.1.1 "
506
506
minimatch "^3.0.4"
507
- resolve "^1.8 .1"
508
- semver "^5.5 .0"
507
+ resolve "^1.10 .1"
508
+ semver "^6.1 .0"
509
509
510
510
eslint-scope@^4.0.3 :
511
511
version "4.0.3"
@@ -515,18 +515,30 @@ eslint-scope@^4.0.3:
515
515
esrecurse "^4.1.0"
516
516
estraverse "^4.1.1"
517
517
518
- eslint-utils@^1.3.1, eslint-utils@^1.4.2 :
518
+ eslint-utils@^1.3.1 :
519
519
version "1.4.2"
520
520
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
521
521
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
522
522
dependencies :
523
523
eslint-visitor-keys "^1.0.0"
524
524
525
+ eslint-utils@^2.0.0 :
526
+ version "2.1.0"
527
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
528
+ integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
529
+ dependencies :
530
+ eslint-visitor-keys "^1.1.0"
531
+
525
532
eslint-visitor-keys@^1.0.0 :
526
533
version "1.1.0"
527
534
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
528
535
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
529
536
537
+ eslint-visitor-keys@^1.1.0 :
538
+ version "1.3.0"
539
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
540
+ integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
541
+
530
542
eslint@^5.16.0 :
531
543
version "5.16.0"
532
544
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
@@ -913,10 +925,10 @@ ignore@^4.0.6:
913
925
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
914
926
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
915
927
916
- ignore@^5.0.2 :
917
- version "5.1.4 "
918
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4 .tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf "
919
- integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A ==
928
+ ignore@^5.1.1 :
929
+ version "5.1.8 "
930
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8 .tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57 "
931
+ integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw ==
920
932
921
933
import-fresh@^3.0.0 :
922
934
version "3.1.0"
@@ -1616,6 +1628,11 @@ regexpp@^2.0.1:
1616
1628
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
1617
1629
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
1618
1630
1631
+ regexpp@^3.0.0 :
1632
+ version "3.1.0"
1633
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1634
+ integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
1635
+
1619
1636
require-directory@^2.1.1 :
1620
1637
version "2.1.1"
1621
1638
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
1646
1663
dependencies :
1647
1664
path-parse "^1.0.6"
1648
1665
1649
- resolve@^1.10.0, resolve@^1.8 .1 :
1650
- version "1.12 .0"
1651
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12 .0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6 "
1652
- integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w ==
1666
+ resolve@^1.10.0, resolve@^1.10 .1 :
1667
+ version "1.17 .0"
1668
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17 .0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444 "
1669
+ integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w ==
1653
1670
dependencies :
1654
1671
path-parse "^1.0.6"
1655
1672
@@ -1721,6 +1738,11 @@ semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
1721
1738
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1722
1739
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
1723
1740
1741
+ semver@^6.1.0 :
1742
+ version "6.3.0"
1743
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1744
+ integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1745
+
1724
1746
1725
1747
version "0.17.1"
1726
1748
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
0 commit comments