Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41e7272

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 (#373)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0797adf commit 41e7272

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"dayjs": "^1.11.13",
287287
"eslint": "^8.57.1",
288288
"eslint-config-prettier": "^9.1.0",
289-
"eslint-plugin-import": "^2.30.0",
289+
"eslint-plugin-import": "^2.31.0",
290290
"eslint-plugin-md": "^1.0.19",
291291
"eslint-plugin-prettier": "^5.2.1",
292292
"glob": "^10.4.2",

yarn.lock

+8-16
Original file line numberDiff line numberDiff line change
@@ -2338,17 +2338,17 @@ eslint-import-resolver-node@^0.3.9:
23382338
is-core-module "^2.13.0"
23392339
resolve "^1.22.4"
23402340

2341-
eslint-module-utils@^2.9.0:
2341+
eslint-module-utils@^2.12.0:
23422342
version "2.12.0"
23432343
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
23442344
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
23452345
dependencies:
23462346
debug "^3.2.7"
23472347

2348-
eslint-plugin-import@^2.30.0:
2349-
version "2.30.0"
2350-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
2351-
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
2348+
eslint-plugin-import@^2.31.0:
2349+
version "2.31.0"
2350+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
2351+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
23522352
dependencies:
23532353
"@rtsao/scc" "^1.1.0"
23542354
array-includes "^3.1.8"
@@ -2358,7 +2358,7 @@ eslint-plugin-import@^2.30.0:
23582358
debug "^3.2.7"
23592359
doctrine "^2.1.0"
23602360
eslint-import-resolver-node "^0.3.9"
2361-
eslint-module-utils "^2.9.0"
2361+
eslint-module-utils "^2.12.0"
23622362
hasown "^2.0.2"
23632363
is-core-module "^2.15.1"
23642364
is-glob "^4.0.3"
@@ -2367,6 +2367,7 @@ eslint-plugin-import@^2.30.0:
23672367
object.groupby "^1.0.3"
23682368
object.values "^1.2.0"
23692369
semver "^6.3.1"
2370+
string.prototype.trimend "^1.0.8"
23702371
tsconfig-paths "^3.15.0"
23712372

23722373
eslint-plugin-md@^1.0.19:
@@ -5862,16 +5863,7 @@ string.prototype.trim@^1.2.9:
58625863
es-abstract "^1.23.0"
58635864
es-object-atoms "^1.0.0"
58645865

5865-
string.prototype.trimend@^1.0.7:
5866-
version "1.0.7"
5867-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e"
5868-
integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==
5869-
dependencies:
5870-
call-bind "^1.0.2"
5871-
define-properties "^1.2.0"
5872-
es-abstract "^1.22.1"
5873-
5874-
string.prototype.trimend@^1.0.8:
5866+
string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.8:
58755867
version "1.0.8"
58765868
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
58775869
integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==

0 commit comments

Comments
 (0)