Skip to content

Commit

Permalink
Update Yarn to v4.4.0 (#9525)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 8dd2a33 commit a0edba4
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.3.1"
"packageManager": "yarn@4.4.0"
}
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.2</yarn-berry.version>
<yarn-berry.sha256sum>1aa43a5304405be7a7cb9cb5de7b97de9c4e8ddd3273e4dad00d6ae3eb39f0ef</yarn-berry.sha256sum>
<yarn-berry.version>4.4.0</yarn-berry.version>
<yarn-berry.sha256sum>5f228cb28f2edb97d8c3b667fb7b2fdcf06c46798e25ea889dad9e0b4bc2e2c1</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a0edba4

Please sign in to comment.