Skip to content

Commit adc8d13

Browse files
committed
Update dependency eslint-config-next to ^12.1.1
1 parent 4484583 commit adc8d13

File tree

2 files changed

+130
-68
lines changed

2 files changed

+130
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@generates/kdot": "^0.2.5",
1414
"@ianwalter/eslint-config-react": "^5.1.1",
1515
"@ianwalter/renovate-config": "^1.4.6",
16-
"eslint-config-next": "^12.0.8"
16+
"eslint-config-next": "^12.1.1"
1717
},
1818
"eslintConfig": {
1919
"root": true,

yarn.lock

Lines changed: 129 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -939,10 +939,10 @@
939939
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.0.tgz#73713399399b34aa5a01771fb73272b55b22c314"
940940
integrity sha512-nrIgY6t17FQ9xxwH3jj0a6EOiQ/WDHUos35Hghtr+SWN/ntHIQ7UpuvSi0vaLzZVHQWaDupKI+liO5vANcDeTQ==
941941

942-
943-
version "12.1.0"
944-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.0.tgz#32586a11378b3ffa5a93ac40a3c44ad99d70e95a"
945-
integrity sha512-WFiyvSM2G5cQmh32t/SiQuJ+I2O+FHVlK/RFw5b1565O2kEM/36EXncjt88Pa+X5oSc+1SS+tWxowWJd1lqI+g==
942+
943+
version "12.1.1"
944+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.1.tgz#e3e51503e9d7f987a0e080344648bc84ac1e8eb8"
945+
integrity sha512-5hd1VFWZzECADhvA+OE+g0CnrRBFZbPm03HbiUtpk7XeluNn7xVxBU6XvNQA+YrQ7qe5jCK9q7R8MbI9R55Y/Q==
946946
dependencies:
947947
glob "7.1.7"
948948

@@ -1062,10 +1062,10 @@
10621062
mjml "^4.8.1"
10631063
mustache "^4.1.0"
10641064

1065-
"@rushstack/eslint-patch@^1.0.8":
1066-
version "1.1.0"
1067-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz#7f698254aadf921e48dda8c0a6b304026b8a9323"
1068-
integrity sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A==
1065+
"@rushstack/[email protected]":
1066+
version "1.0.8"
1067+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.8.tgz#be3e914e84eacf16dbebd311c0d0b44aa1174c64"
1068+
integrity sha512-ZK5v4bJwgXldAUA8r3q9YKfCwOqoHTK/ZqRjSeRXQrBXWouoPnS4MQtgC4AXGiiBuUu5wxrRgTlv0ktmM4P1Aw==
10691069

10701070
"@sindresorhus/is@^4.0.0":
10711071
version "4.5.0"
@@ -1289,48 +1289,48 @@
12891289
dependencies:
12901290
"@types/yargs-parser" "*"
12911291

1292-
"@typescript-eslint/parser@^5.0.0":
1293-
version "5.12.1"
1294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
1295-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
1292+
"@typescript-eslint/parser@5.10.1":
1293+
version "5.10.1"
1294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
1295+
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
12961296
dependencies:
1297-
"@typescript-eslint/scope-manager" "5.12.1"
1298-
"@typescript-eslint/types" "5.12.1"
1299-
"@typescript-eslint/typescript-estree" "5.12.1"
1297+
"@typescript-eslint/scope-manager" "5.10.1"
1298+
"@typescript-eslint/types" "5.10.1"
1299+
"@typescript-eslint/typescript-estree" "5.10.1"
13001300
debug "^4.3.2"
13011301

1302-
"@typescript-eslint/scope-manager@5.12.1":
1303-
version "5.12.1"
1304-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
1305-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
1302+
"@typescript-eslint/scope-manager@5.10.1":
1303+
version "5.10.1"
1304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
1305+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
13061306
dependencies:
1307-
"@typescript-eslint/types" "5.12.1"
1308-
"@typescript-eslint/visitor-keys" "5.12.1"
1307+
"@typescript-eslint/types" "5.10.1"
1308+
"@typescript-eslint/visitor-keys" "5.10.1"
13091309

1310-
"@typescript-eslint/types@5.12.1":
1311-
version "5.12.1"
1312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
1313-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
1310+
"@typescript-eslint/types@5.10.1":
1311+
version "5.10.1"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
1313+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
13141314

1315-
"@typescript-eslint/typescript-estree@5.12.1":
1316-
version "5.12.1"
1317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
1318-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
1315+
"@typescript-eslint/typescript-estree@5.10.1":
1316+
version "5.10.1"
1317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
1318+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
13191319
dependencies:
1320-
"@typescript-eslint/types" "5.12.1"
1321-
"@typescript-eslint/visitor-keys" "5.12.1"
1320+
"@typescript-eslint/types" "5.10.1"
1321+
"@typescript-eslint/visitor-keys" "5.10.1"
13221322
debug "^4.3.2"
13231323
globby "^11.0.4"
13241324
is-glob "^4.0.3"
13251325
semver "^7.3.5"
13261326
tsutils "^3.21.0"
13271327

1328-
"@typescript-eslint/visitor-keys@5.12.1":
1329-
version "5.12.1"
1330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
1331-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
1328+
"@typescript-eslint/visitor-keys@5.10.1":
1329+
version "5.10.1"
1330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
1331+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
13321332
dependencies:
1333-
"@typescript-eslint/types" "5.12.1"
1333+
"@typescript-eslint/types" "5.10.1"
13341334
eslint-visitor-keys "^3.0.0"
13351335

13361336
abbrev@1:
@@ -2136,7 +2136,7 @@ [email protected], debug@^2.6.9:
21362136
dependencies:
21372137
ms "2.0.0"
21382138

2139-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
2139+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
21402140
version "4.3.3"
21412141
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
21422142
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -2476,46 +2476,54 @@ escape-string-regexp@^5.0.0:
24762476
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
24772477
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
24782478

2479-
eslint-config-next@^12.0.8:
2480-
version "12.1.0"
2481-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.0.tgz#8ace680dc5207e6ab6c915f3989adec122f582e7"
2482-
integrity sha512-tBhuUgoDITcdcM7xFvensi9I5WTI4dnvH4ETGRg1U8ZKpXrZsWQFdOKIDzR3RLP5HR3xXrLviaMM4c3zVoE/pA==
2483-
dependencies:
2484-
"@next/eslint-plugin-next" "12.1.0"
2485-
"@rushstack/eslint-patch" "^1.0.8"
2486-
"@typescript-eslint/parser" "^5.0.0"
2487-
eslint-import-resolver-node "^0.3.4"
2488-
eslint-import-resolver-typescript "^2.4.0"
2489-
eslint-plugin-import "^2.25.2"
2490-
eslint-plugin-jsx-a11y "^6.5.1"
2491-
eslint-plugin-react "^7.27.0"
2492-
eslint-plugin-react-hooks "^4.3.0"
2479+
eslint-config-next@^12.1.1:
2480+
version "12.1.1"
2481+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.1.tgz#11f948c5f4959267c2157dff8f2c28d067e3e1d9"
2482+
integrity sha512-+Ql9F07Pafs+cDgy8Zp0F8FxCBq7ke02ZyC2/MMEiGAX+WlnuUCrboBDnfzmHJpAAkcBPjUthunu6LBnF9KWIQ==
2483+
dependencies:
2484+
"@next/eslint-plugin-next" "12.1.1"
2485+
"@rushstack/eslint-patch" "1.0.8"
2486+
"@typescript-eslint/parser" "5.10.1"
2487+
eslint-import-resolver-node "0.3.4"
2488+
eslint-import-resolver-typescript "2.4.0"
2489+
eslint-plugin-import "2.25.2"
2490+
eslint-plugin-jsx-a11y "6.5.1"
2491+
eslint-plugin-react "7.29.1"
2492+
eslint-plugin-react-hooks "4.3.0"
24932493

24942494
eslint-config-standard@^16.0.3:
24952495
version "16.0.3"
24962496
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
24972497
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
24982498

2499-
eslint-import-resolver-node@^0.3.4, eslint-import-resolver-node@^0.3.6:
2499+
2500+
version "0.3.4"
2501+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
2502+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
2503+
dependencies:
2504+
debug "^2.6.9"
2505+
resolve "^1.13.1"
2506+
2507+
eslint-import-resolver-node@^0.3.6:
25002508
version "0.3.6"
25012509
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
25022510
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
25032511
dependencies:
25042512
debug "^3.2.7"
25052513
resolve "^1.20.0"
25062514

2507-
eslint-import-resolver-typescript@^2.4.0:
2508-
version "2.5.0"
2509-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a"
2510-
integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==
2515+
2516+
version "2.4.0"
2517+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.4.0.tgz#ec1e7063ebe807f0362a7320543aaed6fe1100e1"
2518+
integrity sha512-useJKURidCcldRLCNKWemr1fFQL1SzB3G4a0li6lFGvlc5xGe1hY343bvG07cbpCzPuM/lK19FIJB3XGFSkplA==
25112519
dependencies:
2512-
debug "^4.3.1"
2513-
glob "^7.1.7"
2520+
debug "^4.1.1"
2521+
glob "^7.1.6"
25142522
is-glob "^4.0.1"
2515-
resolve "^1.20.0"
2523+
resolve "^1.17.0"
25162524
tsconfig-paths "^3.9.0"
25172525

2518-
eslint-module-utils@^2.7.2:
2526+
eslint-module-utils@^2.7.0, eslint-module-utils@^2.7.2:
25192527
version "2.7.3"
25202528
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
25212529
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
@@ -2538,7 +2546,26 @@ eslint-plugin-html@^6.2.0:
25382546
dependencies:
25392547
htmlparser2 "^7.1.2"
25402548

2541-
eslint-plugin-import@^2.25.2, eslint-plugin-import@^2.25.3:
2549+
2550+
version "2.25.2"
2551+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
2552+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
2553+
dependencies:
2554+
array-includes "^3.1.4"
2555+
array.prototype.flat "^1.2.5"
2556+
debug "^2.6.9"
2557+
doctrine "^2.1.0"
2558+
eslint-import-resolver-node "^0.3.6"
2559+
eslint-module-utils "^2.7.0"
2560+
has "^1.0.3"
2561+
is-core-module "^2.7.0"
2562+
is-glob "^4.0.3"
2563+
minimatch "^3.0.4"
2564+
object.values "^1.1.5"
2565+
resolve "^1.20.0"
2566+
tsconfig-paths "^3.11.0"
2567+
2568+
eslint-plugin-import@^2.25.3:
25422569
version "2.25.4"
25432570
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
25442571
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
@@ -2557,7 +2584,7 @@ eslint-plugin-import@^2.25.2, eslint-plugin-import@^2.25.3:
25572584
resolve "^1.20.0"
25582585
tsconfig-paths "^3.12.0"
25592586

2560-
eslint-plugin-jsx-a11y@^6.5.1:
2587+
25612588
version "6.5.1"
25622589
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
25632590
integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
@@ -2592,12 +2619,32 @@ eslint-plugin-promise@^5.1.1:
25922619
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
25932620
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
25942621

2595-
eslint-plugin-react-hooks@^4.3.0:
2622+
eslint-plugin-react-hooks@4.3.0, eslint-plugin-react-hooks@^4.3.0:
25962623
version "4.3.0"
25972624
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
25982625
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
25992626

2600-
eslint-plugin-react@^7.27.0, eslint-plugin-react@^7.27.1:
2627+
2628+
version "7.29.1"
2629+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz#6c40bc83142bb63d132a1b3565e2ea655411f800"
2630+
integrity sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA==
2631+
dependencies:
2632+
array-includes "^3.1.4"
2633+
array.prototype.flatmap "^1.2.5"
2634+
doctrine "^2.1.0"
2635+
estraverse "^5.3.0"
2636+
jsx-ast-utils "^2.4.1 || ^3.0.0"
2637+
minimatch "^3.1.2"
2638+
object.entries "^1.1.5"
2639+
object.fromentries "^2.0.5"
2640+
object.hasown "^1.1.0"
2641+
object.values "^1.1.5"
2642+
prop-types "^15.8.1"
2643+
resolve "^2.0.0-next.3"
2644+
semver "^6.3.0"
2645+
string.prototype.matchall "^4.0.6"
2646+
2647+
eslint-plugin-react@^7.27.1:
26012648
version "7.29.2"
26022649
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c"
26032650
integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==
@@ -3135,7 +3182,7 @@ [email protected]:
31353182
once "^1.3.0"
31363183
path-is-absolute "^1.0.0"
31373184

3138-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0:
3185+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
31393186
version "7.2.0"
31403187
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
31413188
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -3500,7 +3547,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
35003547
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
35013548
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
35023549

3503-
is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
3550+
is-core-module@^2.2.0, is-core-module@^2.7.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
35043551
version "2.8.1"
35053552
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
35063553
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -4185,6 +4232,11 @@ minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
41854232
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
41864233
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
41874234

4235+
minimist@^1.2.6:
4236+
version "1.2.6"
4237+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
4238+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
4239+
41884240
minipass@^3.0.0:
41894241
version "3.1.6"
41904242
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee"
@@ -5496,7 +5548,7 @@ resolve-from@^5.0.0:
54965548
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
54975549
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
54985550

5499-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.20.0, resolve@^1.22.0:
5551+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.0:
55005552
version "1.22.0"
55015553
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
55025554
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -6039,6 +6091,16 @@ trouter@^3.1.0:
60396091
dependencies:
60406092
regexparam "^1.3.0"
60416093

6094+
tsconfig-paths@^3.11.0:
6095+
version "3.14.1"
6096+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
6097+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
6098+
dependencies:
6099+
"@types/json5" "^0.0.29"
6100+
json5 "^1.0.1"
6101+
minimist "^1.2.6"
6102+
strip-bom "^3.0.0"
6103+
60426104
tsconfig-paths@^3.12.0, tsconfig-paths@^3.9.0:
60436105
version "3.12.0"
60446106
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"

0 commit comments

Comments
 (0)