Skip to content

Commit 7a384aa

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 3a4a8f2 commit 7a384aa

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"aws-sdk": "2.1323.0",
5454
"eslint": "8.35.0",
5555
"eslint-config-prettier": "8.6.0",
56-
"eslint-plugin-prettier": "4.2.1",
56+
"eslint-plugin-prettier": "5.3.1",
5757
"jest": "29.4.3",
5858
"prettier": "2.8.4",
5959
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,11 @@
14261426
consola "^2.15.0"
14271427
node-fetch "^2.6.1"
14281428

1429+
"@pkgr/core@^0.2.3":
1430+
version "0.2.4"
1431+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
1432+
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
1433+
14291434
"@sinclair/typebox@^0.25.16":
14301435
version "0.25.24"
14311436
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
@@ -2169,12 +2174,13 @@ eslint-config-prettier@8.6.0:
21692174
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
21702175
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
21712176

2172-
eslint-plugin-prettier@4.2.1:
2173-
version "4.2.1"
2174-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2175-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
2177+
eslint-plugin-prettier@5.3.1:
2178+
version "5.3.1"
2179+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.3.1.tgz#9a16effb2d9d1c6ff44d182f48becfc54d5cff5a"
2180+
integrity sha512-vad9VWgEm9xaVXRNmb4aeOt0PWDc61IAdzghkbYQ2wavgax148iKoX1rNJcgkBGCipzLzOnHYVgL7xudM9yccQ==
21762181
dependencies:
21772182
prettier-linter-helpers "^1.0.0"
2183+
synckit "^0.11.0"
21782184

21792185
eslint-scope@^5.1.1:
21802186
version "5.1.1"
@@ -3791,6 +3797,14 @@ supports-preserve-symlinks-flag@^1.0.0:
37913797
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
37923798
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
37933799

3800+
synckit@^0.11.0:
3801+
version "0.11.4"
3802+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.4.tgz#48972326b59723fc15b8d159803cf8302b545d59"
3803+
integrity sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==
3804+
dependencies:
3805+
"@pkgr/core" "^0.2.3"
3806+
tslib "^2.8.1"
3807+
37943808
test-exclude@^6.0.0:
37953809
version "6.0.0"
37963810
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
@@ -3880,6 +3894,11 @@ tslib@^2.1.0, tslib@^2.3.1:
38803894
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
38813895
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
38823896

3897+
tslib@^2.8.1:
3898+
version "2.8.1"
3899+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
3900+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
3901+
38833902
type-check@^0.4.0, type-check@~0.4.0:
38843903
version "0.4.0"
38853904
resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)