Skip to content

Commit

Permalink
Update Yarn to v4.2.1 (#9237)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 2afe109 commit 2228c35
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.1.1"
"packageManager": "yarn@4.2.1"
}
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.1.1</yarn-berry.version>
<yarn-berry.sha256sum>f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781</yarn-berry.sha256sum>
<yarn-berry.version>4.2.1</yarn-berry.version>
<yarn-berry.sha256sum>15ce76682a8cd2090257b883cd69c637925b29573f9573e8403ec227d5ab6815</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2228c35

Please sign in to comment.