Skip to content

Commit 4e7e762

Browse files
renovate[bot]jacobmllr95
authored andcommitted
chore(deps): update dependency eslint-plugin-node to v9 (#3230)
1 parent daf72f2 commit 4e7e762

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-import": "^2.17.2",
102102
"eslint-plugin-jest": "^22.5.1",
103103
"eslint-plugin-markdown": "^1.0.0",
104-
"eslint-plugin-node": "^8.0.1",
104+
"eslint-plugin-node": "^9.0.0",
105105
"eslint-plugin-prettier": "^3.0.1",
106106
"eslint-plugin-promise": "^4.1.1",
107107
"eslint-plugin-standard": "^4.0.0",

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5034,7 +5034,7 @@ eslint-module-utils@^2.4.0:
50345034
debug "^2.6.8"
50355035
pkg-dir "^2.0.0"
50365036

5037-
eslint-plugin-es@^1.3.1:
5037+
eslint-plugin-es@^1.4.0:
50385038
version "1.4.0"
50395039
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
50405040
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
@@ -5073,17 +5073,17 @@ eslint-plugin-markdown@^1.0.0:
50735073
remark-parse "^5.0.0"
50745074
unified "^6.1.2"
50755075

5076-
eslint-plugin-node@^8.0.1:
5077-
version "8.0.1"
5078-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
5079-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
5076+
eslint-plugin-node@^9.0.0:
5077+
version "9.0.0"
5078+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.0.tgz#a35f617b3f948622e992e901efbc3c9dcb34f42a"
5079+
integrity sha512-46VIO0apTu0b5Hh+lFsTGeRBG+3XksfVR3CrSrP+Bk+bYVuSQ3JxlCW3RLiJYtC0HxKbn4HFqepj+DT8HRUGGQ==
50805080
dependencies:
5081-
eslint-plugin-es "^1.3.1"
5081+
eslint-plugin-es "^1.4.0"
50825082
eslint-utils "^1.3.1"
5083-
ignore "^5.0.2"
5083+
ignore "^5.1.1"
50845084
minimatch "^3.0.4"
5085-
resolve "^1.8.1"
5086-
semver "^5.5.0"
5085+
resolve "^1.10.1"
5086+
semver "^6.0.0"
50875087

50885088
eslint-plugin-prettier@^3.0.1:
50895089
version "3.0.1"
@@ -6570,16 +6570,16 @@ ignore@^4.0.3, ignore@^4.0.6:
65706570
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
65716571
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
65726572

6573-
ignore@^5.0.2:
6574-
version "5.0.6"
6575-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.6.tgz#562dacc7ec27d672dde433aa683c543b24c17694"
6576-
integrity sha512-/+hp3kUf/Csa32ktIaj0OlRqQxrgs30n62M90UBpNd9k+ENEch5S+hmbW3DtcJGz3sYFTh4F3A6fQ0q7KWsp4w==
6577-
65786573
ignore@^5.1.0:
65796574
version "5.1.0"
65806575
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.0.tgz#a949efb645e5d67fd78e46f470bee6b8c5d862f9"
65816576
integrity sha512-dJEmMwloo0gq40chdtDmE4tMp67ZGwN7MFTgjNqWi2VHEi5Ya6JkuvPWasjcAIm7lg+2if8xxn5R199wspcplg==
65826577

6578+
ignore@^5.1.1:
6579+
version "5.1.1"
6580+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.1.tgz#2fc6b8f518aff48fef65a7f348ed85632448e4a5"
6581+
integrity sha512-DWjnQIFLenVrwyRCKZT+7a7/U4Cqgar4WG8V++K3hw+lrW1hc/SIwdiGmtxKCVACmHULTuGeBbHJmbwW7/sAvA==
6582+
65836583
image-size@^0.6.2:
65846584
version "0.6.3"
65856585
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2"
@@ -10947,6 +10947,13 @@ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.5.0,
1094710947
dependencies:
1094810948
path-parse "^1.0.6"
1094910949

10950+
resolve@^1.10.1:
10951+
version "1.10.1"
10952+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
10953+
integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==
10954+
dependencies:
10955+
path-parse "^1.0.6"
10956+
1095010957
restore-cursor@^2.0.0:
1095110958
version "2.0.0"
1095210959
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)