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

Commit 00a7747

Browse files
committed
chore(deps): update dependency eslint-plugin-node to v11
1 parent 001784d commit 00a7747

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-formatter-html-extended": "1.0.2",
6464
"eslint-loader": "3.0.3",
6565
"eslint-plugin-import": "2.20.0",
66-
"eslint-plugin-node": "10.0.0",
66+
"eslint-plugin-node": "11.0.0",
6767
"eslint-plugin-promise": "4.2.1",
6868
"eslint-plugin-standard": "4.0.1",
6969
"eslint-plugin-vue": "5.2.3",

yarn.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -5235,12 +5235,12 @@ eslint-module-utils@^2.4.1:
52355235
debug "^2.6.9"
52365236
pkg-dir "^2.0.0"
52375237

5238-
eslint-plugin-es@^2.0.0:
5239-
version "2.0.0"
5240-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
5241-
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
5238+
eslint-plugin-es@^3.0.0:
5239+
version "3.0.0"
5240+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b"
5241+
integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==
52425242
dependencies:
5243-
eslint-utils "^1.4.2"
5243+
eslint-utils "^2.0.0"
52445244
regexpp "^3.0.0"
52455245

52465246
@@ -5261,13 +5261,13 @@ [email protected]:
52615261
read-pkg-up "^2.0.0"
52625262
resolve "^1.12.0"
52635263

5264-
eslint-plugin-node@10.0.0:
5265-
version "10.0.0"
5266-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
5267-
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
5264+
eslint-plugin-node@11.0.0:
5265+
version "11.0.0"
5266+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz#365944bb0804c5d1d501182a9bc41a0ffefed726"
5267+
integrity sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg==
52685268
dependencies:
5269-
eslint-plugin-es "^2.0.0"
5270-
eslint-utils "^1.4.2"
5269+
eslint-plugin-es "^3.0.0"
5270+
eslint-utils "^2.0.0"
52715271
ignore "^5.1.1"
52725272
minimatch "^3.0.4"
52735273
resolve "^1.10.1"
@@ -5306,20 +5306,20 @@ eslint-scope@^5.0.0:
53065306
esrecurse "^4.1.0"
53075307
estraverse "^4.1.1"
53085308

5309-
eslint-utils@^1.4.2:
5310-
version "1.4.2"
5311-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
5312-
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
5313-
dependencies:
5314-
eslint-visitor-keys "^1.0.0"
5315-
53165309
eslint-utils@^1.4.3:
53175310
version "1.4.3"
53185311
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
53195312
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
53205313
dependencies:
53215314
eslint-visitor-keys "^1.1.0"
53225315

5316+
eslint-utils@^2.0.0:
5317+
version "2.0.0"
5318+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
5319+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
5320+
dependencies:
5321+
eslint-visitor-keys "^1.1.0"
5322+
53235323
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
53245324
version "1.1.0"
53255325
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"

0 commit comments

Comments
 (0)