Skip to content

Commit 603a130

Browse files
Update dependency eslint-plugin-import to v2.31.0
1 parent 6c00cc3 commit 603a130

File tree

1 file changed

+37
-30
lines changed

1 file changed

+37
-30
lines changed

yarn.lock

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,11 @@
686686
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
687687
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
688688

689+
"@rtsao/scc@^1.1.0":
690+
version "1.1.0"
691+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
692+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
693+
689694
"@sinclair/typebox@^0.27.8":
690695
version "0.27.8"
691696
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
@@ -1023,7 +1028,7 @@ array-buffer-byte-length@^1.0.1:
10231028
call-bind "^1.0.5"
10241029
is-array-buffer "^3.0.4"
10251030

1026-
array-includes@^3.1.7:
1031+
array-includes@^3.1.8:
10271032
version "3.1.8"
10281033
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
10291034
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -1040,7 +1045,7 @@ array-union@^2.1.0:
10401045
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
10411046
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
10421047

1043-
array.prototype.findlastindex@^1.2.3:
1048+
array.prototype.findlastindex@^1.2.5:
10441049
version "1.2.5"
10451050
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
10461051
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
@@ -1636,34 +1641,36 @@ eslint-import-resolver-node@^0.3.9:
16361641
is-core-module "^2.13.0"
16371642
resolve "^1.22.4"
16381643

1639-
eslint-module-utils@^2.8.0:
1640-
version "2.8.1"
1641-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz#52f2404300c3bd33deece9d7372fb337cc1d7c34"
1642-
integrity sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==
1644+
eslint-module-utils@^2.12.0:
1645+
version "2.12.0"
1646+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
1647+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
16431648
dependencies:
16441649
debug "^3.2.7"
16451650

16461651
eslint-plugin-import@^2.27.5:
1647-
version "2.29.1"
1648-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
1649-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
1652+
version "2.31.0"
1653+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
1654+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
16501655
dependencies:
1651-
array-includes "^3.1.7"
1652-
array.prototype.findlastindex "^1.2.3"
1656+
"@rtsao/scc" "^1.1.0"
1657+
array-includes "^3.1.8"
1658+
array.prototype.findlastindex "^1.2.5"
16531659
array.prototype.flat "^1.3.2"
16541660
array.prototype.flatmap "^1.3.2"
16551661
debug "^3.2.7"
16561662
doctrine "^2.1.0"
16571663
eslint-import-resolver-node "^0.3.9"
1658-
eslint-module-utils "^2.8.0"
1659-
hasown "^2.0.0"
1660-
is-core-module "^2.13.1"
1664+
eslint-module-utils "^2.12.0"
1665+
hasown "^2.0.2"
1666+
is-core-module "^2.15.1"
16611667
is-glob "^4.0.3"
16621668
minimatch "^3.1.2"
1663-
object.fromentries "^2.0.7"
1664-
object.groupby "^1.0.1"
1665-
object.values "^1.1.7"
1669+
object.fromentries "^2.0.8"
1670+
object.groupby "^1.0.3"
1671+
object.values "^1.2.0"
16661672
semver "^6.3.1"
1673+
string.prototype.trimend "^1.0.8"
16671674
tsconfig-paths "^3.15.0"
16681675

16691676
eslint-scope@^5.1.1:
@@ -2195,10 +2202,10 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
21952202
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
21962203
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
21972204

2198-
is-core-module@^2.13.0, is-core-module@^2.13.1:
2199-
version "2.14.0"
2200-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
2201-
integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
2205+
is-core-module@^2.13.0, is-core-module@^2.15.1:
2206+
version "2.15.1"
2207+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
2208+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
22022209
dependencies:
22032210
hasown "^2.0.2"
22042211

@@ -2985,7 +2992,7 @@ object.assign@^4.1.5:
29852992
has-symbols "^1.0.3"
29862993
object-keys "^1.1.1"
29872994

2988-
object.fromentries@^2.0.7:
2995+
object.fromentries@^2.0.8:
29892996
version "2.0.8"
29902997
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
29912998
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -2995,7 +3002,7 @@ object.fromentries@^2.0.7:
29953002
es-abstract "^1.23.2"
29963003
es-object-atoms "^1.0.0"
29973004

2998-
object.groupby@^1.0.1:
3005+
object.groupby@^1.0.3:
29993006
version "1.0.3"
30003007
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
30013008
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
@@ -3004,7 +3011,7 @@ object.groupby@^1.0.1:
30043011
define-properties "^1.2.1"
30053012
es-abstract "^1.23.2"
30063013

3007-
object.values@^1.1.7:
3014+
object.values@^1.2.0:
30083015
version "1.2.0"
30093016
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
30103017
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
@@ -3216,14 +3223,14 @@ readable-stream@^3.0.2:
32163223
util-deprecate "^1.0.1"
32173224

32183225
regexp.prototype.flags@^1.5.2:
3219-
version "1.5.2"
3220-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
3221-
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
3226+
version "1.5.3"
3227+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42"
3228+
integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==
32223229
dependencies:
3223-
call-bind "^1.0.6"
3230+
call-bind "^1.0.7"
32243231
define-properties "^1.2.1"
32253232
es-errors "^1.3.0"
3226-
set-function-name "^2.0.1"
3233+
set-function-name "^2.0.2"
32273234

32283235
require-directory@^2.1.1:
32293236
version "2.1.1"
@@ -3326,7 +3333,7 @@ set-function-length@^1.2.1:
33263333
gopd "^1.0.1"
33273334
has-property-descriptors "^1.0.2"
33283335

3329-
set-function-name@^2.0.1:
3336+
set-function-name@^2.0.2:
33303337
version "2.0.2"
33313338
resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985"
33323339
integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==

0 commit comments

Comments
 (0)