Skip to content

Commit 371477c

Browse files
chore(deps): update dependency prettier to v3.5.3 (#12873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a480284 commit 371477c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

tooling/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-promise": "6.6.0",
5757
"eslint-plugin-security": "1.7.1",
5858
"fast-glob": "3.3.3",
59-
"prettier": "3.5.2",
59+
"prettier": "3.5.3",
6060
"rollup": "3.29.5",
6161
"typescript": "5.8.2"
6262
},

tooling/api/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1656,10 +1656,10 @@ prelude-ls@^1.2.1:
16561656
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
16571657
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
16581658

1659-
1660-
version "3.5.2"
1661-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2.tgz#d066c6053200da0234bf8fa1ef45168abed8b914"
1662-
integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==
1659+
1660+
version "3.5.3"
1661+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
1662+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
16631663

16641664
punycode@^2.1.0:
16651665
version "2.3.1"

tooling/cli/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fs-extra": "11.3.0",
4545
"jest": "29.7.0",
4646
"jest-transform-toml": "1.0.0",
47-
"prettier": "3.5.2"
47+
"prettier": "3.5.3"
4848
},
4949
"resolutions": {
5050
"semver": ">=7.5.2",

tooling/cli/node/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1853,10 +1853,10 @@ pkg-dir@^4.2.0:
18531853
dependencies:
18541854
find-up "^4.0.0"
18551855

1856-
1857-
version "3.5.2"
1858-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2.tgz#d066c6053200da0234bf8fa1ef45168abed8b914"
1859-
integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==
1856+
1857+
version "3.5.3"
1858+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
1859+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
18601860

18611861
pretty-format@^29.7.0:
18621862
version "29.7.0"

0 commit comments

Comments
 (0)