File tree Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ JavaScript vulnerabilities:
65
65
stage : check dependencies
66
66
script :
67
67
- ' eval $MAKE check-node-dependencies-for-vulnerabilities'
68
- needs : []
68
+ needs :
69
+ - job : initialize
70
+ artifacts : true
69
71
70
72
outdated (Python) dependencies :
71
73
stage : check dependencies
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ safety-check:
459
459
$(PIPENV ) check
460
460
461
461
check-node-dependencies-for-vulnerabilities :
462
- $(YARN ) audit
462
+ $(YARN ) run improved-yarn- audit --fail-on-missing-exclutions
463
463
464
464
update-dependencies : update-node-dependencies update-python-dependencies
465
465
Original file line number Diff line number Diff line change
1
+ # 1500 ignored because there is no fix available for it, until @vue/cli-plugin-unit-jest version 5.x
2
+
3
+ 1500
Original file line number Diff line number Diff line change 79
79
"fibers" : " ^4.0.2" ,
80
80
"file-loader" : " ^5.0.2" ,
81
81
"ify-loader" : " ^1.1.0" ,
82
+ "improved-yarn-audit" : " ^2.3.1" ,
82
83
"jest" : " ^24.5.0" ,
83
84
"jest-webpack-resolver" : " ^0.3.0" ,
84
85
"lint-staged" : " ^9.2.0" ,
Original file line number Diff line number Diff line change @@ -7417,6 +7417,11 @@ import-local@^2.0.0:
7417
7417
pkg-dir "^3.0.0"
7418
7418
resolve-cwd "^2.0.0"
7419
7419
7420
+ improved-yarn-audit@^2.3.1:
7421
+ version "2.3.1"
7422
+ resolved "https://registry.yarnpkg.com/improved-yarn-audit/-/improved-yarn-audit-2.3.1.tgz#e937f32e4da250eece077693c612caef05be435b"
7423
+ integrity sha512-jMME3sGF8RosTpQ7CMoel4F8UKJs6bvP2Dc11gkZrKynxBpulQ4bJKgGydnAyHgDavJw6NbssMrbqwVSiuw5Ug==
7424
+
7420
7425
imurmurhash@^0.1.4:
7421
7426
version "0.1.4"
7422
7427
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
You can’t perform that action at this time.
0 commit comments