Skip to content

Commit

Permalink
Merge pull request #9333 from Fryguy/fix_yarn_audit_issue
Browse files Browse the repository at this point in the history
Exclude bootstrap-sass from yarn audit
  • Loading branch information
jrafanie authored Feb 3, 2025
2 parents 746b0fd + eed2fba commit 7e3e47e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ npmAuditExcludePackages:
# pending | low | GHSA-mqm9-c95h-x2p6 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
- bootstrap
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap >=2.0.0 <=3.4.1 | 3.4.1 brought in by patternfly@npm:3.59.5
- bootstrap-sass
# 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
- jquery
# pending | moderate | GHSA-rmxg-73gg-4p98 | jquery >=1.12.3 <3.0.0 | 2.2.4 brought in by manageiq-ui-classic@workspace:.
# 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
Expand Down

0 comments on commit 7e3e47e

Please sign in to comment.