Skip to content

Commit fc7ec2c

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.24.2 to 2.25.2
1 parent de603b0 commit fc7ec2c

File tree

2 files changed

+80
-50
lines changed

2 files changed

+80
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cross-env": "^7.0.3",
3333
"eslint": "^7.32.0",
3434
"eslint-config-prettier": "^8.3.0",
35-
"eslint-plugin-import": "^2.24.2",
35+
"eslint-plugin-import": "^2.25.2",
3636
"eslint-plugin-prettier": "^4.0.0",
3737
"eslint-plugin-sonarjs": "^0.10.0",
3838
"husky": "^7.0.2",

yarn.lock

Lines changed: 79 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,30 +1772,30 @@ array-ify@^1.0.0:
17721772
resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
17731773
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
17741774

1775-
array-includes@^3.1.3:
1776-
version "3.1.3"
1777-
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
1778-
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
1775+
array-includes@^3.1.4:
1776+
version "3.1.4"
1777+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
1778+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
17791779
dependencies:
17801780
call-bind "^1.0.2"
17811781
define-properties "^1.1.3"
1782-
es-abstract "^1.18.0-next.2"
1782+
es-abstract "^1.19.1"
17831783
get-intrinsic "^1.1.1"
1784-
is-string "^1.0.5"
1784+
is-string "^1.0.7"
17851785

17861786
array-union@^2.1.0:
17871787
version "2.1.0"
17881788
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
17891789
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
17901790

1791-
array.prototype.flat@^1.2.4:
1792-
version "1.2.4"
1793-
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
1794-
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
1791+
array.prototype.flat@^1.2.5:
1792+
version "1.2.5"
1793+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
1794+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
17951795
dependencies:
1796-
call-bind "^1.0.0"
1796+
call-bind "^1.0.2"
17971797
define-properties "^1.1.3"
1798-
es-abstract "^1.18.0-next.1"
1798+
es-abstract "^1.19.0"
17991799

18001800
arrgv@^1.0.2:
18011801
version "1.0.2"
@@ -2925,7 +2925,7 @@ error-ex@^1.3.1:
29252925
dependencies:
29262926
is-arrayish "^0.2.1"
29272927

2928-
es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
2928+
es-abstract@^1.18.0-next.2:
29292929
version "1.18.6"
29302930
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
29312931
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
@@ -2949,6 +2949,32 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
29492949
string.prototype.trimstart "^1.0.4"
29502950
unbox-primitive "^1.0.1"
29512951

2952+
es-abstract@^1.19.0, es-abstract@^1.19.1:
2953+
version "1.19.1"
2954+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
2955+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
2956+
dependencies:
2957+
call-bind "^1.0.2"
2958+
es-to-primitive "^1.2.1"
2959+
function-bind "^1.1.1"
2960+
get-intrinsic "^1.1.1"
2961+
get-symbol-description "^1.0.0"
2962+
has "^1.0.3"
2963+
has-symbols "^1.0.2"
2964+
internal-slot "^1.0.3"
2965+
is-callable "^1.2.4"
2966+
is-negative-zero "^2.0.1"
2967+
is-regex "^1.1.4"
2968+
is-shared-array-buffer "^1.0.1"
2969+
is-string "^1.0.7"
2970+
is-weakref "^1.0.1"
2971+
object-inspect "^1.11.0"
2972+
object-keys "^1.1.1"
2973+
object.assign "^4.1.2"
2974+
string.prototype.trimend "^1.0.4"
2975+
string.prototype.trimstart "^1.0.4"
2976+
unbox-primitive "^1.0.1"
2977+
29522978
es-module-lexer@^0.7.1:
29532979
version "0.7.1"
29542980
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -3006,32 +3032,31 @@ eslint-import-resolver-node@^0.3.6:
30063032
debug "^3.2.7"
30073033
resolve "^1.20.0"
30083034

3009-
eslint-module-utils@^2.6.2:
3010-
version "2.6.2"
3011-
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
3012-
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
3035+
eslint-module-utils@^2.7.0:
3036+
version "2.7.1"
3037+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
3038+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
30133039
dependencies:
30143040
debug "^3.2.7"
3041+
find-up "^2.1.0"
30153042
pkg-dir "^2.0.0"
30163043

3017-
eslint-plugin-import@^2.24.2:
3018-
version "2.24.2"
3019-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
3020-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
3044+
eslint-plugin-import@^2.25.2:
3045+
version "2.25.2"
3046+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
3047+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
30213048
dependencies:
3022-
array-includes "^3.1.3"
3023-
array.prototype.flat "^1.2.4"
3049+
array-includes "^3.1.4"
3050+
array.prototype.flat "^1.2.5"
30243051
debug "^2.6.9"
30253052
doctrine "^2.1.0"
30263053
eslint-import-resolver-node "^0.3.6"
3027-
eslint-module-utils "^2.6.2"
3028-
find-up "^2.0.0"
3054+
eslint-module-utils "^2.7.0"
30293055
has "^1.0.3"
3030-
is-core-module "^2.6.0"
3056+
is-core-module "^2.7.0"
3057+
is-glob "^4.0.3"
30313058
minimatch "^3.0.4"
3032-
object.values "^1.1.4"
3033-
pkg-up "^2.0.0"
3034-
read-pkg-up "^3.0.0"
3059+
object.values "^1.1.5"
30353060
resolve "^1.20.0"
30363061
tsconfig-paths "^3.11.0"
30373062

@@ -3984,10 +4009,10 @@ is-ci@^2.0.0:
39844009
dependencies:
39854010
ci-info "^2.0.0"
39864011

3987-
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
3988-
version "2.6.0"
3989-
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
3990-
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
4012+
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.7.0:
4013+
version "2.8.0"
4014+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
4015+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
39914016
dependencies:
39924017
has "^1.0.3"
39934018

@@ -4025,10 +4050,10 @@ is-fullwidth-code-point@^3.0.0:
40254050
resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
40264051
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
40274052

4028-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
4029-
version "4.0.1"
4030-
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
4031-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
4053+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
4054+
version "4.0.3"
4055+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
4056+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
40324057
dependencies:
40334058
is-extglob "^2.1.1"
40344059

@@ -4132,6 +4157,11 @@ is-regexp@^1.0.0:
41324157
resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
41334158
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
41344159

4160+
is-shared-array-buffer@^1.0.1:
4161+
version "1.0.1"
4162+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
4163+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
4164+
41354165
is-ssh@^1.3.0:
41364166
version "1.3.3"
41374167
resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz#7f133285ccd7f2c2c7fc897b771b53d95a2b2c7e"
@@ -4175,6 +4205,13 @@ is-unicode-supported@^0.1.0:
41754205
resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
41764206
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
41774207

4208+
is-weakref@^1.0.1:
4209+
version "1.0.1"
4210+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
4211+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
4212+
dependencies:
4213+
call-bind "^1.0.0"
4214+
41784215
is-windows@^1.0.2:
41794216
version "1.0.2"
41804217
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -5308,14 +5345,14 @@ object.getownpropertydescriptors@^2.0.3:
53085345
define-properties "^1.1.3"
53095346
es-abstract "^1.18.0-next.2"
53105347

5311-
object.values@^1.1.4:
5312-
version "1.1.4"
5313-
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
5314-
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
5348+
object.values@^1.1.5:
5349+
version "1.1.5"
5350+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
5351+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
53155352
dependencies:
53165353
call-bind "^1.0.2"
53175354
define-properties "^1.1.3"
5318-
es-abstract "^1.18.2"
5355+
es-abstract "^1.19.1"
53195356

53205357
once@^1.3.0, once@^1.3.1, once@^1.4.0:
53215358
version "1.4.0"
@@ -5702,13 +5739,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
57025739
dependencies:
57035740
find-up "^4.0.0"
57045741

5705-
pkg-up@^2.0.0:
5706-
version "2.0.0"
5707-
resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
5708-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
5709-
dependencies:
5710-
find-up "^2.1.0"
5711-
57125742
platform@^1.3.3:
57135743
version "1.3.6"
57145744
resolved "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"

0 commit comments

Comments
 (0)