Skip to content

Commit 12ee95a

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v37 (#678)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 17f15ca commit 12ee95a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-node": "11.1.0",
4343
"eslint-plugin-promise": "5.1.0",
4444
"eslint-plugin-standard": "5.0.0",
45-
"eslint-plugin-unicorn": "36.0.0",
45+
"eslint-plugin-unicorn": "37.0.1",
4646
"husky": "7.0.2",
4747
"jest": "27.3.1",
4848
"json-schema-to-markdown": "1.1.1",

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3353,23 +3353,26 @@ [email protected]:
33533353
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
33543354
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
33553355

3356-
eslint-plugin-unicorn@36.0.0:
3357-
version "36.0.0"
3358-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36.0.0.tgz#db50e1426839e401d33c5a279f49d4a5bbb640d8"
3359-
integrity sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==
3356+
eslint-plugin-unicorn@37.0.1:
3357+
version "37.0.1"
3358+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-37.0.1.tgz#a2292dc302ffc0be1791e6ebbb4ae93242833f11"
3359+
integrity sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==
33603360
dependencies:
33613361
"@babel/helper-validator-identifier" "^7.14.9"
33623362
ci-info "^3.2.0"
33633363
clean-regexp "^1.0.0"
33643364
eslint-template-visitor "^2.3.2"
33653365
eslint-utils "^3.0.0"
3366+
esquery "^1.4.0"
3367+
indent-string "4"
33663368
is-builtin-module "^3.1.0"
33673369
lodash "^4.17.21"
33683370
pluralize "^8.0.0"
33693371
read-pkg-up "^7.0.1"
33703372
regexp-tree "^0.1.23"
33713373
safe-regex "^2.1.1"
33723374
semver "^7.3.5"
3375+
strip-indent "^3.0.0"
33733376

33743377
eslint-scope@^5.1.1:
33753378
version "5.1.1"
@@ -4073,7 +4076,7 @@ imurmurhash@^0.1.4:
40734076
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
40744077
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
40754078

4076-
indent-string@^4.0.0:
4079+
indent-string@4, indent-string@^4.0.0:
40774080
version "4.0.0"
40784081
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
40794082
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==

0 commit comments

Comments
 (0)