Update Yarn to v4.9.0 (#25025)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-12 18:13:27 +02:00 committed by GitHub
parent 6d7a40368c
commit 22b59b247e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 950 additions and 937 deletions

File diff suppressed because one or more lines are too long

948
.yarn/releases/yarn-4.9.0.cjs vendored Executable file

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.8.1.cjs
yarnPath: .yarn/releases/yarn-4.9.0.cjs

View File

@ -238,5 +238,5 @@
"globals": "16.0.0",
"tslib": "2.8.1"
},
"packageManager": "yarn@4.8.1"
"packageManager": "yarn@4.9.0"
}