Update Yarn to v4.7.0 (#24503)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-04 18:43:13 +01:00 committed by GitHub
parent 3b87fc84a9
commit 48338e0886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 293 additions and 292 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,4 +6,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs

View File

@ -244,5 +244,5 @@
"globals": "16.0.0",
"tslib": "2.8.1"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}