Skip to content

Commit c8076f4

Browse files
committedMar 28, 2023
Bump plugin versions
1 parent 2f61406 commit c8076f4

File tree

3 files changed

+135
-72
lines changed

3 files changed

+135
-72
lines changed
 

‎index.js

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ module.exports = {
114114
'import/no-unused-modules': 'off',
115115
'unused-imports/no-unused-imports-ts': 'error',
116116
'import/no-extraneous-dependencies': 'error',
117+
'import/no-nodejs-modules': 'error',
117118

118119
// TODO: Try to re-enable the following rules in the future
119120
'global-require': 'off',
@@ -133,6 +134,7 @@ module.exports = {
133134
'case': 'kebabCase'
134135
}],
135136
'no-process-env': 'off',
137+
'unicorn/no-process-exit': 'off',
136138
}
137139
},
138140
{

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
],
2020
"dependencies": {
2121
"@rushstack/eslint-patch": "^1.2.0",
22-
"@typescript-eslint/eslint-plugin": "^5.11.0",
23-
"@typescript-eslint/parser": "^5.11.0",
24-
"eslint-config-es": "4.1.0",
25-
"eslint-import-resolver-typescript": "^2.5.0",
22+
"@typescript-eslint/eslint-plugin": "^5.43.0",
23+
"@typescript-eslint/parser": "^5.43.0",
24+
"eslint-config-es": "4.2.0",
25+
"eslint-import-resolver-typescript": "^2.7.1",
2626
"eslint-plugin-eslint-comments": "3.2.0",
2727
"eslint-plugin-extended": "0.2.0",
28-
"eslint-plugin-import": "2.25.4",
28+
"eslint-plugin-import": "2.26.0",
2929
"eslint-plugin-jest": "^26.0.0",
3030
"eslint-plugin-mocha": "9.0.0",
31-
"eslint-plugin-react": "7.29.3",
32-
"eslint-plugin-react-hooks": "4.3.0",
33-
"eslint-plugin-tsdoc": "^0.2.14",
31+
"eslint-plugin-react": "7.31.10",
32+
"eslint-plugin-react-hooks": "4.6.0",
33+
"eslint-plugin-tsdoc": "^0.2.17",
3434
"eslint-plugin-unicorn": "37.0.1",
3535
"eslint-plugin-unused-imports": "^2.0.0"
3636
},

‎yarn.lock

+125-64
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,18 @@
219219
"@babel/helper-validator-identifier" "^7.19.1"
220220
to-fast-properties "^2.0.0"
221221

222+
"@eslint-community/eslint-utils@^4.2.0":
223+
version "4.4.0"
224+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
225+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
226+
dependencies:
227+
eslint-visitor-keys "^3.3.0"
228+
229+
"@eslint-community/regexpp@^4.4.0":
230+
version "4.4.1"
231+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
232+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
233+
222234
"@eslint/eslintrc@^1.3.3":
223235
version "1.3.3"
224236
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
@@ -397,29 +409,30 @@
397409
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
398410
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
399411

400-
"@typescript-eslint/eslint-plugin@^5.11.0":
401-
version "5.42.0"
402-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
403-
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
412+
"@typescript-eslint/eslint-plugin@^5.43.0":
413+
version "5.57.0"
414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
415+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
404416
dependencies:
405-
"@typescript-eslint/scope-manager" "5.42.0"
406-
"@typescript-eslint/type-utils" "5.42.0"
407-
"@typescript-eslint/utils" "5.42.0"
417+
"@eslint-community/regexpp" "^4.4.0"
418+
"@typescript-eslint/scope-manager" "5.57.0"
419+
"@typescript-eslint/type-utils" "5.57.0"
420+
"@typescript-eslint/utils" "5.57.0"
408421
debug "^4.3.4"
422+
grapheme-splitter "^1.0.4"
409423
ignore "^5.2.0"
410424
natural-compare-lite "^1.4.0"
411-
regexpp "^3.2.0"
412425
semver "^7.3.7"
413426
tsutils "^3.21.0"
414427

415-
"@typescript-eslint/parser@^5.11.0":
416-
version "5.42.0"
417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
418-
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
428+
"@typescript-eslint/parser@^5.43.0":
429+
version "5.57.0"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
431+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
419432
dependencies:
420-
"@typescript-eslint/scope-manager" "5.42.0"
421-
"@typescript-eslint/types" "5.42.0"
422-
"@typescript-eslint/typescript-estree" "5.42.0"
433+
"@typescript-eslint/scope-manager" "5.57.0"
434+
"@typescript-eslint/types" "5.57.0"
435+
"@typescript-eslint/typescript-estree" "5.57.0"
423436
debug "^4.3.4"
424437

425438
"@typescript-eslint/scope-manager@5.42.0":
@@ -430,13 +443,21 @@
430443
"@typescript-eslint/types" "5.42.0"
431444
"@typescript-eslint/visitor-keys" "5.42.0"
432445

433-
"@typescript-eslint/type-utils@5.42.0":
434-
version "5.42.0"
435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
436-
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
446+
"@typescript-eslint/scope-manager@5.57.0":
447+
version "5.57.0"
448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
449+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
437450
dependencies:
438-
"@typescript-eslint/typescript-estree" "5.42.0"
439-
"@typescript-eslint/utils" "5.42.0"
451+
"@typescript-eslint/types" "5.57.0"
452+
"@typescript-eslint/visitor-keys" "5.57.0"
453+
454+
"@typescript-eslint/type-utils@5.57.0":
455+
version "5.57.0"
456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
457+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
458+
dependencies:
459+
"@typescript-eslint/typescript-estree" "5.57.0"
460+
"@typescript-eslint/utils" "5.57.0"
440461
debug "^4.3.4"
441462
tsutils "^3.21.0"
442463

@@ -445,6 +466,11 @@
445466
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
446467
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
447468

469+
"@typescript-eslint/types@5.57.0":
470+
version "5.57.0"
471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
472+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
473+
448474
"@typescript-eslint/typescript-estree@5.42.0":
449475
version "5.42.0"
450476
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
@@ -458,7 +484,34 @@
458484
semver "^7.3.7"
459485
tsutils "^3.21.0"
460486

461-
"@typescript-eslint/utils@5.42.0", "@typescript-eslint/utils@^5.10.0":
487+
"@typescript-eslint/typescript-estree@5.57.0":
488+
version "5.57.0"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
490+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
491+
dependencies:
492+
"@typescript-eslint/types" "5.57.0"
493+
"@typescript-eslint/visitor-keys" "5.57.0"
494+
debug "^4.3.4"
495+
globby "^11.1.0"
496+
is-glob "^4.0.3"
497+
semver "^7.3.7"
498+
tsutils "^3.21.0"
499+
500+
"@typescript-eslint/utils@5.57.0":
501+
version "5.57.0"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
503+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
504+
dependencies:
505+
"@eslint-community/eslint-utils" "^4.2.0"
506+
"@types/json-schema" "^7.0.9"
507+
"@types/semver" "^7.3.12"
508+
"@typescript-eslint/scope-manager" "5.57.0"
509+
"@typescript-eslint/types" "5.57.0"
510+
"@typescript-eslint/typescript-estree" "5.57.0"
511+
eslint-scope "^5.1.1"
512+
semver "^7.3.7"
513+
514+
"@typescript-eslint/utils@^5.10.0":
462515
version "5.42.0"
463516
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
464517
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
@@ -480,6 +533,14 @@
480533
"@typescript-eslint/types" "5.42.0"
481534
eslint-visitor-keys "^3.3.0"
482535

536+
"@typescript-eslint/visitor-keys@5.57.0":
537+
version "5.57.0"
538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
539+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
540+
dependencies:
541+
"@typescript-eslint/types" "5.57.0"
542+
eslint-visitor-keys "^3.3.0"
543+
483544
acorn-jsx@^5.3.2:
484545
version "5.3.2"
485546
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -566,7 +627,7 @@ array.prototype.flat@^1.2.5:
566627
es-abstract "^1.20.4"
567628
es-shim-unscopables "^1.0.0"
568629

569-
array.prototype.flatmap@^1.2.5:
630+
array.prototype.flatmap@^1.3.0:
570631
version "1.3.1"
571632
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
572633
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -874,7 +935,7 @@ error-ex@^1.3.1:
874935
dependencies:
875936
is-arrayish "^0.2.1"
876937

877-
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5, es-abstract@^1.20.4:
938+
es-abstract@^1.19.0, es-abstract@^1.19.5, es-abstract@^1.20.4:
878939
version "1.20.4"
879940
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
880941
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
@@ -935,10 +996,10 @@ escape-string-regexp@^4.0.0:
935996
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
936997
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
937998

938-
eslint-config-es@4.1.0:
939-
version "4.1.0"
940-
resolved "https://registry.yarnpkg.com/eslint-config-es/-/eslint-config-es-4.1.0.tgz#bef594038abc5b0ca79a3adbb04222d9e201748a"
941-
integrity sha512-o7sRistJAqsiVB437ptIodjcBTz+JwUj2youjU9P2zIJMHZOY2eRpEnIMhqOusbWDVqPKefp+3hPSI/qFotECQ==
999+
eslint-config-es@4.2.0:
1000+
version "4.2.0"
1001+
resolved "https://registry.yarnpkg.com/eslint-config-es/-/eslint-config-es-4.2.0.tgz#1557543ad8a3b02d0b268c7d7292a0f4919657ea"
1002+
integrity sha512-VpM6q45ie7GjDLHB0BdOC5UDGEpFOFWBBEE+zKHz1ZBoQaYEK32YufOgk1rnzpEsMCg3NgVnM9Kt3pE1+o4CZQ==
9421003
dependencies:
9431004
lodash "4.17.21"
9441005

@@ -950,7 +1011,7 @@ eslint-import-resolver-node@^0.3.6:
9501011
debug "^3.2.7"
9511012
resolve "^1.20.0"
9521013

953-
eslint-import-resolver-typescript@^2.5.0:
1014+
eslint-import-resolver-typescript@^2.7.1:
9541015
version "2.7.1"
9551016
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz#a90a4a1c80da8d632df25994c4c5fdcdd02b8751"
9561017
integrity sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==
@@ -961,7 +1022,7 @@ eslint-import-resolver-typescript@^2.5.0:
9611022
resolve "^1.22.0"
9621023
tsconfig-paths "^3.14.1"
9631024

964-
eslint-module-utils@^2.7.2:
1025+
eslint-module-utils@^2.7.3:
9651026
version "2.7.4"
9661027
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
9671028
integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
@@ -983,24 +1044,24 @@ eslint-plugin-extended@0.2.0:
9831044
dependencies:
9841045
varname "2.0.2"
9851046

986-
eslint-plugin-import@2.25.4:
987-
version "2.25.4"
988-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
989-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
1047+
eslint-plugin-import@2.26.0:
1048+
version "2.26.0"
1049+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
1050+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
9901051
dependencies:
9911052
array-includes "^3.1.4"
9921053
array.prototype.flat "^1.2.5"
9931054
debug "^2.6.9"
9941055
doctrine "^2.1.0"
9951056
eslint-import-resolver-node "^0.3.6"
996-
eslint-module-utils "^2.7.2"
1057+
eslint-module-utils "^2.7.3"
9971058
has "^1.0.3"
998-
is-core-module "^2.8.0"
1059+
is-core-module "^2.8.1"
9991060
is-glob "^4.0.3"
1000-
minimatch "^3.0.4"
1061+
minimatch "^3.1.2"
10011062
object.values "^1.1.5"
1002-
resolve "^1.20.0"
1003-
tsconfig-paths "^3.12.0"
1063+
resolve "^1.22.0"
1064+
tsconfig-paths "^3.14.1"
10041065

10051066
eslint-plugin-jest@^26.0.0:
10061067
version "26.9.0"
@@ -1017,32 +1078,32 @@ eslint-plugin-mocha@9.0.0:
10171078
eslint-utils "^3.0.0"
10181079
ramda "^0.27.1"
10191080

1020-
eslint-plugin-react-hooks@4.3.0:
1021-
version "4.3.0"
1022-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
1023-
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
1081+
eslint-plugin-react-hooks@4.6.0:
1082+
version "4.6.0"
1083+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
1084+
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
10241085

1025-
eslint-plugin-react@7.29.3:
1026-
version "7.29.3"
1027-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
1028-
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
1086+
eslint-plugin-react@7.31.10:
1087+
version "7.31.10"
1088+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
1089+
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
10291090
dependencies:
1030-
array-includes "^3.1.4"
1031-
array.prototype.flatmap "^1.2.5"
1091+
array-includes "^3.1.5"
1092+
array.prototype.flatmap "^1.3.0"
10321093
doctrine "^2.1.0"
10331094
estraverse "^5.3.0"
10341095
jsx-ast-utils "^2.4.1 || ^3.0.0"
10351096
minimatch "^3.1.2"
10361097
object.entries "^1.1.5"
10371098
object.fromentries "^2.0.5"
1038-
object.hasown "^1.1.0"
1099+
object.hasown "^1.1.1"
10391100
object.values "^1.1.5"
10401101
prop-types "^15.8.1"
10411102
resolve "^2.0.0-next.3"
10421103
semver "^6.3.0"
1043-
string.prototype.matchall "^4.0.6"
1104+
string.prototype.matchall "^4.0.7"
10441105

1045-
eslint-plugin-tsdoc@^0.2.14:
1106+
eslint-plugin-tsdoc@^0.2.17:
10461107
version "0.2.17"
10471108
resolved "https://registry.yarnpkg.com/eslint-plugin-tsdoc/-/eslint-plugin-tsdoc-0.2.17.tgz#27789495bbd8778abbf92db1707fec2ed3dfe281"
10481109
integrity sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==
@@ -1601,7 +1662,7 @@ is-callable@^1.2.7:
16011662
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
16021663
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
16031664

1604-
is-core-module@^2.1.0, is-core-module@^2.8.0, is-core-module@^2.9.0:
1665+
is-core-module@^2.1.0, is-core-module@^2.8.1, is-core-module@^2.9.0:
16051666
version "2.11.0"
16061667
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
16071668
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
@@ -2099,7 +2160,7 @@ object.fromentries@^2.0.5:
20992160
define-properties "^1.1.4"
21002161
es-abstract "^1.20.4"
21012162

2102-
object.hasown@^1.1.0:
2163+
object.hasown@^1.1.1:
21032164
version "1.1.2"
21042165
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
21052166
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
@@ -2421,7 +2482,7 @@ regexp-tree@~0.1.1:
24212482
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7"
24222483
integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw==
24232484

2424-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
2485+
regexp.prototype.flags@^1.4.3:
24252486
version "1.4.3"
24262487
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
24272488
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -2624,18 +2685,18 @@ split2@^2.0.0:
26242685
dependencies:
26252686
through2 "^2.0.2"
26262687

2627-
string.prototype.matchall@^4.0.6:
2628-
version "4.0.7"
2629-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
2630-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
2688+
string.prototype.matchall@^4.0.7:
2689+
version "4.0.8"
2690+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
2691+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
26312692
dependencies:
26322693
call-bind "^1.0.2"
2633-
define-properties "^1.1.3"
2634-
es-abstract "^1.19.1"
2635-
get-intrinsic "^1.1.1"
2694+
define-properties "^1.1.4"
2695+
es-abstract "^1.20.4"
2696+
get-intrinsic "^1.1.3"
26362697
has-symbols "^1.0.3"
26372698
internal-slot "^1.0.3"
2638-
regexp.prototype.flags "^1.4.1"
2699+
regexp.prototype.flags "^1.4.3"
26392700
side-channel "^1.0.4"
26402701

26412702
string.prototype.trimend@^1.0.5:
@@ -2761,7 +2822,7 @@ trim-newlines@^3.0.0:
27612822
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
27622823
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
27632824

2764-
tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1:
2825+
tsconfig-paths@^3.14.1:
27652826
version "3.14.1"
27662827
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
27672828
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==

0 commit comments

Comments
 (0)
Please sign in to comment.