988
988
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.0.0.tgz#bdd306a45e88ba3e4e7a36aa91806f6486bb61d0"
989
989
integrity sha512-VKpmDvTYeCpEQjREg3J4pCmVs/QjEzoLmkM8shGFK6e9AmFd0G9QXOL8HGA8qKhy/XmNb7dHeMqrcMiBua4OgA==
990
990
991
- " @next/eslint-plugin-next@11.0.0 " :
992
- version "11.0.0"
993
- resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.0.tgz#e6fb93a00bdaba371904f2b2698b184e6278d369"
994
- integrity sha512-fPZ0904yY1box6bRpR9rJqIkNxJdvzzxH7doXS+cdjyBAdptMR7wj3mcx1hEikBHzWduU8BOXBvRg2hWc09YDQ==
991
+ " @next/eslint-plugin-next@11.1.2 " :
992
+ version "11.1.2"
993
+ resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.1.2.tgz#f26cf90bcb6cd2e4645e2ba253bbc9aaaa43a170"
994
+ integrity sha512-cN+ojHRsufr9Yz0rtvjv8WI5En0RPZRJnt0y16Ha7DD+0n473evz8i1ETEJHmOLeR7iPJR0zxRrxeTN/bJMOjg==
995
+ dependencies :
996
+ glob "7.1.7"
995
997
996
998
" @next/polyfill-module@11.0.0 " :
997
999
version "11.0.0"
@@ -2374,15 +2376,16 @@ escape-string-regexp@^4.0.0:
2374
2376
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
2375
2377
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
2376
2378
2377
- eslint-config-next@^ 11.0.0 :
2378
- version "11.0.0 "
2379
- resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-11.0.0 .tgz#0638a839dd46bbf5391076b13c48b6c0cc92ec2f "
2380
- integrity sha512-pmatg4zqb5Vygu2HrSPxbsCBudXO9OZQUMKQCyrPKRvfL8PJ3lOIOzzwsiW68eMPXOZwOc1yxTRZWKNY8OJT0w ==
2379
+ eslint-config-next@11.1.2 :
2380
+ version "11.1.2 "
2381
+ resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-11.1.2 .tgz#73c918f2fa6120d5f65080bf3fcf6b154905707e "
2382
+ integrity sha512-dFutecxX2Z5/QVlLwdtKt+gIfmNMP8Qx6/qZh3LM/DFVdGJEAnUKrr4VwGmACB2kx/PQ5bx3R+QxnEg4fDPiTg ==
2381
2383
dependencies :
2382
- " @next/eslint-plugin-next" " 11.0.0 "
2384
+ " @next/eslint-plugin-next" " 11.1.2 "
2383
2385
" @rushstack/eslint-patch" " ^1.0.6"
2384
2386
" @typescript-eslint/parser" " ^4.20.0"
2385
2387
eslint-import-resolver-node "^0.3.4"
2388
+ eslint-import-resolver-typescript "^2.4.0"
2386
2389
eslint-plugin-import "^2.22.1"
2387
2390
eslint-plugin-jsx-a11y "^6.4.1"
2388
2391
eslint-plugin-react "^7.23.1"
@@ -2401,6 +2404,17 @@ eslint-import-resolver-node@^0.3.4:
2401
2404
debug "^2.6.9"
2402
2405
resolve "^1.13.1"
2403
2406
2407
+ eslint-import-resolver-typescript@^2.4.0 :
2408
+ version "2.5.0"
2409
+ resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a"
2410
+ integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==
2411
+ dependencies :
2412
+ debug "^4.3.1"
2413
+ glob "^7.1.7"
2414
+ is-glob "^4.0.1"
2415
+ resolve "^1.20.0"
2416
+ tsconfig-paths "^3.9.0"
2417
+
2404
2418
eslint-module-utils@^2.6.1 :
2405
2419
version "2.6.1"
2406
2420
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
@@ -2803,7 +2817,7 @@ glob-to-regexp@^0.4.1:
2803
2817
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
2804
2818
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
2805
2819
2806
- glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6 :
2820
+ glob@7.1.7, glob@ ^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6 :
2807
2821
version "7.1.7"
2808
2822
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2809
2823
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -2815,6 +2829,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
2815
2829
once "^1.3.0"
2816
2830
path-is-absolute "^1.0.0"
2817
2831
2832
+ glob@^7.1.7 :
2833
+ version "7.2.0"
2834
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
2835
+ integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
2836
+ dependencies :
2837
+ fs.realpath "^1.0.0"
2838
+ inflight "^1.0.4"
2839
+ inherits "2"
2840
+ minimatch "^3.0.4"
2841
+ once "^1.3.0"
2842
+ path-is-absolute "^1.0.0"
2843
+
2818
2844
globals@^11.1.0 :
2819
2845
version "11.12.0"
2820
2846
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
0 commit comments