Skip to content

Commit be1faef

Browse files
Bump eslint-plugin-node from 8.0.1 to 11.1.0
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 8.0.1 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](mysticatea/eslint-plugin-node@v8.0.1...v11.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 94b2b65 commit be1faef

File tree

2 files changed

+47
-25
lines changed

2 files changed

+47
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"eslint": "^5.16.0",
33-
"eslint-plugin-node": "^8",
33+
"eslint-plugin-node": "^11",
3434
"express": "^4.17.1",
3535
"lerna-changelog": "^0.8.3",
3636
"qunit": "~2.10.1"

yarn.lock

Lines changed: 46 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -487,25 +487,25 @@ escape-string-regexp@^1.0.5:
487487
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
488488
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
489489

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==
494494
dependencies:
495-
eslint-utils "^1.4.2"
496-
regexpp "^2.0.1"
495+
eslint-utils "^2.0.0"
496+
regexpp "^3.0.0"
497497

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==
502502
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"
506506
minimatch "^3.0.4"
507-
resolve "^1.8.1"
508-
semver "^5.5.0"
507+
resolve "^1.10.1"
508+
semver "^6.1.0"
509509

510510
eslint-scope@^4.0.3:
511511
version "4.0.3"
@@ -515,18 +515,30 @@ eslint-scope@^4.0.3:
515515
esrecurse "^4.1.0"
516516
estraverse "^4.1.1"
517517

518-
eslint-utils@^1.3.1, eslint-utils@^1.4.2:
518+
eslint-utils@^1.3.1:
519519
version "1.4.2"
520520
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
521521
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
522522
dependencies:
523523
eslint-visitor-keys "^1.0.0"
524524

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+
525532
eslint-visitor-keys@^1.0.0:
526533
version "1.1.0"
527534
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
528535
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
529536

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+
530542
eslint@^5.16.0:
531543
version "5.16.0"
532544
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
@@ -913,10 +925,10 @@ ignore@^4.0.6:
913925
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
914926
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
915927

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==
920932

921933
import-fresh@^3.0.0:
922934
version "3.1.0"
@@ -1616,6 +1628,11 @@ regexpp@^2.0.1:
16161628
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
16171629
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
16181630

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+
16191636
require-directory@^2.1.1:
16201637
version "2.1.1"
16211638
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -1646,10 +1663,10 @@ [email protected]:
16461663
dependencies:
16471664
path-parse "^1.0.6"
16481665

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==
16531670
dependencies:
16541671
path-parse "^1.0.6"
16551672

@@ -1721,6 +1738,11 @@ semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
17211738
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
17221739
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
17231740

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+
17241746
17251747
version "0.17.1"
17261748
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)