Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit a26bd7f

Browse files
chore(deps): update voiceflow dependencies (automerge) (vf-000)
1 parent 258fbc0 commit a26bd7f

2 files changed

Lines changed: 142 additions & 42 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@istanbuljs/nyc-config-typescript": "^1.0.2",
1717
"@types/chai": "^4.3.3",
1818
"@types/mocha": "^9.1.1",
19-
"@voiceflow/commitlint-config": "2.0.0",
19+
"@voiceflow/commitlint-config": "2.2.0",
2020
"@voiceflow/eslint-config": "6.1.0",
21-
"@voiceflow/git-branch-check": "1.4.0",
22-
"@voiceflow/prettier-config": "1.2.1",
23-
"@voiceflow/tsconfig": "1.4.8",
21+
"@voiceflow/git-branch-check": "1.4.1",
22+
"@voiceflow/prettier-config": "1.4.0",
23+
"@voiceflow/tsconfig": "1.5.0",
2424
"@zerollup/ts-transform-paths": "^1.7.18",
2525
"chai": "^4.3.6",
2626
"commitizen": "^4.2.5",

yarn.lock

Lines changed: 138 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,13 @@
246246
resolve-global "1.0.0"
247247
yargs "^15.1.0"
248248

249-
"@commitlint/config-conventional@16.0.0":
250-
version "16.0.0"
251-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.0.0.tgz#f42d9e1959416b5e691c8b5248fc2402adb1fc03"
252-
integrity sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==
249+
"@commitlint/config-conventional@19.1.0":
250+
version "19.1.0"
251+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz#6b4b7938aa3bc308214a683247520f602e55961e"
252+
integrity sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==
253253
dependencies:
254-
conventional-changelog-conventionalcommits "^4.3.1"
254+
"@commitlint/types" "^19.0.3"
255+
conventional-changelog-conventionalcommits "^7.0.2"
255256

256257
"@commitlint/ensure@^11.0.0":
257258
version "11.0.0"
@@ -399,6 +400,14 @@
399400
dependencies:
400401
chalk "^4.0.0"
401402

403+
"@commitlint/types@^19.0.3":
404+
version "19.0.3"
405+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
406+
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
407+
dependencies:
408+
"@types/conventional-commits-parser" "^5.0.0"
409+
chalk "^5.3.0"
410+
402411
"@cspotcode/source-map-support@^0.8.0":
403412
version "0.8.1"
404413
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -512,12 +521,10 @@
512521
"@nodelib/fs.scandir" "2.1.5"
513522
fastq "^1.6.0"
514523

515-
"@ovos-media/ts-transform-paths@1.7.18-1":
516-
version "1.7.18-1"
517-
resolved "https://registry.yarnpkg.com/@ovos-media/ts-transform-paths/-/ts-transform-paths-1.7.18-1.tgz#654f777e9f54fe50b920639654790adc317ad49f"
518-
integrity sha512-5uYtraYSWg1klaMYus3ouCOUUNzcI40pS0NCaw0PhoaPTimVfT3MV061ZLYR/4F14THqyofMjmCNcHgFrBX3AA==
519-
dependencies:
520-
"@zerollup/ts-helpers" "^1.7.18"
524+
"@pkgr/core@^0.1.0":
525+
version "0.1.1"
526+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
527+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
521528

522529
"@pkgr/utils@^2.3.0":
523530
version "2.3.1"
@@ -556,6 +563,13 @@
556563
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.3.tgz#3c90752792660c4b562ad73b3fbd68bf3bc7ae07"
557564
integrity sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==
558565

566+
"@types/conventional-commits-parser@^5.0.0":
567+
version "5.0.0"
568+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
569+
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
570+
dependencies:
571+
"@types/node" "*"
572+
559573
"@types/json-schema@^7.0.9":
560574
version "7.0.11"
561575
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -581,6 +595,13 @@
581595
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
582596
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
583597

598+
"@types/node@*":
599+
version "20.12.7"
600+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
601+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
602+
dependencies:
603+
undici-types "~5.26.4"
604+
584605
"@types/normalize-package-data@^2.4.0":
585606
version "2.4.1"
586607
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -729,12 +750,12 @@
729750
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
730751
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
731752

732-
"@voiceflow/commitlint-config@2.0.0":
733-
version "2.0.0"
734-
resolved "https://registry.yarnpkg.com/@voiceflow/commitlint-config/-/commitlint-config-2.0.0.tgz#ca90141f90620e1ab3477c7056f1fa88f0db8c6f"
735-
integrity sha512-zSsQ6s6rOWaYZTeLcqs7ZdKYS1WaU8f3CGk6LIHkQZhJ+fjHRv/y0njRIiFTKKQjUOi3wK+QFtx4tzUXUS6nBw==
753+
"@voiceflow/commitlint-config@2.2.0":
754+
version "2.2.0"
755+
resolved "https://registry.yarnpkg.com/@voiceflow/commitlint-config/-/commitlint-config-2.2.0.tgz#56e7c4a4d5465ce589fa75c6c2d4662bf6569682"
756+
integrity sha512-kzLzncxLCrPzz27Rq9GQ7KiMGVBQcwgOlSbj7TwqpnYXffw2vC4TBelr5W3Wmn8HnOmThm5e5t3EhT1EQIFCIw==
736757
dependencies:
737-
"@commitlint/config-conventional" "16.0.0"
758+
"@commitlint/config-conventional" "19.1.0"
738759

739760
"@voiceflow/eslint-config@6.1.0":
740761
version "6.1.0"
@@ -766,25 +787,24 @@
766787
eslint-plugin-xss "^0.1.9"
767788
eslint-plugin-you-dont-need-lodash-underscore "^6.12.0"
768789

769-
"@voiceflow/git-branch-check@1.4.0":
770-
version "1.4.0"
771-
resolved "https://registry.yarnpkg.com/@voiceflow/git-branch-check/-/git-branch-check-1.4.0.tgz#5874af67eaaca0bc5270098f9cca0d65ddeb860a"
772-
integrity sha512-NqxeJ4Xl5dA1XnaYxEy7mdTVNbO8C0eUO9RjG/LVJneBch1eL7KfDWjyZ66+fZvUTJPbVu7LwZPnFYKw/ncgbA==
790+
"@voiceflow/git-branch-check@1.4.1":
791+
version "1.4.1"
792+
resolved "https://registry.yarnpkg.com/@voiceflow/git-branch-check/-/git-branch-check-1.4.1.tgz#afc8df689f656189a3b4ef3aaf7ee247581afa5b"
793+
integrity sha512-btj43ZdlbaAowzQZWUiZq7ssiV9r0M3uyF9ARjsRLMEigeqc/tTKjkKCXlg70Vd0DXrvsDhEW6q+rB+yACZpGw==
773794
dependencies:
774795
current-git-branch "^1.1.0"
775796

776-
"@voiceflow/prettier-config@1.2.1":
777-
version "1.2.1"
778-
resolved "https://registry.yarnpkg.com/@voiceflow/prettier-config/-/prettier-config-1.2.1.tgz#906bc852bcd8b2586fa62e4635392a0bea1fdb59"
779-
integrity sha512-J7wnJCwRWSNX33Ji2eLeBxtwXplAKIk9/aOfrHVfKmYrLHqXvOcrl2/7xa37jqnuTl8vw3+UsfFo3sMDY6weTg==
780-
781-
"@voiceflow/tsconfig@1.4.8":
782-
version "1.4.8"
783-
resolved "https://registry.yarnpkg.com/@voiceflow/tsconfig/-/tsconfig-1.4.8.tgz#02c833721978be6ab711b3697b785bd74d59ac6f"
784-
integrity sha512-gcuJNGm5qL2OJn1BVinMWTDUiZlRlSssns3Yur52uPxzKXoEuv6FJbtBErON1g/20n4Rt1epDCMY8nCbbkvn6g==
797+
"@voiceflow/prettier-config@1.4.0":
798+
version "1.4.0"
799+
resolved "https://registry.yarnpkg.com/@voiceflow/prettier-config/-/prettier-config-1.4.0.tgz#fe61e31269e1c5171fd35c439d9d593a764e2d0a"
800+
integrity sha512-nj22lDeZiOS9O6ZyoGlHVy8Mc83H4A7Ph1a8VqaqhyziTq4+o7PurSrcGzZWMcGPNsZzUMbgjpYbudFaBHjgeg==
785801
dependencies:
786-
"@ovos-media/ts-transform-paths" "1.7.18-1"
787-
"@zerollup/ts-transform-paths" "1.7.18"
802+
prettier-plugin-packagejson "2.4.14"
803+
804+
"@voiceflow/tsconfig@1.5.0":
805+
version "1.5.0"
806+
resolved "https://registry.yarnpkg.com/@voiceflow/tsconfig/-/tsconfig-1.5.0.tgz#51e78e842070137318783496e21e44f817263a6f"
807+
integrity sha512-Rr1w32Fp/00EEVjQxSoaBXMoP5xMQBHuSRNhXvwwWtt74kIrGjIp65yon24DnNpNxS/DCTT0oeMhhl8US/C0mg==
788808

789809
"@vue/compiler-core@3.2.18":
790810
version "3.2.18"
@@ -851,7 +871,7 @@
851871
dependencies:
852872
resolve "^1.12.0"
853873

854-
"@zerollup/ts-transform-paths@1.7.18", "@zerollup/ts-transform-paths@^1.7.18":
874+
"@zerollup/ts-transform-paths@^1.7.18":
855875
version "1.7.18"
856876
resolved "https://registry.yarnpkg.com/@zerollup/ts-transform-paths/-/ts-transform-paths-1.7.18.tgz#72f705c66690879e51d53c73dc76c4e2518a8c50"
857877
integrity sha512-YPVUxvWQVzRx1OBN0Pmkd58+R9FcfUJuwTaPUSoi5rKxuXMtxevTXdfi0w5mEaIH8b0DfL+wg0wFDHiJE+S2zA==
@@ -1334,6 +1354,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
13341354
ansi-styles "^4.1.0"
13351355
supports-color "^7.1.0"
13361356

1357+
chalk@^5.3.0:
1358+
version "5.3.0"
1359+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1360+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1361+
13371362
chardet@^0.7.0:
13381363
version "0.7.0"
13391364
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -1564,14 +1589,12 @@ conventional-changelog-angular@^5.0.0:
15641589
compare-func "^2.0.0"
15651590
q "^1.5.1"
15661591

1567-
conventional-changelog-conventionalcommits@^4.3.1:
1568-
version "4.6.1"
1569-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.1.tgz#f4c0921937050674e578dc7875f908351ccf4014"
1570-
integrity sha512-lzWJpPZhbM1R0PIzkwzGBCnAkH5RKJzJfFQZcl/D+2lsJxAwGnDKBqn/F4C1RD31GJNn8NuKWQzAZDAVXPp2Mw==
1592+
conventional-changelog-conventionalcommits@^7.0.2:
1593+
version "7.0.2"
1594+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
1595+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
15711596
dependencies:
15721597
compare-func "^2.0.0"
1573-
lodash "^4.17.15"
1574-
q "^1.5.1"
15751598

15761599
conventional-commit-types@^3.0.0:
15771600
version "3.0.0"
@@ -1855,11 +1878,21 @@ detect-indent@6.1.0, detect-indent@^6.0.0:
18551878
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
18561879
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
18571880

1881+
detect-indent@^7.0.1:
1882+
version "7.0.1"
1883+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25"
1884+
integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==
1885+
18581886
detect-newline@^3.1.0:
18591887
version "3.1.0"
18601888
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
18611889
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
18621890

1891+
detect-newline@^4.0.0:
1892+
version "4.0.1"
1893+
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-4.0.1.tgz#fcefdb5713e1fb8cb2839b8b6ee22e6716ab8f23"
1894+
integrity sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==
1895+
18631896
diff@5.0.0:
18641897
version "5.0.0"
18651898
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
@@ -2720,6 +2753,11 @@ get-stdin@8.0.0:
27202753
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
27212754
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
27222755

2756+
get-stdin@^9.0.0:
2757+
version "9.0.0"
2758+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
2759+
integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==
2760+
27232761
get-stream@^3.0.0:
27242762
version "3.0.0"
27252763
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
@@ -2743,6 +2781,11 @@ get-symbol-description@^1.0.0:
27432781
resolved "https://registry.yarnpkg.com/@unts/get-tsconfig/-/get-tsconfig-4.1.1.tgz#f2d308a0c9e56a73b815b0525d4bf37a28914cdd"
27442782
integrity sha512-8mPf1bBzF2S+fyuyYOQWjDcaJTTgJ14UAnXW9I3KwrqioRWG1byRXHwciYdqXpbdOiu7Fg4WJbymBIakGk+aMA==
27452783

2784+
git-hooks-list@^3.0.0:
2785+
version "3.1.0"
2786+
resolved "https://registry.yarnpkg.com/git-hooks-list/-/git-hooks-list-3.1.0.tgz#386dc531dcc17474cf094743ff30987a3d3e70fc"
2787+
integrity sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==
2788+
27462789
git-raw-commits@^2.0.0:
27472790
version "2.0.10"
27482791
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.10.tgz#e2255ed9563b1c9c3ea6bd05806410290297bbc1"
@@ -3285,6 +3328,11 @@ is-plain-obj@^2.1.0:
32853328
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
32863329
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
32873330

3331+
is-plain-obj@^4.1.0:
3332+
version "4.1.0"
3333+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
3334+
integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
3335+
32883336
is-regex@^1.1.4:
32893337
version "1.1.4"
32903338
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
@@ -4388,6 +4436,14 @@ prettier-linter-helpers@^1.0.0:
43884436
dependencies:
43894437
fast-diff "^1.1.2"
43904438

4439+
prettier-plugin-packagejson@2.4.14:
4440+
version "2.4.14"
4441+
resolved "https://registry.yarnpkg.com/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.4.14.tgz#5d9d6ce16f7ce02c4d854d9d0d4bcc39f8271851"
4442+
integrity sha512-sli+gV5tW7uxvzDZQscaBtSfbyAW2ToL6n/HGt51PipwX9vI7M54vefG0mKSfklVkT29TNGO6Mo6g8c6Z79gmw==
4443+
dependencies:
4444+
sort-package-json "2.10.0"
4445+
synckit "0.9.0"
4446+
43914447
prettier@^2.7.1:
43924448
version "2.7.1"
43934449
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
@@ -4737,6 +4793,13 @@ semver@^7.3.7:
47374793
dependencies:
47384794
lru-cache "^6.0.0"
47394795

4796+
semver@^7.6.0:
4797+
version "7.6.0"
4798+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
4799+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
4800+
dependencies:
4801+
lru-cache "^6.0.0"
4802+
47404803
serialize-javascript@6.0.0:
47414804
version "6.0.0"
47424805
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -4828,6 +4891,25 @@ slice-ansi@^5.0.0:
48284891
ansi-styles "^6.0.0"
48294892
is-fullwidth-code-point "^4.0.0"
48304893

4894+
sort-object-keys@^1.1.3:
4895+
version "1.1.3"
4896+
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
4897+
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
4898+
4899+
sort-package-json@2.10.0:
4900+
version "2.10.0"
4901+
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.0.tgz#6be07424bf3b7db9fbb1bdd69e7945f301026d8a"
4902+
integrity sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==
4903+
dependencies:
4904+
detect-indent "^7.0.1"
4905+
detect-newline "^4.0.0"
4906+
get-stdin "^9.0.0"
4907+
git-hooks-list "^3.0.0"
4908+
globby "^13.1.2"
4909+
is-plain-obj "^4.1.0"
4910+
semver "^7.6.0"
4911+
sort-object-keys "^1.1.3"
4912+
48314913
source-map-js@^0.6.2:
48324914
version "0.6.2"
48334915
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
@@ -5110,6 +5192,14 @@ supports-color@^7.1.0:
51105192
dependencies:
51115193
has-flag "^4.0.0"
51125194

5195+
synckit@0.9.0:
5196+
version "0.9.0"
5197+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.0.tgz#5b33b458b3775e4466a5b377fba69c63572ae449"
5198+
integrity sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==
5199+
dependencies:
5200+
"@pkgr/core" "^0.1.0"
5201+
tslib "^2.6.2"
5202+
51135203
synckit@^0.7.2:
51145204
version "0.7.3"
51155205
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.7.3.tgz#99d4c1d09aaf03514801ff719b9c2bd80914a64d"
@@ -5258,6 +5348,11 @@ tslib@^2.1.0, tslib@^2.4.0:
52585348
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
52595349
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
52605350

5351+
tslib@^2.6.2:
5352+
version "2.6.2"
5353+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
5354+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
5355+
52615356
tsutils@^3.21.0:
52625357
version "3.21.0"
52635358
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -5353,6 +5448,11 @@ unbox-primitive@^1.0.2:
53535448
has-symbols "^1.0.3"
53545449
which-boxed-primitive "^1.0.2"
53555450

5451+
undici-types@~5.26.4:
5452+
version "5.26.5"
5453+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5454+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5455+
53565456
universalify@^0.1.0:
53575457
version "0.1.2"
53585458
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)