Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit c6de78d

Browse files
chore(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 (#61)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1ddafd commit c6de78d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "8.47.0",
3030
"eslint-config-airbnb": "19.0.4",
3131
"eslint-config-prettier": "9.0.0",
32-
"eslint-plugin-import": "2.28.0",
32+
"eslint-plugin-import": "2.28.1",
3333
"eslint-plugin-jest": "27.2.3",
3434
"eslint-plugin-jest-formatting": "3.1.0",
3535
"eslint-plugin-jsx-a11y": "6.7.1",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,10 +2843,10 @@ eslint-module-utils@^2.8.0:
28432843
dependencies:
28442844
debug "^3.2.7"
28452845

2846-
2847-
version "2.28.0"
2848-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
2849-
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
2846+
2847+
version "2.28.1"
2848+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
2849+
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
28502850
dependencies:
28512851
array-includes "^3.1.6"
28522852
array.prototype.findlastindex "^1.2.2"
@@ -2857,13 +2857,12 @@ [email protected]:
28572857
eslint-import-resolver-node "^0.3.7"
28582858
eslint-module-utils "^2.8.0"
28592859
has "^1.0.3"
2860-
is-core-module "^2.12.1"
2860+
is-core-module "^2.13.0"
28612861
is-glob "^4.0.3"
28622862
minimatch "^3.1.2"
28632863
object.fromentries "^2.0.6"
28642864
object.groupby "^1.0.0"
28652865
object.values "^1.1.6"
2866-
resolve "^1.22.3"
28672866
semver "^6.3.1"
28682867
tsconfig-paths "^3.14.2"
28692868

@@ -3664,7 +3663,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
36643663
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
36653664
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
36663665

3667-
is-core-module@^2.11.0, is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.5.0, is-core-module@^2.9.0:
3666+
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.5.0, is-core-module@^2.9.0:
36683667
version "2.13.0"
36693668
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
36703669
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
@@ -5300,7 +5299,7 @@ resolve.exports@^2.0.0:
53005299
resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz"
53015300
integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==
53025301

5303-
resolve@^1.10.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.3:
5302+
resolve@^1.10.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1:
53045303
version "1.22.4"
53055304
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34"
53065305
integrity sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==

0 commit comments

Comments
 (0)