Skip to content

Commit f0da8d1

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.26.0
1 parent 01be095 commit f0da8d1

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"css-loader": "6.7.1",
6666
"eslint": "8.12.0",
6767
"eslint-config-prettier": "8.5.0",
68-
"eslint-plugin-import": "2.25.4",
68+
"eslint-plugin-import": "2.26.0",
6969
"eslint-plugin-jsx-a11y": "6.5.1",
7070
"eslint-plugin-prettier": "4.0.0",
7171
"eslint-plugin-react": "7.29.4",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3049,32 +3049,32 @@ eslint-import-resolver-node@^0.3.6:
30493049
debug "^3.2.7"
30503050
resolve "^1.20.0"
30513051

3052-
eslint-module-utils@^2.7.2:
3052+
eslint-module-utils@^2.7.3:
30533053
version "2.7.3"
30543054
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
30553055
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
30563056
dependencies:
30573057
debug "^3.2.7"
30583058
find-up "^2.1.0"
30593059

3060-
eslint-plugin-import@2.25.4:
3061-
version "2.25.4"
3062-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
3063-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
3060+
eslint-plugin-import@2.26.0:
3061+
version "2.26.0"
3062+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
3063+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
30643064
dependencies:
30653065
array-includes "^3.1.4"
30663066
array.prototype.flat "^1.2.5"
30673067
debug "^2.6.9"
30683068
doctrine "^2.1.0"
30693069
eslint-import-resolver-node "^0.3.6"
3070-
eslint-module-utils "^2.7.2"
3070+
eslint-module-utils "^2.7.3"
30713071
has "^1.0.3"
3072-
is-core-module "^2.8.0"
3072+
is-core-module "^2.8.1"
30733073
is-glob "^4.0.3"
3074-
minimatch "^3.0.4"
3074+
minimatch "^3.1.2"
30753075
object.values "^1.1.5"
3076-
resolve "^1.20.0"
3077-
tsconfig-paths "^3.12.0"
3076+
resolve "^1.22.0"
3077+
tsconfig-paths "^3.14.1"
30783078

30793079
eslint-plugin-jsx-a11y@6.5.1:
30803080
version "6.5.1"
@@ -3941,7 +3941,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
39413941
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
39423942
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
39433943

3944-
is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
3944+
is-core-module@^2.2.0, is-core-module@^2.8.1:
39453945
version "2.8.1"
39463946
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
39473947
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -5892,7 +5892,7 @@ resolve.exports@^1.1.0:
58925892
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
58935893
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
58945894

5895-
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.9.0:
5895+
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.9.0:
58965896
version "1.22.0"
58975897
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
58985898
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -6589,7 +6589,7 @@ tr46@^2.1.0:
65896589
dependencies:
65906590
punycode "^2.1.1"
65916591

6592-
tsconfig-paths@^3.12.0:
6592+
tsconfig-paths@^3.14.1:
65936593
version "3.14.1"
65946594
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
65956595
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==

0 commit comments

Comments
 (0)