Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 26c99f1

Browse files
dependabot-preview[bot]dcyriller
authored andcommitted
Bump eslint-plugin-node from 10.0.0 to 11.0.0 (#572)
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](mysticatea/eslint-plugin-node@v10.0.0...v11.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9d96478 commit 26c99f1

2 files changed

Lines changed: 39 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ember-source-channel-url": "^2.0.1",
6868
"ember-try": "^1.4.0",
6969
"eslint-plugin-ember": "^7.7.1",
70-
"eslint-plugin-node": "^10.0.0",
70+
"eslint-plugin-node": "^11.0.0",
7171
"loader.js": "^4.7.0",
7272
"mocha": "^7.0.0",
7373
"mocha-eslint": "^6.0.0",

yarn.lock

Lines changed: 38 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,11 @@ [email protected]:
11251125
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813"
11261126
integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==
11271127

1128+
ansi-escapes@^3.2.0:
1129+
version "3.2.0"
1130+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
1131+
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
1132+
11281133
ansi-escapes@^4.2.1:
11291134
version "4.3.0"
11301135
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d"
@@ -4154,21 +4159,21 @@ eslint-plugin-ember@^7.7.1:
41544159
ember-rfc176-data "^0.3.12"
41554160
snake-case "^3.0.2"
41564161

4157-
eslint-plugin-es@^2.0.0:
4158-
version "2.0.0"
4159-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
4160-
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
4162+
eslint-plugin-es@^3.0.0:
4163+
version "3.0.0"
4164+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b"
4165+
integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==
41614166
dependencies:
4162-
eslint-utils "^1.4.2"
4167+
eslint-utils "^2.0.0"
41634168
regexpp "^3.0.0"
41644169

4165-
eslint-plugin-node@^10.0.0:
4166-
version "10.0.0"
4167-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
4168-
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
4170+
eslint-plugin-node@^11.0.0:
4171+
version "11.0.0"
4172+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz#365944bb0804c5d1d501182a9bc41a0ffefed726"
4173+
integrity sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg==
41694174
dependencies:
4170-
eslint-plugin-es "^2.0.0"
4171-
eslint-utils "^1.4.2"
4175+
eslint-plugin-es "^3.0.0"
4176+
eslint-utils "^2.0.0"
41724177
ignore "^5.1.1"
41734178
minimatch "^3.0.4"
41744179
resolve "^1.10.1"
@@ -4190,13 +4195,20 @@ eslint-scope@^5.0.0:
41904195
esrecurse "^4.1.0"
41914196
estraverse "^4.1.1"
41924197

4193-
eslint-utils@^1.3.1, eslint-utils@^1.4.2, eslint-utils@^1.4.3:
4198+
eslint-utils@^1.3.1, eslint-utils@^1.4.3:
41944199
version "1.4.3"
41954200
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
41964201
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
41974202
dependencies:
41984203
eslint-visitor-keys "^1.1.0"
41994204

4205+
eslint-utils@^2.0.0:
4206+
version "2.0.0"
4207+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
4208+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
4209+
dependencies:
4210+
eslint-visitor-keys "^1.1.0"
4211+
42004212
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
42014213
version "1.1.0"
42024214
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -5139,6 +5151,11 @@ globals@^11.1.0:
51395151
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
51405152
integrity sha512-K8BNSPySfeShBQXsahYB/AbbWruVOTyVpgoIDnl8odPpeSfP2J5QO2oLFFdl2j7GfDCtZj2bMKar2T49itTPCg==
51415153

5154+
globals@^11.7.0:
5155+
version "11.12.0"
5156+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
5157+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
5158+
51425159
globals@^12.1.0:
51435160
version "12.3.0"
51445161
resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
@@ -6771,7 +6788,7 @@ mime-types@^2.1.18:
67716788
dependencies:
67726789
mime-db "~1.35.0"
67736790

6774-
mime-types@^2.1.19, mime-types@~2.1.24:
6791+
mime-types@^2.1.19, mime-types@~2.1.18, mime-types@~2.1.24:
67756792
version "2.1.26"
67766793
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
67776794
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
@@ -7200,7 +7217,7 @@ optimist@^0.6.1:
72007217
minimist "~0.0.1"
72017218
wordwrap "~0.0.2"
72027219

7203-
optionator@^0.8.3:
7220+
optionator@^0.8.2, optionator@^0.8.3:
72047221
version "0.8.3"
72057222
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
72067223
integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
@@ -7389,6 +7406,11 @@ [email protected], path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
73897406
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
73907407
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
73917408

7409+
path-is-inside@^1.0.2:
7410+
version "1.0.2"
7411+
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
7412+
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
7413+
73927414
path-key@^2.0.0, path-key@^2.0.1:
73937415
version "2.0.1"
73947416
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
@@ -8086,12 +8108,7 @@ [email protected]:
80868108
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
80878109
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
80888110

8089-
semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
8090-
version "5.7.0"
8091-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
8092-
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
8093-
8094-
semver@^5.7.0:
8111+
semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0:
80958112
version "5.7.1"
80968113
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
80978114
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -8599,7 +8616,7 @@ strip-eof@^1.0.0:
85998616
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
86008617
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
86018618

8602-
[email protected], strip-json-comments@~2.0.1:
8619+
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
86038620
version "2.0.1"
86048621
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
86058622
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

0 commit comments

Comments
 (0)