Skip to content

Commit b192303

Browse files
Bump eslint-plugin-node from 8.0.1 to 10.0.0
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 8.0.1 to 10.0.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](mysticatea/eslint-plugin-node@v8.0.1...v10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e380eb8 commit b192303

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"broccoli-test-helper": "^2.0.0",
3535
"co": "^4.6.0",
3636
"eslint-config-prettier": "6.5.0",
37-
"eslint-plugin-node": "^8.0.1",
37+
"eslint-plugin-node": "^10.0.0",
3838
"eslint-plugin-prettier": "3.1.1",
3939
"prettier": "^1.8.2",
4040
"qunit": "^2.4.1",

yarn.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,25 +1646,25 @@ [email protected]:
16461646
dependencies:
16471647
get-stdin "^6.0.0"
16481648

1649-
eslint-plugin-es@^1.3.1:
1650-
version "1.4.0"
1651-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
1652-
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
1649+
eslint-plugin-es@^2.0.0:
1650+
version "2.0.0"
1651+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
1652+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
16531653
dependencies:
1654-
eslint-utils "^1.3.0"
1655-
regexpp "^2.0.1"
1654+
eslint-utils "^1.4.2"
1655+
regexpp "^3.0.0"
16561656

1657-
eslint-plugin-node@^8.0.1:
1658-
version "8.0.1"
1659-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
1660-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
1657+
eslint-plugin-node@^10.0.0:
1658+
version "10.0.0"
1659+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
1660+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
16611661
dependencies:
1662-
eslint-plugin-es "^1.3.1"
1663-
eslint-utils "^1.3.1"
1664-
ignore "^5.0.2"
1662+
eslint-plugin-es "^2.0.0"
1663+
eslint-utils "^1.4.2"
1664+
ignore "^5.1.1"
16651665
minimatch "^3.0.4"
1666-
resolve "^1.8.1"
1667-
semver "^5.5.0"
1666+
resolve "^1.10.1"
1667+
semver "^6.1.0"
16681668

16691669
16701670
version "3.1.1"
@@ -1680,14 +1680,14 @@ eslint-scope@^3.7.1:
16801680
esrecurse "^4.1.0"
16811681
estraverse "^4.1.1"
16821682

1683-
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
1684-
version "1.4.2"
1685-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
1686-
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
1683+
eslint-utils@^1.4.2:
1684+
version "1.4.3"
1685+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
1686+
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
16871687
dependencies:
1688-
eslint-visitor-keys "^1.0.0"
1688+
eslint-visitor-keys "^1.1.0"
16891689

1690-
eslint-visitor-keys@^1.0.0:
1690+
eslint-visitor-keys@^1.1.0:
16911691
version "1.1.0"
16921692
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
16931693
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
@@ -2270,10 +2270,10 @@ ignore@^3.3.3:
22702270
version "3.3.7"
22712271
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
22722272

2273-
ignore@^5.0.2:
2274-
version "5.0.4"
2275-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
2276-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
2273+
ignore@^5.1.1:
2274+
version "5.1.4"
2275+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
2276+
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
22772277

22782278
imurmurhash@^0.1.4:
22792279
version "0.1.4"
@@ -3244,10 +3244,10 @@ regexp-tree@^0.1.0:
32443244
colors "^1.1.2"
32453245
yargs "^10.0.3"
32463246

3247-
regexpp@^2.0.1:
3248-
version "2.0.1"
3249-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
3250-
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
3247+
regexpp@^3.0.0:
3248+
version "3.0.0"
3249+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
3250+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
32513251

32523252
regexpu-core@^4.1.3, regexpu-core@^4.2.0:
32533253
version "4.4.0"
@@ -3347,7 +3347,7 @@ [email protected]:
33473347
dependencies:
33483348
path-parse "^1.0.6"
33493349

3350-
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.7.1, resolve@^1.8.1:
3350+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.7.1, resolve@^1.8.1:
33513351
version "1.12.0"
33523352
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
33533353
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
@@ -3476,6 +3476,11 @@ semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1:
34763476
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
34773477
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
34783478

3479+
semver@^6.1.0:
3480+
version "6.3.0"
3481+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
3482+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
3483+
34793484
set-blocking@^2.0.0:
34803485
version "2.0.0"
34813486
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)