Skip to content

Commit

Permalink
Update Yarn to v4.2.2 (#9262)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
renovate[bot] and NotMyFault authored May 12, 2024
1 parent ad571f8 commit e6a5d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"defaults",
"not IE 11"
],
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.2.2"
}
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ THE SOFTWARE.
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
<yarn.version>1.22.19</yarn.version>
<!-- maven-antrun-plugin will download this Yarn version. -->
<yarn-berry.version>4.2.1</yarn-berry.version>
<yarn-berry.sha256sum>15ce76682a8cd2090257b883cd69c637925b29573f9573e8403ec227d5ab6815</yarn-berry.sha256sum>
<yarn-berry.version>4.2.2</yarn-berry.version>
<yarn-berry.sha256sum>1aa43a5304405be7a7cb9cb5de7b97de9c4e8ddd3273e4dad00d6ae3eb39f0ef</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e6a5d3e

Please sign in to comment.