Skip to content

Commit 22a3e9f

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 81a0bd9 commit 22a3e9f

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-import": "2.26.0",
5959
"eslint-plugin-jest": "26.9.0",
6060
"eslint-plugin-jsdoc": "39.9.1",
61-
"eslint-plugin-prettier": "4.2.1",
61+
"eslint-plugin-prettier": "5.5.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.8.2",
6464
"semantic-release": "19.0.5",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,11 @@
966966
dependencies:
967967
"@octokit/openapi-types" "^11.2.0"
968968

969+
"@pkgr/core@^0.2.4":
970+
version "0.2.7"
971+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
972+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
973+
969974
"@semantic-release/[email protected]":
970975
version "6.0.2"
971976
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.2.tgz#fdcdbd368788c8fcc69c4af29bf2064f4afb45f4"
@@ -2591,12 +2596,13 @@ [email protected]:
25912596
semver "^7.3.8"
25922597
spdx-expression-parse "^3.0.1"
25932598

2594-
eslint-plugin-prettier@4.2.1:
2595-
version "4.2.1"
2596-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2597-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
2599+
eslint-plugin-prettier@5.5.1:
2600+
version "5.5.1"
2601+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz#470820964de9aedb37e9ce62c3266d2d26d08d15"
2602+
integrity sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==
25982603
dependencies:
25992604
prettier-linter-helpers "^1.0.0"
2605+
synckit "^0.11.7"
26002606

26012607
eslint-scope@^5.1.1:
26022608
version "5.1.1"
@@ -5973,6 +5979,13 @@ symbol-tree@^3.2.4:
59735979
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
59745980
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
59755981

5982+
synckit@^0.11.7:
5983+
version "0.11.8"
5984+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
5985+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
5986+
dependencies:
5987+
"@pkgr/core" "^0.2.4"
5988+
59765989
tar@^6.0.2, tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
59775990
version "6.1.11"
59785991
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"

0 commit comments

Comments
 (0)