Skip to content

Commit 19343e4

Browse files
chore(deps): update dependency prettier to v3.5.1 (#12663)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78ae2a9 commit 19343e4

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.4.2",
59+
"prettier": "3.5.1",
6060
"rollup": "3.29.5",
6161
"typescript": "5.7.3"
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-
prettier@3.4.2:
1660-
version "3.4.2"
1661-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
1662-
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
1659+
prettier@3.5.1:
1660+
version "3.5.1"
1661+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
1662+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
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.4.2"
47+
"prettier": "3.5.1"
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-
prettier@3.4.2:
1857-
version "3.4.2"
1858-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
1859-
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
1856+
prettier@3.5.1:
1857+
version "3.5.1"
1858+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
1859+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
18601860

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

0 commit comments

Comments
 (0)