Skip to content

Commit 0de2b8f

Browse files
Merge pull request #9402 from Fryguy/update_yarn
Update Yarn to v4.9.1
2 parents 39e4778 + 150470d commit 0de2b8f

File tree

4 files changed

+953
-950
lines changed

4 files changed

+953
-950
lines changed

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@ enableGlobalCache: true
55
nodeLinker: node-modules
66

77
npmAuditExcludePackages:
8-
- angular
9-
# pending | high | GHSA-4w4v-5hc9-xrr2 | angular >=1.3.0 <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
10-
# pending | moderate | GHSA-2qqx-w9hr-q5gx | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
11-
# pending | moderate | GHSA-2vrf-hf26-jrp5 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
12-
# pending | moderate | GHSA-m2h2-264f-f486 | angular >=1.7.0 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
13-
# pending | moderate | GHSA-prc3-vjfx-vhm9 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
14-
# pending | moderate | GHSA-qwqh-hm9m-p5hr | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
15-
# pending | low | GHSA-m9gf-397r-hwpg | angular >=1.3.0-rc.4 <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
16-
# pending | low | GHSA-mqm9-c95h-x2p6 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
17-
- bootstrap
18-
# 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
8+
- angular
9+
- bootstrap
10+
- bootstrap-sass
2111

22-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
12+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"node": ">= 18.0.0",
179179
"npm": ">= 8.6.0"
180180
},
181-
"packageManager": "yarn@4.7.0",
181+
"packageManager": "yarn@4.9.1",
182182
"resolutions": {
183183
"angular": "~1.8.3",
184184
"angular-animate": "~1.8.3",

0 commit comments

Comments
 (0)