Skip to content

Commit 6720222

Browse files
authored
Merge pull request #150 from viqueen/renovate/eslint-plugin-import-2.x-lockfile
chore(deps): update dependency eslint-plugin-import to v2.31.0
2 parents e405432 + b9dd7b9 commit 6720222

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

yarn.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ available-typed-arrays@^1.0.7:
319319
dependencies:
320320
possible-typed-array-names "^1.0.0"
321321

322-
axios@^1.6.7:
322+
axios@^1.7.4:
323323
version "1.7.7"
324324
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
325325
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
@@ -624,17 +624,17 @@ eslint-import-resolver-node@^0.3.9:
624624
is-core-module "^2.13.0"
625625
resolve "^1.22.4"
626626

627-
eslint-module-utils@^2.9.0:
628-
version "2.9.0"
629-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342"
630-
integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==
627+
eslint-module-utils@^2.12.0:
628+
version "2.12.0"
629+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
630+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
631631
dependencies:
632632
debug "^3.2.7"
633633

634634
eslint-plugin-import@^2.29.1:
635-
version "2.30.0"
636-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
637-
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
635+
version "2.31.0"
636+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
637+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
638638
dependencies:
639639
"@rtsao/scc" "^1.1.0"
640640
array-includes "^3.1.8"
@@ -644,7 +644,7 @@ eslint-plugin-import@^2.29.1:
644644
debug "^3.2.7"
645645
doctrine "^2.1.0"
646646
eslint-import-resolver-node "^0.3.9"
647-
eslint-module-utils "^2.9.0"
647+
eslint-module-utils "^2.12.0"
648648
hasown "^2.0.2"
649649
is-core-module "^2.15.1"
650650
is-glob "^4.0.3"
@@ -653,6 +653,7 @@ eslint-plugin-import@^2.29.1:
653653
object.groupby "^1.0.3"
654654
object.values "^1.2.0"
655655
semver "^6.3.1"
656+
string.prototype.trimend "^1.0.8"
656657
tsconfig-paths "^3.15.0"
657658

658659
eslint-scope@^7.2.2:
@@ -1436,14 +1437,14 @@ queue-microtask@^1.2.2:
14361437
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
14371438

14381439
regexp.prototype.flags@^1.5.2:
1439-
version "1.5.2"
1440-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
1441-
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
1440+
version "1.5.3"
1441+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42"
1442+
integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==
14421443
dependencies:
1443-
call-bind "^1.0.6"
1444+
call-bind "^1.0.7"
14441445
define-properties "^1.2.1"
14451446
es-errors "^1.3.0"
1446-
set-function-name "^2.0.1"
1447+
set-function-name "^2.0.2"
14471448

14481449
resolve-from@^4.0.0:
14491450
version "4.0.0"
@@ -1524,7 +1525,7 @@ set-function-length@^1.2.1:
15241525
gopd "^1.0.1"
15251526
has-property-descriptors "^1.0.2"
15261527

1527-
set-function-name@^2.0.1:
1528+
set-function-name@^2.0.2:
15281529
version "2.0.2"
15291530
resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985"
15301531
integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==

0 commit comments

Comments
 (0)