Skip to content

Commit 917288a

Browse files
build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#1408)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 857b092 commit 917288a

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,14 +2224,13 @@ eslint-import-resolver-node@^0.3.6:
22242224
debug "^3.2.7"
22252225
resolve "^1.20.0"
22262226

2227-
eslint-module-utils@^2.7.1:
2228-
version "2.7.1"
2229-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2230-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2227+
eslint-module-utils@^2.7.2:
2228+
version "2.7.2"
2229+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
2230+
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
22312231
dependencies:
22322232
debug "^3.2.7"
22332233
find-up "^2.1.0"
2234-
pkg-dir "^2.0.0"
22352234

22362235
eslint-plugin-es@^3.0.0:
22372236
version "3.0.1"
@@ -2267,23 +2266,23 @@ eslint-plugin-filenames@^1.3.2:
22672266
lodash.upperfirst "4.3.1"
22682267

22692268
eslint-plugin-import@^2.22.0:
2270-
version "2.25.3"
2271-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2272-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
2269+
version "2.25.4"
2270+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2271+
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
22732272
dependencies:
22742273
array-includes "^3.1.4"
22752274
array.prototype.flat "^1.2.5"
22762275
debug "^2.6.9"
22772276
doctrine "^2.1.0"
22782277
eslint-import-resolver-node "^0.3.6"
2279-
eslint-module-utils "^2.7.1"
2278+
eslint-module-utils "^2.7.2"
22802279
has "^1.0.3"
22812280
is-core-module "^2.8.0"
22822281
is-glob "^4.0.3"
22832282
minimatch "^3.0.4"
22842283
object.values "^1.1.5"
22852284
resolve "^1.20.0"
2286-
tsconfig-paths "^3.11.0"
2285+
tsconfig-paths "^3.12.0"
22872286

22882287
eslint-plugin-jest@^24.5.2:
22892288
version "24.5.2"
@@ -5012,13 +5011,6 @@ pirates@^4.0.1:
50125011
dependencies:
50135012
node-modules-regexp "^1.0.0"
50145013

5015-
pkg-dir@^2.0.0:
5016-
version "2.0.0"
5017-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
5018-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
5019-
dependencies:
5020-
find-up "^2.1.0"
5021-
50225014
pkg-dir@^4.2.0:
50235015
version "4.2.0"
50245016
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -6000,10 +5992,10 @@ trim-newlines@^3.0.0:
60005992
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
60015993
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
60025994

6003-
tsconfig-paths@^3.11.0:
6004-
version "3.11.0"
6005-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
6006-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
5995+
tsconfig-paths@^3.12.0:
5996+
version "3.12.0"
5997+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
5998+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
60075999
dependencies:
60086000
"@types/json5" "^0.0.29"
60096001
json5 "^1.0.1"

0 commit comments

Comments
 (0)