Skip to content

Commit 90821ca

Browse files
renovate-botantongolub
authored andcommitted
fix(deps): update dependency eslint-plugin-unicorn to v34
1 parent f12c7f6 commit 90821ca

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

packages/eslint-config-qiwi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-react-hooks": "^4.2.0",
4444
"eslint-plugin-simple-import-sort": "^7.0.0",
4545
"eslint-plugin-sonarjs": "^0.9.1",
46-
"eslint-plugin-unicorn": "^33.0.1",
46+
"eslint-plugin-unicorn": "^34.0.0",
4747
"typescript": "*"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,11 @@ ci-info@^3.1.1:
25182518
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a"
25192519
integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==
25202520

2521+
ci-info@^3.2.0:
2522+
version "3.2.0"
2523+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
2524+
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
2525+
25212526
cjs-module-lexer@^1.0.0:
25222527
version "1.2.1"
25232528
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.1.tgz#2fd46d9906a126965aa541345c499aaa18e8cd73"
@@ -3307,16 +3312,15 @@ eslint-plugin-sonarjs@^0.9.1:
33073312
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.1.tgz#a3c63ab0d267bfb69863159e42c8081b01fd3ac6"
33083313
integrity sha512-KKFofk1LPjGHWeAZijYWv32c/C4mz+OAeBNVxhxHu1hknrTOhu415MWC8qKdAdsmOlBPShs9evM4mI1o7MNMhw==
33093314

3310-
eslint-plugin-unicorn@^33.0.1:
3311-
version "33.0.1"
3312-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-33.0.1.tgz#15c7d210aad77466acb1e899b06b070099e029ce"
3313-
integrity sha512-VxX/L/9DUEyB3D0v00185LrgsB5/fBwkgA4IC7ehHRu5hFSgA6VecmdpFybhsr4GQ/Y1iyXMHf6q+JKvcR2MwA==
3315+
eslint-plugin-unicorn@^34.0.0:
3316+
version "34.0.1"
3317+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-34.0.1.tgz#e31cfaf487591599ff1f1b1e74776cce59dcc3ae"
3318+
integrity sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==
33143319
dependencies:
3315-
ci-info "^3.1.1"
3320+
ci-info "^3.2.0"
33163321
clean-regexp "^1.0.0"
33173322
eslint-template-visitor "^2.3.2"
33183323
eslint-utils "^3.0.0"
3319-
import-modules "^2.1.0"
33203324
is-builtin-module "^3.1.0"
33213325
lodash "^4.17.21"
33223326
pluralize "^8.0.0"
@@ -4057,11 +4061,6 @@ import-local@^3.0.2:
40574061
pkg-dir "^4.2.0"
40584062
resolve-cwd "^3.0.0"
40594063

4060-
import-modules@^2.1.0:
4061-
version "2.1.0"
4062-
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
4063-
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==
4064-
40654064
imurmurhash@^0.1.4:
40664065
version "0.1.4"
40674066
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"

0 commit comments

Comments
 (0)