File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 70
70
"eslint-config-standard" : " ^12.0.0" ,
71
71
"eslint-plugin-import" : " ^2.14.0" ,
72
72
"eslint-plugin-jest" : " ^21.25.1" ,
73
- "eslint-plugin-node" : " ^7 .0.1 " ,
73
+ "eslint-plugin-node" : " ^8 .0.0 " ,
74
74
"eslint-plugin-promise" : " ^4.0.1" ,
75
75
"eslint-plugin-standard" : " ^4.0.0" ,
76
76
"eslint-plugin-vue" : " ^5.0.0-beta.3" ,
Original file line number Diff line number Diff line change @@ -3549,14 +3549,14 @@ eslint-plugin-jest@^21.25.1:
3549
3549
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.25.1.tgz#166c6b9d33bd7bc5b8ece62cff878ba207600bb6"
3550
3550
integrity sha512-mmphmAD/WihjFGq1IUHLSZWQPcd8U9w/SeFCHf3p0V3Q3MBxmj1ZKnh41hID44guIACLuwos/LhVWIr4phN4yg==
3551
3551
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 ==
3556
3556
dependencies :
3557
3557
eslint-plugin-es "^1.3.1"
3558
3558
eslint-utils "^1.3.1"
3559
- ignore "^4 .0.2"
3559
+ ignore "^5 .0.2"
3560
3560
minimatch "^3.0.4"
3561
3561
resolve "^1.8.1"
3562
3562
semver "^5.5.0"
@@ -4691,11 +4691,16 @@ ignore-walk@^3.0.1:
4691
4691
dependencies :
4692
4692
minimatch "^3.0.4"
4693
4693
4694
- ignore@^4.0.2, ignore@^4.0. 6 :
4694
+ ignore@^4.0.6 :
4695
4695
version "4.0.6"
4696
4696
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
4697
4697
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
4698
4698
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
+
4699
4704
import-cwd@^2.0.0 :
4700
4705
version "2.1.0"
4701
4706
resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
You can’t perform that action at this time.
0 commit comments