Skip to content

Commit 0a6391d

Browse files
authored
Bump eslint-plugin-node from 9.2.0 to 10.0.0 (#133)
Bump eslint-plugin-node from 9.2.0 to 10.0.0
2 parents 07d66b4 + 1eb8f6d commit 0a6391d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ember-source-channel-url": "^2.0.1",
5252
"ember-try": "^1.2.1",
5353
"eslint-plugin-ember": "^7.1.0",
54-
"eslint-plugin-node": "^9.2.0",
54+
"eslint-plugin-node": "^10.0.0",
5555
"lerna-changelog": "^0.8.2",
5656
"loader.js": "^4.7.0",
5757
"qunit-dom": "^0.9.0",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -3866,20 +3866,20 @@ eslint-plugin-ember@^7.1.0:
38663866
ember-rfc176-data "^0.3.12"
38673867
snake-case "^2.1.0"
38683868

3869-
eslint-plugin-es@^1.4.1:
3870-
version "1.4.1"
3871-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
3872-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
3869+
eslint-plugin-es@^2.0.0:
3870+
version "2.0.0"
3871+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
3872+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
38733873
dependencies:
38743874
eslint-utils "^1.4.2"
3875-
regexpp "^2.0.1"
3875+
regexpp "^3.0.0"
38763876

3877-
eslint-plugin-node@^9.2.0:
3878-
version "9.2.0"
3879-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
3880-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
3877+
eslint-plugin-node@^10.0.0:
3878+
version "10.0.0"
3879+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
3880+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
38813881
dependencies:
3882-
eslint-plugin-es "^1.4.1"
3882+
eslint-plugin-es "^2.0.0"
38833883
eslint-utils "^1.4.2"
38843884
ignore "^5.1.1"
38853885
minimatch "^3.0.4"
@@ -7240,6 +7240,11 @@ regexpp@^2.0.1:
72407240
version "2.0.1"
72417241
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
72427242

7243+
regexpp@^3.0.0:
7244+
version "3.0.0"
7245+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
7246+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
7247+
72437248
regexpu-core@^2.0.0:
72447249
version "2.0.0"
72457250
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)