Skip to content

Commit 75f4af5

Browse files
fix(deps): update dependency prettier to ^3.4.1 (#228)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`^3.4.0` -> `^3.4.1`](https://renovatebot.com/diffs/npm/prettier/3.4.1/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.4.1/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.4.1/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fiatconnect/api-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ce6687 commit 75f4af5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ethers": "^5.7.2",
3535
"express": "^4.21.1",
3636
"express-session": "^1.18.1",
37-
"prettier": "^3.4.0",
37+
"prettier": "^3.4.1",
3838
"siwe": "^1.1.6",
3939
"typescript": "^5.7.2",
4040
"yargs": "^17.7.2",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4954,7 +4954,7 @@ prelude-ls@~1.1.2:
49544954
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
49554955
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
49564956

4957-
prettier@^3.4.0:
4957+
prettier@^3.4.1:
49584958
version "3.4.1"
49594959
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
49604960
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==

0 commit comments

Comments
 (0)