Skip to content

Commit a973f88

Browse files
Merge pull request #98 from technote-space/release/next-v2.6.3
release: v2.6.4
2 parents 835781f + 8978106 commit a973f88

File tree

2 files changed

+102
-102
lines changed

2 files changed

+102
-102
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -49,7 +49,7 @@
4949
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
5050
},
5151
"dependencies": {
52-
"@technote-space/anchor-markdown-header": "^1.1.39",
52+
"@technote-space/anchor-markdown-header": "^1.1.40",
5353
"@textlint/markdown-to-ast": "^13.3.2",
5454
"htmlparser2": "^8.0.2",
5555
"update-section": "^0.3.3"
@@ -60,15 +60,15 @@
6060
"@rollup/plugin-typescript": "^11.1.0",
6161
"@sindresorhus/tsconfig": "^3.0.1",
6262
"@textlint/ast-node-types": "^13.3.2",
63-
"@types/node": "^18.16.0",
64-
"@typescript-eslint/eslint-plugin": "^5.59.0",
65-
"@typescript-eslint/parser": "^5.59.0",
63+
"@types/node": "^18.16.3",
64+
"@typescript-eslint/eslint-plugin": "^5.59.1",
65+
"@typescript-eslint/parser": "^5.59.1",
6666
"@vitest/coverage-c8": "^0.30.1",
6767
"eslint": "^8.39.0",
6868
"eslint-plugin-import": "^2.27.5",
6969
"husky": "^8.0.3",
70-
"lint-staged": "^13.2.1",
71-
"rollup": "^3.20.7",
70+
"lint-staged": "^13.2.2",
71+
"rollup": "^3.21.2",
7272
"typescript": "^5.0.4",
7373
"vitest": "^0.30.1"
7474
},

yarn.lock

+95-95
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@
314314
eslint-visitor-keys "^3.3.0"
315315

316316
"@eslint-community/regexpp@^4.4.0":
317-
version "4.5.0"
318-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
319-
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
317+
version "4.5.1"
318+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
319+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
320320

321321
"@eslint/eslintrc@^2.0.2":
322322
version "2.0.2"
@@ -441,10 +441,10 @@
441441
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
442442
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
443443

444-
"@technote-space/anchor-markdown-header@^1.1.39":
445-
version "1.1.39"
446-
resolved "https://registry.yarnpkg.com/@technote-space/anchor-markdown-header/-/anchor-markdown-header-1.1.39.tgz#ae4216555f3347d1747c76cefa1c0ea0b43efaf4"
447-
integrity sha512-DgaYUCqL39//LUbcwq5kVcImvL9+Nw2P44Ch7B45EpkQTx6ONrOuMxULpyBNHCCt+I+0bwSjsLJXKy+0WoErXA==
444+
"@technote-space/anchor-markdown-header@^1.1.40":
445+
version "1.1.40"
446+
resolved "https://registry.yarnpkg.com/@technote-space/anchor-markdown-header/-/anchor-markdown-header-1.1.40.tgz#2ed8b95e8c7133627f815249152dca3d523c7263"
447+
integrity sha512-AtJAwNv/uFzpn9cRTeaUU2A8fd8nBdmNbcAHRlCS9sK8Glu0kkJRLd3BsrNFr86Cih3/9TwI9eGjPGkEmjfyHw==
448448
dependencies:
449449
emoji-regex "^10.2.1"
450450

@@ -496,9 +496,9 @@
496496
"@types/chai" "*"
497497

498498
"@types/chai@*", "@types/chai@^4.3.4":
499-
version "4.3.4"
500-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
501-
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
499+
version "4.3.5"
500+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.5.tgz#ae69bcbb1bebb68c4ac0b11e9d8ed04526b3562b"
501+
integrity sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==
502502

503503
"@types/estree@^1.0.0":
504504
version "1.0.1"
@@ -532,10 +532,10 @@
532532
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
533533
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
534534

535-
"@types/node@*", "@types/node@^18.16.0":
536-
version "18.16.0"
537-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
538-
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
535+
"@types/node@*", "@types/node@^18.16.3":
536+
version "18.16.3"
537+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01"
538+
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==
539539

540540
"@types/normalize-package-data@^2.4.0":
541541
version "2.4.1"
@@ -552,88 +552,88 @@
552552
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
553553
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
554554

555-
"@typescript-eslint/eslint-plugin@^5.59.0":
556-
version "5.59.0"
557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
558-
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
555+
"@typescript-eslint/eslint-plugin@^5.59.1":
556+
version "5.59.1"
557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz#9b09ee1541bff1d2cebdcb87e7ce4a4003acde08"
558+
integrity sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==
559559
dependencies:
560560
"@eslint-community/regexpp" "^4.4.0"
561-
"@typescript-eslint/scope-manager" "5.59.0"
562-
"@typescript-eslint/type-utils" "5.59.0"
563-
"@typescript-eslint/utils" "5.59.0"
561+
"@typescript-eslint/scope-manager" "5.59.1"
562+
"@typescript-eslint/type-utils" "5.59.1"
563+
"@typescript-eslint/utils" "5.59.1"
564564
debug "^4.3.4"
565565
grapheme-splitter "^1.0.4"
566566
ignore "^5.2.0"
567567
natural-compare-lite "^1.4.0"
568568
semver "^7.3.7"
569569
tsutils "^3.21.0"
570570

571-
"@typescript-eslint/parser@^5.59.0":
572-
version "5.59.0"
573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
574-
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
571+
"@typescript-eslint/parser@^5.59.1":
572+
version "5.59.1"
573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.1.tgz#73c2c12127c5c1182d2e5b71a8fa2a85d215cbb4"
574+
integrity sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==
575575
dependencies:
576-
"@typescript-eslint/scope-manager" "5.59.0"
577-
"@typescript-eslint/types" "5.59.0"
578-
"@typescript-eslint/typescript-estree" "5.59.0"
576+
"@typescript-eslint/scope-manager" "5.59.1"
577+
"@typescript-eslint/types" "5.59.1"
578+
"@typescript-eslint/typescript-estree" "5.59.1"
579579
debug "^4.3.4"
580580

581-
"@typescript-eslint/scope-manager@5.59.0":
582-
version "5.59.0"
583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
584-
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
581+
"@typescript-eslint/scope-manager@5.59.1":
582+
version "5.59.1"
583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz#8a20222719cebc5198618a5d44113705b51fd7fe"
584+
integrity sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==
585585
dependencies:
586-
"@typescript-eslint/types" "5.59.0"
587-
"@typescript-eslint/visitor-keys" "5.59.0"
586+
"@typescript-eslint/types" "5.59.1"
587+
"@typescript-eslint/visitor-keys" "5.59.1"
588588

589-
"@typescript-eslint/type-utils@5.59.0":
590-
version "5.59.0"
591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
592-
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
589+
"@typescript-eslint/type-utils@5.59.1":
590+
version "5.59.1"
591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz#63981d61684fd24eda2f9f08c0a47ecb000a2111"
592+
integrity sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==
593593
dependencies:
594-
"@typescript-eslint/typescript-estree" "5.59.0"
595-
"@typescript-eslint/utils" "5.59.0"
594+
"@typescript-eslint/typescript-estree" "5.59.1"
595+
"@typescript-eslint/utils" "5.59.1"
596596
debug "^4.3.4"
597597
tsutils "^3.21.0"
598598

599-
"@typescript-eslint/types@5.59.0":
600-
version "5.59.0"
601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
602-
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
599+
"@typescript-eslint/types@5.59.1":
600+
version "5.59.1"
601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.1.tgz#03f3fedd1c044cb336ebc34cc7855f121991f41d"
602+
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
603603

604-
"@typescript-eslint/typescript-estree@5.59.0":
605-
version "5.59.0"
606-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
607-
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
604+
"@typescript-eslint/typescript-estree@5.59.1":
605+
version "5.59.1"
606+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz#4aa546d27fd0d477c618f0ca00b483f0ec84c43c"
607+
integrity sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==
608608
dependencies:
609-
"@typescript-eslint/types" "5.59.0"
610-
"@typescript-eslint/visitor-keys" "5.59.0"
609+
"@typescript-eslint/types" "5.59.1"
610+
"@typescript-eslint/visitor-keys" "5.59.1"
611611
debug "^4.3.4"
612612
globby "^11.1.0"
613613
is-glob "^4.0.3"
614614
semver "^7.3.7"
615615
tsutils "^3.21.0"
616616

617-
"@typescript-eslint/utils@5.59.0":
618-
version "5.59.0"
619-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
620-
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
617+
"@typescript-eslint/utils@5.59.1":
618+
version "5.59.1"
619+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.1.tgz#d89fc758ad23d2157cfae53f0b429bdf15db9473"
620+
integrity sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==
621621
dependencies:
622622
"@eslint-community/eslint-utils" "^4.2.0"
623623
"@types/json-schema" "^7.0.9"
624624
"@types/semver" "^7.3.12"
625-
"@typescript-eslint/scope-manager" "5.59.0"
626-
"@typescript-eslint/types" "5.59.0"
627-
"@typescript-eslint/typescript-estree" "5.59.0"
625+
"@typescript-eslint/scope-manager" "5.59.1"
626+
"@typescript-eslint/types" "5.59.1"
627+
"@typescript-eslint/typescript-estree" "5.59.1"
628628
eslint-scope "^5.1.1"
629629
semver "^7.3.7"
630630

631-
"@typescript-eslint/visitor-keys@5.59.0":
632-
version "5.59.0"
633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
634-
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
631+
"@typescript-eslint/visitor-keys@5.59.1":
632+
version "5.59.1"
633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz#0d96c36efb6560d7fb8eb85de10442c10d8f6058"
634+
integrity sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==
635635
dependencies:
636-
"@typescript-eslint/types" "5.59.0"
636+
"@typescript-eslint/types" "5.59.1"
637637
eslint-visitor-keys "^3.3.0"
638638

639639
"@vitest/coverage-c8@^0.30.1":
@@ -1269,21 +1269,21 @@ domelementtype@^2.3.0:
12691269
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
12701270
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
12711271

1272-
domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3:
1272+
domhandler@^5.0.2, domhandler@^5.0.3:
12731273
version "5.0.3"
12741274
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
12751275
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
12761276
dependencies:
12771277
domelementtype "^2.3.0"
12781278

12791279
domutils@^3.0.1:
1280-
version "3.0.1"
1281-
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c"
1282-
integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==
1280+
version "3.1.0"
1281+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
1282+
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
12831283
dependencies:
12841284
dom-serializer "^2.0.0"
12851285
domelementtype "^2.3.0"
1286-
domhandler "^5.0.1"
1286+
domhandler "^5.0.3"
12871287

12881288
dot-prop@^5.1.0:
12891289
version "5.3.0"
@@ -2340,10 +2340,10 @@ lines-and-columns@^1.1.6:
23402340
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
23412341
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
23422342

2343-
lint-staged@^13.2.1:
2344-
version "13.2.1"
2345-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.1.tgz#9d30a14e3e42897ef417bc98556fb757f75cae87"
2346-
integrity sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==
2343+
lint-staged@^13.2.2:
2344+
version "13.2.2"
2345+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.2.tgz#5e711d3139c234f73402177be2f8dd312e6508ca"
2346+
integrity sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==
23472347
dependencies:
23482348
chalk "5.2.0"
23492349
cli-truncate "^3.1.0"
@@ -2357,7 +2357,7 @@ lint-staged@^13.2.1:
23572357
object-inspect "^1.12.3"
23582358
pidtree "^0.6.0"
23592359
string-argv "^0.3.1"
2360-
yaml "^2.2.1"
2360+
yaml "^2.2.2"
23612361

23622362
listr2@^5.0.7:
23632363
version "5.0.8"
@@ -3027,7 +3027,7 @@ pkg-types@^1.0.2:
30273027
mlly "^1.1.1"
30283028
pathe "^1.1.0"
30293029

3030-
postcss@^8.4.21:
3030+
postcss@^8.4.23:
30313031
version "8.4.23"
30323032
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
30333033
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
@@ -3217,10 +3217,10 @@ rimraf@^3.0.2:
32173217
dependencies:
32183218
glob "^7.1.3"
32193219

3220-
rollup@^3.20.2, rollup@^3.20.7:
3221-
version "3.20.7"
3222-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.7.tgz#4f045dfb388abe08dd159f8cd286dcaca1e80b28"
3223-
integrity sha512-P7E2zezKSLhWnTz46XxjSmInrbOCiul1yf+kJccMxT56vxjHwCbDfoLbiqFgu+WQoo9ij2PkraYaBstgB2prBA==
3220+
rollup@^3.21.0, rollup@^3.21.2:
3221+
version "3.21.2"
3222+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.2.tgz#c3a06bc8d235a0c0a8f1f7d9da73426f53706bdc"
3223+
integrity sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==
32243224
optionalDependencies:
32253225
fsevents "~2.3.2"
32263226

@@ -3232,9 +3232,9 @@ run-parallel@^1.1.9:
32323232
queue-microtask "^1.2.2"
32333233

32343234
rxjs@^7.8.0:
3235-
version "7.8.0"
3236-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
3237-
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
3235+
version "7.8.1"
3236+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
3237+
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
32383238
dependencies:
32393239
tslib "^2.1.0"
32403240

@@ -3552,9 +3552,9 @@ time-zone@^1.0.0:
35523552
integrity sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==
35533553

35543554
tinybench@^2.4.0:
3555-
version "2.4.0"
3556-
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.4.0.tgz#83f60d9e5545353610fe7993bd783120bc20c7a7"
3557-
integrity sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==
3555+
version "2.5.0"
3556+
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.5.0.tgz#4711c99bbf6f3e986f67eb722fed9cddb3a68ba5"
3557+
integrity sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==
35583558

35593559
tinypool@^0.4.0:
35603560
version "0.4.0"
@@ -3807,13 +3807,13 @@ vite-node@0.30.1:
38073807
vite "^3.0.0 || ^4.0.0"
38083808

38093809
"vite@^3.0.0 || ^4.0.0":
3810-
version "4.3.1"
3811-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.1.tgz#9badb1377f995632cdcf05f32103414db6fbb95a"
3812-
integrity sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==
3810+
version "4.3.3"
3811+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.3.tgz#26adb4aa01439fc4546c480ea547674d87289396"
3812+
integrity sha512-MwFlLBO4udZXd+VBcezo3u8mC77YQk+ik+fbc0GZWGgzfbPP+8Kf0fldhARqvSYmtIWoAJ5BXPClUbMTlqFxrA==
38133813
dependencies:
38143814
esbuild "^0.17.5"
3815-
postcss "^8.4.21"
3816-
rollup "^3.20.2"
3815+
postcss "^8.4.23"
3816+
rollup "^3.21.0"
38173817
optionalDependencies:
38183818
fsevents "~2.3.2"
38193819

@@ -3930,10 +3930,10 @@ yallist@^4.0.0:
39303930
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
39313931
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
39323932

3933-
yaml@^2.2.1:
3934-
version "2.2.1"
3935-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
3936-
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
3933+
yaml@^2.2.2:
3934+
version "2.2.2"
3935+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
3936+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
39373937

39383938
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
39393939
version "20.2.9"
@@ -3959,9 +3959,9 @@ yargs@^16.2.0:
39593959
yargs-parser "^20.2.2"
39603960

39613961
yargs@^17.0.0:
3962-
version "17.7.1"
3963-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
3964-
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
3962+
version "17.7.2"
3963+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
3964+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
39653965
dependencies:
39663966
cliui "^8.0.1"
39673967
escalade "^3.1.1"

0 commit comments

Comments
 (0)