⬆️ Update Yarn to v3.2.3 (#21)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [yarn](https://github.com/yarnpkg/berry) | packageManager | patch | [`3.2.2` -> `3.2.3`](https://renovatebot.com/diffs/npm/yarn/3.2.2/3.2.3) |

---

### Release Notes

<details>
<summary>yarnpkg/berry</summary>

### [`v3.2.3`](7a42886db3...3f3b8a529b)

[Compare Source](7a42886db3...3f3b8a529b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4yIn0=-->

Reviewed-on: #21
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
This commit is contained in:
Renovate 2022-08-28 12:59:20 +02:00 committed by sebclem
parent b750498da0
commit e5c55332c5

View File

@ -15,5 +15,5 @@
"scripts": {
"prepare": "husky install"
},
"packageManager": "yarn@3.2.2"
"packageManager": "yarn@3.2.3"
}