Skip to content

Commit 9980303

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 02787bf commit 9980303

File tree

2 files changed

+40
-23
lines changed

2 files changed

+40
-23
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.9.3"

yarn.lock

Lines changed: 39 additions & 22 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.0"
492+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b"
493+
integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==
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,14 +515,21 @@ 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-visitor-keys@^1.0.0:
525+
eslint-utils@^2.0.0:
526+
version "2.0.0"
527+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
528+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
529+
dependencies:
530+
eslint-visitor-keys "^1.1.0"
531+
532+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.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==
@@ -913,7 +920,7 @@ ignore@^4.0.6:
913920
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
914921
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
915922

916-
ignore@^5.0.2:
923+
ignore@^5.1.1:
917924
version "5.1.4"
918925
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
919926
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
@@ -1616,6 +1623,11 @@ regexpp@^2.0.1:
16161623
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
16171624
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
16181625

1626+
regexpp@^3.0.0:
1627+
version "3.0.0"
1628+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
1629+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
1630+
16191631
require-directory@^2.1.1:
16201632
version "2.1.1"
16211633
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -1646,10 +1658,10 @@ [email protected]:
16461658
dependencies:
16471659
path-parse "^1.0.6"
16481660

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==
1661+
resolve@^1.10.0, resolve@^1.10.1:
1662+
version "1.15.1"
1663+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
1664+
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
16531665
dependencies:
16541666
path-parse "^1.0.6"
16551667

@@ -1721,6 +1733,11 @@ semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
17211733
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
17221734
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
17231735

1736+
semver@^6.1.0:
1737+
version "6.3.0"
1738+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1739+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1740+
17241741
17251742
version "0.17.1"
17261743
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)