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" : " latest" ,
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" : " ^4.7.1" ,
Original file line number Diff line number Diff line change @@ -2243,14 +2243,14 @@ eslint-plugin-jest@latest:
2243
2243
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.25.1.tgz#166c6b9d33bd7bc5b8ece62cff878ba207600bb6"
2244
2244
integrity sha512-mmphmAD/WihjFGq1IUHLSZWQPcd8U9w/SeFCHf3p0V3Q3MBxmj1ZKnh41hID44guIACLuwos/LhVWIr4phN4yg==
2245
2245
2246
- eslint-plugin-node@^7 .0.1 :
2247
- version "7 .0.1 "
2248
- resolved "https://registry.npmjs.org /eslint-plugin-node/-/eslint-plugin-node-7 .0.1 .tgz#a6e054e50199b2edd85518b89b4e7b323c9f36db "
2249
- integrity sha512-lfVw3TEqThwq0j2Ba/Ckn2ABdwmL5dkOgAux1rvOk6CO7A6yGyPI2+zIxN6FyNkp1X1X/BSvKOceD6mBWSj4Yw ==
2246
+ eslint-plugin-node@^8 .0.0 :
2247
+ version "8 .0.0 "
2248
+ resolved "https://registry.yarnpkg.com /eslint-plugin-node/-/eslint-plugin-node-8 .0.0 .tgz#fb9e8911f4543514f154bb6a5924b599aa645568 "
2249
+ integrity sha512-Y+ln8iQ52scz9+rSPnSWRaAxeWaoJZ4wIveDR0vLHkuSZGe44Vk1J4HX7WvEP5Cm+iXPE8ixo7OM7gAO3/OKpQ ==
2250
2250
dependencies :
2251
2251
eslint-plugin-es "^1.3.1"
2252
2252
eslint-utils "^1.3.1"
2253
- ignore "^4 .0.2"
2253
+ ignore "^5 .0.2"
2254
2254
minimatch "^3.0.4"
2255
2255
resolve "^1.8.1"
2256
2256
semver "^5.5.0"
@@ -3074,11 +3074,16 @@ ignore-walk@^3.0.1:
3074
3074
dependencies :
3075
3075
minimatch "^3.0.4"
3076
3076
3077
- ignore@^4.0.2, ignore@^4.0. 6 :
3077
+ ignore@^4.0.6 :
3078
3078
version "4.0.6"
3079
3079
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
3080
3080
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
3081
3081
3082
+ ignore@^5.0.2 :
3083
+ version "5.0.2"
3084
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.2.tgz#42ae2651beb40c8c53b1e16b2af1c8387d492f88"
3085
+ integrity sha512-ilxkgh36cTqJxlipxQdCOxkbQae5dIeCwo5fSw6pBDW8m8GiMTnadClKST2+aATqjs9BTHsi0IqOsTp0jiihAw==
3086
+
3082
3087
import-local@^1.0.0 :
3083
3088
version "1.0.0"
3084
3089
resolved "https://registry.npmjs.org/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
You can’t perform that action at this time.
0 commit comments