Skip to content

Commit 44e4849

Browse files
Bump eslint-plugin-prettier from 5.2.3 to 5.2.5 (#109)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.3 to 5.2.5. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.5) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b338dac commit 44e4849

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@
728728
rxjs "7.8.2"
729729
tslib "2.8.1"
730730

731-
"@pkgr/core@^0.1.0":
732-
version "0.1.1"
733-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
734-
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
731+
"@pkgr/core@^0.2.0":
732+
version "0.2.0"
733+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
734+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
735735

736736
"@rollup/plugin-node-resolve@^16.0.0":
737737
version "16.0.1"
@@ -1752,12 +1752,12 @@ eslint-config-prettier@^10.0.1:
17521752
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
17531753

17541754
eslint-plugin-prettier@^5.2.3:
1755-
version "5.2.3"
1756-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
1757-
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
1755+
version "5.2.5"
1756+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
1757+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
17581758
dependencies:
17591759
prettier-linter-helpers "^1.0.0"
1760-
synckit "^0.9.1"
1760+
synckit "^0.10.2"
17611761

17621762
eslint-plugin-simple-import-sort@^12.1.1:
17631763
version "12.1.1"
@@ -3672,13 +3672,13 @@ supports-preserve-symlinks-flag@^1.0.0:
36723672
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
36733673
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
36743674

3675-
synckit@^0.9.1:
3676-
version "0.9.2"
3677-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
3678-
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
3675+
synckit@^0.10.2:
3676+
version "0.10.3"
3677+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
3678+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
36793679
dependencies:
3680-
"@pkgr/core" "^0.1.0"
3681-
tslib "^2.6.2"
3680+
"@pkgr/core" "^0.2.0"
3681+
tslib "^2.8.1"
36823682

36833683
test-exclude@^6.0.0:
36843684
version "6.0.0"
@@ -3771,7 +3771,7 @@ tsconfig-paths@^4.2.0:
37713771
minimist "^1.2.6"
37723772
strip-bom "^3.0.0"
37733773

3774-
tslib@2.8.1, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.6.2:
3774+
tslib@2.8.1, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.8.1:
37753775
version "2.8.1"
37763776
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
37773777
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)