Skip to content

Commit

Permalink
Update Yarn to v4.1.1 (#9021)
Browse files Browse the repository at this point in the history
* Update Yarn to v4.1.1

* Update yarn in war/pom.xml

Signed-off-by: Alexander Brandes <mc.cache@web.de>

---------

Signed-off-by: Alexander Brandes <mc.cache@web.de>
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 committed Mar 9, 2024
1 parent 3a07440 commit b528922
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 @@ -62,5 +62,5 @@
"defaults",
"not IE 11"
],
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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.0</yarn-berry.version>
<yarn-berry.sha256sum>81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb</yarn-berry.sha256sum>
<yarn-berry.version>4.1.1</yarn-berry.version>
<yarn-berry.sha256sum>f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit b528922

Please sign in to comment.