Skip to content

Commit 62b3029

Browse files
committed
chore(core): fix dependency vulnerabilities
1 parent 186fcaf commit 62b3029

File tree

2 files changed

+99
-120
lines changed

2 files changed

+99
-120
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rollup/plugin-node-resolve": "^15.0.1",
1212
"@rollup/plugin-typescript": "^11.1.1",
1313
"@types/react": "^18.2.6",
14-
"@typescript-eslint/eslint-plugin": "^5.59.6",
15-
"@typescript-eslint/parser": "^5.59.6",
14+
"@typescript-eslint/eslint-plugin": "^6.11.0",
15+
"@typescript-eslint/parser": "^6.11.0",
1616
"eslint": "^8.41.0",
1717
"eslint-config-prettier": "9.0.0",
1818
"eslint-plugin-prettier": "^4.2.1",
@@ -75,5 +75,5 @@
7575
"typecheck": "tsc -b ."
7676
},
7777
"type": "module",
78-
"version": "3.1.2"
78+
"version": "3.1.3-beta.0"
7979
}

yarn.lock

Lines changed: 96 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,19 @@
188188
dependencies:
189189
chalk "^4.1.0"
190190

191-
"@eslint-community/eslint-utils@^4.2.0":
191+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
192192
version "4.4.0"
193193
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
194194
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
195195
dependencies:
196196
eslint-visitor-keys "^3.3.0"
197197

198-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
198+
"@eslint-community/regexpp@^4.5.1":
199+
version "4.10.0"
200+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
201+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
202+
203+
"@eslint-community/regexpp@^4.6.1":
199204
version "4.8.0"
200205
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
201206
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
@@ -371,10 +376,10 @@
371376
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
372377
integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
373378

374-
"@types/json-schema@^7.0.9":
375-
version "7.0.11"
376-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
377-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
379+
"@types/json-schema@^7.0.12":
380+
version "7.0.15"
381+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
382+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
378383

379384
"@types/minimist@^1.2.0":
380385
version "1.2.2"
@@ -417,94 +422,95 @@
417422
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
418423
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
419424

420-
"@types/semver@^7.3.12":
421-
version "7.5.0"
422-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
423-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
424-
425-
"@typescript-eslint/eslint-plugin@^5.59.6":
426-
version "5.62.0"
427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
428-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
429-
dependencies:
430-
"@eslint-community/regexpp" "^4.4.0"
431-
"@typescript-eslint/scope-manager" "5.62.0"
432-
"@typescript-eslint/type-utils" "5.62.0"
433-
"@typescript-eslint/utils" "5.62.0"
425+
"@types/semver@^7.5.0":
426+
version "7.5.5"
427+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
428+
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
429+
430+
"@typescript-eslint/eslint-plugin@^6.11.0":
431+
version "6.11.0"
432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
433+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
434+
dependencies:
435+
"@eslint-community/regexpp" "^4.5.1"
436+
"@typescript-eslint/scope-manager" "6.11.0"
437+
"@typescript-eslint/type-utils" "6.11.0"
438+
"@typescript-eslint/utils" "6.11.0"
439+
"@typescript-eslint/visitor-keys" "6.11.0"
434440
debug "^4.3.4"
435441
graphemer "^1.4.0"
436-
ignore "^5.2.0"
437-
natural-compare-lite "^1.4.0"
438-
semver "^7.3.7"
439-
tsutils "^3.21.0"
440-
441-
"@typescript-eslint/parser@^5.59.6":
442-
version "5.62.0"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
444-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
445-
dependencies:
446-
"@typescript-eslint/scope-manager" "5.62.0"
447-
"@typescript-eslint/types" "5.62.0"
448-
"@typescript-eslint/typescript-estree" "5.62.0"
442+
ignore "^5.2.4"
443+
natural-compare "^1.4.0"
444+
semver "^7.5.4"
445+
ts-api-utils "^1.0.1"
446+
447+
"@typescript-eslint/parser@^6.11.0":
448+
version "6.11.0"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
450+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
451+
dependencies:
452+
"@typescript-eslint/scope-manager" "6.11.0"
453+
"@typescript-eslint/types" "6.11.0"
454+
"@typescript-eslint/typescript-estree" "6.11.0"
455+
"@typescript-eslint/visitor-keys" "6.11.0"
449456
debug "^4.3.4"
450457

451-
"@typescript-eslint/scope-manager@5.62.0":
452-
version "5.62.0"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
454-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
458+
"@typescript-eslint/scope-manager@6.11.0":
459+
version "6.11.0"
460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
461+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
455462
dependencies:
456-
"@typescript-eslint/types" "5.62.0"
457-
"@typescript-eslint/visitor-keys" "5.62.0"
463+
"@typescript-eslint/types" "6.11.0"
464+
"@typescript-eslint/visitor-keys" "6.11.0"
458465

459-
"@typescript-eslint/type-utils@5.62.0":
460-
version "5.62.0"
461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
462-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
466+
"@typescript-eslint/type-utils@6.11.0":
467+
version "6.11.0"
468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
469+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
463470
dependencies:
464-
"@typescript-eslint/typescript-estree" "5.62.0"
465-
"@typescript-eslint/utils" "5.62.0"
471+
"@typescript-eslint/typescript-estree" "6.11.0"
472+
"@typescript-eslint/utils" "6.11.0"
466473
debug "^4.3.4"
467-
tsutils "^3.21.0"
474+
ts-api-utils "^1.0.1"
468475

469-
"@typescript-eslint/types@5.62.0":
470-
version "5.62.0"
471-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
472-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
476+
"@typescript-eslint/types@6.11.0":
477+
version "6.11.0"
478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
479+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
473480

474-
"@typescript-eslint/typescript-estree@5.62.0":
475-
version "5.62.0"
476-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
477-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
481+
"@typescript-eslint/typescript-estree@6.11.0":
482+
version "6.11.0"
483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
484+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
478485
dependencies:
479-
"@typescript-eslint/types" "5.62.0"
480-
"@typescript-eslint/visitor-keys" "5.62.0"
486+
"@typescript-eslint/types" "6.11.0"
487+
"@typescript-eslint/visitor-keys" "6.11.0"
481488
debug "^4.3.4"
482489
globby "^11.1.0"
483490
is-glob "^4.0.3"
484-
semver "^7.3.7"
485-
tsutils "^3.21.0"
486-
487-
"@typescript-eslint/utils@5.62.0":
488-
version "5.62.0"
489-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
490-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
491-
dependencies:
492-
"@eslint-community/eslint-utils" "^4.2.0"
493-
"@types/json-schema" "^7.0.9"
494-
"@types/semver" "^7.3.12"
495-
"@typescript-eslint/scope-manager" "5.62.0"
496-
"@typescript-eslint/types" "5.62.0"
497-
"@typescript-eslint/typescript-estree" "5.62.0"
498-
eslint-scope "^5.1.1"
499-
semver "^7.3.7"
500-
501-
"@typescript-eslint/visitor-keys@5.62.0":
502-
version "5.62.0"
503-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
504-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
505-
dependencies:
506-
"@typescript-eslint/types" "5.62.0"
507-
eslint-visitor-keys "^3.3.0"
491+
semver "^7.5.4"
492+
ts-api-utils "^1.0.1"
493+
494+
"@typescript-eslint/utils@6.11.0":
495+
version "6.11.0"
496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
497+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
498+
dependencies:
499+
"@eslint-community/eslint-utils" "^4.4.0"
500+
"@types/json-schema" "^7.0.12"
501+
"@types/semver" "^7.5.0"
502+
"@typescript-eslint/scope-manager" "6.11.0"
503+
"@typescript-eslint/types" "6.11.0"
504+
"@typescript-eslint/typescript-estree" "6.11.0"
505+
semver "^7.5.4"
506+
507+
"@typescript-eslint/visitor-keys@6.11.0":
508+
version "6.11.0"
509+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
510+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
511+
dependencies:
512+
"@typescript-eslint/types" "6.11.0"
513+
eslint-visitor-keys "^3.4.1"
508514

509515
"@ungap/structured-clone@^1.2.0":
510516
version "1.2.0"
@@ -914,14 +920,6 @@ eslint-plugin-prettier@^4.2.1:
914920
dependencies:
915921
prettier-linter-helpers "^1.0.0"
916922

917-
eslint-scope@^5.1.1:
918-
version "5.1.1"
919-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
920-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
921-
dependencies:
922-
esrecurse "^4.3.0"
923-
estraverse "^4.1.1"
924-
925923
eslint-scope@^7.2.2:
926924
version "7.2.2"
927925
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -1002,11 +1000,6 @@ esrecurse@^4.3.0:
10021000
dependencies:
10031001
estraverse "^5.2.0"
10041002

1005-
estraverse@^4.1.1:
1006-
version "4.3.0"
1007-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
1008-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
1009-
10101003
estraverse@^5.1.0, estraverse@^5.2.0:
10111004
version "5.3.0"
10121005
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -1315,6 +1308,11 @@ ignore@^5.2.0:
13151308
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
13161309
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
13171310

1311+
ignore@^5.2.4:
1312+
version "5.3.0"
1313+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
1314+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
1315+
13181316
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
13191317
version "3.3.0"
13201318
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1740,11 +1738,6 @@ ms@2.1.2:
17401738
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
17411739
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
17421740

1743-
natural-compare-lite@^1.4.0:
1744-
version "1.4.0"
1745-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1746-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1747-
17481741
natural-compare@^1.4.0:
17491742
version "1.4.0"
17501743
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -2072,20 +2065,13 @@ safe-buffer@~5.2.0:
20722065
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
20732066
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
20742067

2075-
semver@7.5.4, semver@^7.3.4:
2068+
semver@7.5.4, semver@^7.3.4, semver@^7.5.4:
20762069
version "7.5.4"
20772070
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
20782071
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
20792072
dependencies:
20802073
lru-cache "^6.0.0"
20812074

2082-
semver@^7.3.7:
2083-
version "7.5.1"
2084-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
2085-
integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
2086-
dependencies:
2087-
lru-cache "^6.0.0"
2088-
20892075
shebang-command@^2.0.0:
20902076
version "2.0.0"
20912077
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -2278,17 +2264,10 @@ trim-newlines@^3.0.0:
22782264
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
22792265
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
22802266

2281-
tslib@^1.8.1:
2282-
version "1.14.1"
2283-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
2284-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
2285-
2286-
tsutils@^3.21.0:
2287-
version "3.21.0"
2288-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
2289-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
2290-
dependencies:
2291-
tslib "^1.8.1"
2267+
ts-api-utils@^1.0.1:
2268+
version "1.0.3"
2269+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
2270+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
22922271

22932272
type-check@^0.4.0, type-check@~0.4.0:
22942273
version "0.4.0"

0 commit comments

Comments
 (0)