Skip to content

Commit adf209a

Browse files
renovate[bot]pimlie
authored andcommitted
chore(deps): update dependency eslint-plugin-node to v9 (#11)
1 parent c05fc1f commit adf209a

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-loader": "^2.1.2",
3535
"eslint-plugin-import": "^2.17.2",
3636
"eslint-plugin-jest": "^22.5.1",
37-
"eslint-plugin-node": "^8.0.1",
37+
"eslint-plugin-node": "^9.1.0",
3838
"eslint-plugin-promise": "^4.1.1",
3939
"eslint-plugin-standard": "^4.0.0",
4040
"eslint-plugin-vue": "^5.2.2",

yarn.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3694,7 +3694,7 @@ eslint-module-utils@^2.4.0:
36943694
debug "^2.6.8"
36953695
pkg-dir "^2.0.0"
36963696

3697-
eslint-plugin-es@^1.3.1:
3697+
eslint-plugin-es@^1.4.0:
36983698
version "1.4.0"
36993699
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
37003700
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
@@ -3724,17 +3724,17 @@ eslint-plugin-jest@^22.5.1:
37243724
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz#a31dfe9f9513c6af7c17ece4c65535a1370f060b"
37253725
integrity sha512-c3WjZR/HBoi4GedJRwo2OGHa8Pzo1EbSVwQ2HFzJ+4t2OoYM7Alx646EH/aaxZ+9eGcPiq0FT0UGkRuFFx2FHg==
37263726

3727-
eslint-plugin-node@^8.0.1:
3728-
version "8.0.1"
3729-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
3730-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
3727+
eslint-plugin-node@^9.1.0:
3728+
version "9.1.0"
3729+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
3730+
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
37313731
dependencies:
3732-
eslint-plugin-es "^1.3.1"
3732+
eslint-plugin-es "^1.4.0"
37333733
eslint-utils "^1.3.1"
3734-
ignore "^5.0.2"
3734+
ignore "^5.1.1"
37353735
minimatch "^3.0.4"
3736-
resolve "^1.8.1"
3737-
semver "^5.5.0"
3736+
resolve "^1.10.1"
3737+
semver "^6.1.0"
37383738

37393739
eslint-plugin-promise@^4.1.1:
37403740
version "4.1.1"
@@ -4819,10 +4819,10 @@ ignore@^4.0.6:
48194819
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
48204820
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
48214821

4822-
ignore@^5.0.2:
4823-
version "5.0.4"
4824-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
4825-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
4822+
ignore@^5.1.1:
4823+
version "5.1.1"
4824+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.1.tgz#2fc6b8f518aff48fef65a7f348ed85632448e4a5"
4825+
integrity sha512-DWjnQIFLenVrwyRCKZT+7a7/U4Cqgar4WG8V++K3hw+lrW1hc/SIwdiGmtxKCVACmHULTuGeBbHJmbwW7/sAvA==
48264826

48274827
import-cwd@^2.0.0:
48284828
version "2.1.0"
@@ -8323,6 +8323,13 @@ resolve@^1.10.0:
83238323
dependencies:
83248324
path-parse "^1.0.6"
83258325

8326+
resolve@^1.10.1:
8327+
version "1.11.0"
8328+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
8329+
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
8330+
dependencies:
8331+
path-parse "^1.0.6"
8332+
83268333
restore-cursor@^2.0.0:
83278334
version "2.0.0"
83288335
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -8443,6 +8450,11 @@ semver@^5.2.0:
84438450
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
84448451
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
84458452

8453+
semver@^6.1.0:
8454+
version "6.1.0"
8455+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca"
8456+
integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ==
8457+
84468458
84478459
version "0.16.2"
84488460
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"

0 commit comments

Comments
 (0)