Skip to content

Commit b6fdfc5

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump eslint-plugin-import from 2.25.3 to 2.25.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.25.4. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.25.3...v2.25.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f152a3c commit b6fdfc5

File tree

2 files changed

+3
-62
lines changed

2 files changed

+3
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-config-airbnb": "19.0.0",
6767
"eslint-config-airbnb-typescript": "^16.1.0",
6868
"eslint-config-prettier": "^8.3.0",
69-
"eslint-plugin-import": "^2.25.3",
69+
"eslint-plugin-import": "^2.25.4",
7070
"eslint-plugin-jest": "^25.7.0",
7171
"eslint-plugin-jsx-a11y": "^6.5.1",
7272
"eslint-plugin-prettier": "^4.0.0",

yarn.lock

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3255,15 +3255,6 @@ eslint-import-resolver-node@^0.3.6:
32553255
debug "^3.2.7"
32563256
resolve "^1.20.0"
32573257

3258-
eslint-module-utils@^2.7.1:
3259-
version "2.7.1"
3260-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
3261-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
3262-
dependencies:
3263-
debug "^3.2.7"
3264-
find-up "^2.1.0"
3265-
pkg-dir "^2.0.0"
3266-
32673258
eslint-module-utils@^2.7.2:
32683259
version "2.7.2"
32693260
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
@@ -3272,25 +3263,6 @@ eslint-module-utils@^2.7.2:
32723263
debug "^3.2.7"
32733264
find-up "^2.1.0"
32743265

3275-
eslint-plugin-import@^2.25.3:
3276-
version "2.25.3"
3277-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
3278-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
3279-
dependencies:
3280-
array-includes "^3.1.4"
3281-
array.prototype.flat "^1.2.5"
3282-
debug "^2.6.9"
3283-
doctrine "^2.1.0"
3284-
eslint-import-resolver-node "^0.3.6"
3285-
eslint-module-utils "^2.7.1"
3286-
has "^1.0.3"
3287-
is-core-module "^2.8.0"
3288-
is-glob "^4.0.3"
3289-
minimatch "^3.0.4"
3290-
object.values "^1.1.5"
3291-
resolve "^1.20.0"
3292-
tsconfig-paths "^3.11.0"
3293-
32943266
eslint-plugin-import@^2.25.4:
32953267
version "2.25.4"
32963268
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
@@ -4223,14 +4195,7 @@ is-ci@^3.0.0:
42234195
dependencies:
42244196
ci-info "^3.1.1"
42254197

4226-
is-core-module@^2.2.0:
4227-
version "2.6.0"
4228-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
4229-
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
4230-
dependencies:
4231-
has "^1.0.3"
4232-
4233-
is-core-module@^2.8.0:
4198+
is-core-module@^2.2.0, is-core-module@^2.8.0:
42344199
version "2.8.0"
42354200
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
42364201
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
@@ -4274,14 +4239,7 @@ is-generator-fn@^2.0.0:
42744239
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
42754240
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
42764241

4277-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
4278-
version "4.0.1"
4279-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
4280-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
4281-
dependencies:
4282-
is-extglob "^2.1.1"
4283-
4284-
is-glob@^4.0.3:
4242+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
42854243
version "4.0.3"
42864244
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
42874245
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -5887,13 +5845,6 @@ pirates@^4.0.1:
58875845
dependencies:
58885846
node-modules-regexp "^1.0.0"
58895847

5890-
pkg-dir@^2.0.0:
5891-
version "2.0.0"
5892-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
5893-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
5894-
dependencies:
5895-
find-up "^2.1.0"
5896-
58975848
pkg-dir@^4.2.0:
58985849
version "4.2.0"
58995850
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6932,16 +6883,6 @@ ts-jest@^27.1.3:
69326883
semver "7.x"
69336884
yargs-parser "20.x"
69346885

6935-
tsconfig-paths@^3.11.0:
6936-
version "3.11.0"
6937-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
6938-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
6939-
dependencies:
6940-
"@types/json5" "^0.0.29"
6941-
json5 "^1.0.1"
6942-
minimist "^1.2.0"
6943-
strip-bom "^3.0.0"
6944-
69456886
tsconfig-paths@^3.12.0:
69466887
version "3.12.0"
69476888
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"

0 commit comments

Comments
 (0)