Skip to content

Commit 7e3e47e

Browse files
authored
Merge pull request #9333 from Fryguy/fix_yarn_audit_issue
Exclude bootstrap-sass from yarn audit
2 parents 746b0fd + eed2fba commit 7e3e47e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ npmAuditExcludePackages:
1616
# pending | low | GHSA-mqm9-c95h-x2p6 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
1717
- bootstrap
1818
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap >=2.0.0 <=3.4.1 | 3.4.1 brought in by patternfly@npm:3.59.5
19+
- bootstrap-sass
20+
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap-sass >=2.0.0 <=3.4.3 | 3.4.3 brought in by patternfly@npm:3.59.5
1921
- jquery
2022
# pending | moderate | GHSA-rmxg-73gg-4p98 | jquery >=1.12.3 <3.0.0 | 2.2.4 brought in by manageiq-ui-classic@workspace:.
2123
# pending | moderate | GHSA-gxr4-xjj5-5px2 | jquery >=1.2.0 <3.5.0 | 2.2.4, 3.4.1 brought in by manageiq-ui-classic@workspace:., patternfly@npm:3.59.5

0 commit comments

Comments
 (0)