Skip to content

Commit 4322f7a

Browse files
authored
Update eslint-plugin-import to version 2.26.0
1 parent 8bc5428 commit 4322f7a

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/parser": "^5.17.0",
8585
"eslint": "^7.32.0",
8686
"eslint-config-prettier": "^8.5.0",
87-
"eslint-plugin-import": "^2.25.4",
87+
"eslint-plugin-import": "^2.26.0",
8888
"eslint-plugin-prettier": "^3.4.1",
8989
"eslint-plugin-react": "^7.29.4",
9090
"eslint-plugin-react-hooks": "^4.3.0",

yarn.lock

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,32 +2785,32 @@ eslint-import-resolver-node@^0.3.6:
27852785
debug "^3.2.7"
27862786
resolve "^1.20.0"
27872787

2788-
eslint-module-utils@^2.7.2:
2788+
eslint-module-utils@^2.7.3:
27892789
version "2.7.3"
27902790
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
27912791
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
27922792
dependencies:
27932793
debug "^3.2.7"
27942794
find-up "^2.1.0"
27952795

2796-
eslint-plugin-import@^2.25.4:
2797-
version "2.25.4"
2798-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2799-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2796+
eslint-plugin-import@^2.26.0:
2797+
version "2.26.0"
2798+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2799+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
28002800
dependencies:
28012801
array-includes "^3.1.4"
28022802
array.prototype.flat "^1.2.5"
28032803
debug "^2.6.9"
28042804
doctrine "^2.1.0"
28052805
eslint-import-resolver-node "^0.3.6"
2806-
eslint-module-utils "^2.7.2"
2806+
eslint-module-utils "^2.7.3"
28072807
has "^1.0.3"
2808-
is-core-module "^2.8.0"
2808+
is-core-module "^2.8.1"
28092809
is-glob "^4.0.3"
2810-
minimatch "^3.0.4"
2810+
minimatch "^3.1.2"
28112811
object.values "^1.1.5"
2812-
resolve "^1.20.0"
2813-
tsconfig-paths "^3.12.0"
2812+
resolve "^1.22.0"
2813+
tsconfig-paths "^3.14.1"
28142814

28152815
eslint-plugin-prettier@^3.4.1:
28162816
version "3.4.1"
@@ -3949,10 +3949,10 @@ is-core-module@^2.2.0:
39493949
dependencies:
39503950
has "^1.0.3"
39513951

3952-
is-core-module@^2.8.0:
3953-
version "2.8.0"
3954-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
3955-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
3952+
is-core-module@^2.8.1:
3953+
version "2.8.1"
3954+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
3955+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
39563956
dependencies:
39573957
has "^1.0.3"
39583958

@@ -5423,7 +5423,7 @@ path-key@^3.0.0, path-key@^3.1.0:
54235423
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
54245424
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
54255425

5426-
path-parse@^1.0.6:
5426+
path-parse@^1.0.6, path-parse@^1.0.7:
54275427
version "1.0.7"
54285428
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
54295429
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -5908,6 +5908,15 @@ resolve@^1.10.0, resolve@^1.20.0:
59085908
is-core-module "^2.2.0"
59095909
path-parse "^1.0.6"
59105910

5911+
resolve@^1.22.0:
5912+
version "1.22.0"
5913+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
5914+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
5915+
dependencies:
5916+
is-core-module "^2.8.1"
5917+
path-parse "^1.0.7"
5918+
supports-preserve-symlinks-flag "^1.0.0"
5919+
59115920
resolve@^2.0.0-next.3:
59125921
version "2.0.0-next.3"
59135922
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -6442,6 +6451,11 @@ supports-hyperlinks@^2.0.0:
64426451
has-flag "^4.0.0"
64436452
supports-color "^7.0.0"
64446453

6454+
supports-preserve-symlinks-flag@^1.0.0:
6455+
version "1.0.0"
6456+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
6457+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
6458+
64456459
symbol-tree@^3.2.4:
64466460
version "3.2.4"
64476461
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -6615,7 +6629,7 @@ ts-node@^9.1.1:
66156629
source-map-support "^0.5.17"
66166630
yn "3.1.1"
66176631

6618-
tsconfig-paths@^3.12.0:
6632+
tsconfig-paths@^3.14.1:
66196633
version "3.14.1"
66206634
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
66216635
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==

0 commit comments

Comments
 (0)