Skip to content

Commit 6144e23

Browse files
build(deps-dev): bump eslint-plugin-prettier in the prettier group (#665)
Bumps the prettier group with 1 update: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier). Updates `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 dependency-group: prettier ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26e5e52 commit 6144e23

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

yarn.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,10 @@
10041004
"@nodelib/fs.scandir" "2.1.5"
10051005
fastq "^1.6.0"
10061006

1007-
"@pkgr/core@^0.1.0":
1008-
version "0.1.1"
1009-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1010-
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1007+
"@pkgr/core@^0.2.0":
1008+
version "0.2.0"
1009+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
1010+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
10111011

10121012
"@react-native-picker/picker@^2.4.0":
10131013
version "2.5.1"
@@ -3776,12 +3776,12 @@ eslint-plugin-jsx-a11y@^6.5.1:
37763776
string.prototype.includes "^2.0.1"
37773777

37783778
eslint-plugin-prettier@^5.1.3:
3779-
version "5.2.3"
3780-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
3781-
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
3779+
version "5.2.5"
3780+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
3781+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
37823782
dependencies:
37833783
prettier-linter-helpers "^1.0.0"
3784-
synckit "^0.9.1"
3784+
synckit "^0.10.2"
37853785

37863786
eslint-plugin-react-hooks@^4.3.0:
37873787
version "4.6.2"
@@ -9496,13 +9496,13 @@ symbol-tree@^3.2.2:
94969496
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
94979497
integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
94989498

9499-
synckit@^0.9.1:
9500-
version "0.9.1"
9501-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.1.tgz#febbfbb6649979450131f64735aa3f6c14575c88"
9502-
integrity sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==
9499+
synckit@^0.10.2:
9500+
version "0.10.3"
9501+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
9502+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
95039503
dependencies:
9504-
"@pkgr/core" "^0.1.0"
9505-
tslib "^2.6.2"
9504+
"@pkgr/core" "^0.2.0"
9505+
tslib "^2.8.1"
95069506

95079507
95089508
version "0.8.3"
@@ -9652,10 +9652,10 @@ tsconfig-paths@^3.15.0:
96529652
minimist "^1.2.6"
96539653
strip-bom "^3.0.0"
96549654

9655-
tslib@^2.6.2:
9656-
version "2.6.2"
9657-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
9658-
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
9655+
tslib@^2.8.1:
9656+
version "2.8.1"
9657+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
9658+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
96599659

96609660
tunnel-agent@^0.6.0:
96619661
version "0.6.0"

0 commit comments

Comments
 (0)