Skip to content

Commit 11c88e2

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5.2.6 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d364060 commit 11c88e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint": "8.57.1",
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-import": "2.31.0",
25-
"eslint-plugin-prettier": "5.2.5",
25+
"eslint-plugin-prettier": "5.2.6",
2626
"husky": "4.3.8",
2727
"lint-staged": "14.0.1",
2828
"prettier": "3.5.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -803,13 +803,13 @@ [email protected]:
803803
string.prototype.trimend "^1.0.8"
804804
tsconfig-paths "^3.15.0"
805805

806-
807-
version "5.2.5"
808-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
809-
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
806+
807+
version "5.2.6"
808+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz#be39e3bb23bb3eeb7e7df0927cdb46e4d7945096"
809+
integrity sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==
810810
dependencies:
811811
prettier-linter-helpers "^1.0.0"
812-
synckit "^0.10.2"
812+
synckit "^0.11.0"
813813

814814
eslint-scope@^7.2.2:
815815
version "7.2.2"
@@ -2249,10 +2249,10 @@ supports-preserve-symlinks-flag@^1.0.0:
22492249
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
22502250
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
22512251

2252-
synckit@^0.10.2:
2253-
version "0.10.3"
2254-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
2255-
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
2252+
synckit@^0.11.0:
2253+
version "0.11.2"
2254+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.2.tgz#2a8015ce5df8d5eb0cc47ee55924ad8f8756c24b"
2255+
integrity sha512-1IUffI8zZ8qUMB3NUJIjk0RpLroG/8NkQDAWH1NbB2iJ0/5pn3M8rxfNzMz4GH9OnYaGYn31LEDSXJp/qIlxgA==
22562256
dependencies:
22572257
"@pkgr/core" "^0.2.0"
22582258
tslib "^2.8.1"

0 commit comments

Comments
 (0)