Skip to content

Commit 5a230b8

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency eslint-plugin-node to v8 (#8)
1 parent a352820 commit 5a230b8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-standard": "^12.0.0",
7171
"eslint-plugin-import": "^2.14.0",
7272
"eslint-plugin-jest": "^21.25.1",
73-
"eslint-plugin-node": "^7.0.1",
73+
"eslint-plugin-node": "^8.0.0",
7474
"eslint-plugin-promise": "^4.0.1",
7575
"eslint-plugin-standard": "^4.0.0",
7676
"eslint-plugin-vue": "^5.0.0-beta.3",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,14 +3549,14 @@ eslint-plugin-jest@^21.25.1:
35493549
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.25.1.tgz#166c6b9d33bd7bc5b8ece62cff878ba207600bb6"
35503550
integrity sha512-mmphmAD/WihjFGq1IUHLSZWQPcd8U9w/SeFCHf3p0V3Q3MBxmj1ZKnh41hID44guIACLuwos/LhVWIr4phN4yg==
35513551

3552-
eslint-plugin-node@^7.0.1:
3553-
version "7.0.1"
3554-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz#a6e054e50199b2edd85518b89b4e7b323c9f36db"
3555-
integrity sha512-lfVw3TEqThwq0j2Ba/Ckn2ABdwmL5dkOgAux1rvOk6CO7A6yGyPI2+zIxN6FyNkp1X1X/BSvKOceD6mBWSj4Yw==
3552+
eslint-plugin-node@^8.0.0:
3553+
version "8.0.0"
3554+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz#fb9e8911f4543514f154bb6a5924b599aa645568"
3555+
integrity sha512-Y+ln8iQ52scz9+rSPnSWRaAxeWaoJZ4wIveDR0vLHkuSZGe44Vk1J4HX7WvEP5Cm+iXPE8ixo7OM7gAO3/OKpQ==
35563556
dependencies:
35573557
eslint-plugin-es "^1.3.1"
35583558
eslint-utils "^1.3.1"
3559-
ignore "^4.0.2"
3559+
ignore "^5.0.2"
35603560
minimatch "^3.0.4"
35613561
resolve "^1.8.1"
35623562
semver "^5.5.0"
@@ -4691,11 +4691,16 @@ ignore-walk@^3.0.1:
46914691
dependencies:
46924692
minimatch "^3.0.4"
46934693

4694-
ignore@^4.0.2, ignore@^4.0.6:
4694+
ignore@^4.0.6:
46954695
version "4.0.6"
46964696
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
46974697
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
46984698

4699+
ignore@^5.0.2:
4700+
version "5.0.2"
4701+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.2.tgz#42ae2651beb40c8c53b1e16b2af1c8387d492f88"
4702+
integrity sha512-ilxkgh36cTqJxlipxQdCOxkbQae5dIeCwo5fSw6pBDW8m8GiMTnadClKST2+aATqjs9BTHsi0IqOsTp0jiihAw==
4703+
46994704
import-cwd@^2.0.0:
47004705
version "2.1.0"
47014706
resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"

0 commit comments

Comments
 (0)