Skip to content

Commit ffcd2dc

Browse files
chore: update npm dependencies
1 parent 77f12bf commit ffcd2dc

File tree

2 files changed

+84
-84
lines changed

2 files changed

+84
-84
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@technote-space/github-action-log-helper": "^0.2.6",
5252
"@technote-space/github-action-test-helper": "^0.9.8",
5353
"@technote-space/release-github-actions-cli": "^1.9.0",
54-
"@types/node": "^18.0.0",
55-
"@typescript-eslint/eslint-plugin": "^5.30.3",
56-
"@typescript-eslint/parser": "^5.30.3",
54+
"@types/node": "^18.0.1",
55+
"@typescript-eslint/eslint-plugin": "^5.30.5",
56+
"@typescript-eslint/parser": "^5.30.5",
5757
"c8": "^7.11.3",
5858
"eslint": "^8.19.0",
5959
"eslint-plugin-import": "^2.26.0",
@@ -62,7 +62,7 @@
6262
"nock": "^13.2.8",
6363
"rollup": "^2.75.7",
6464
"typescript": "^4.7.4",
65-
"vitest": "^0.16.0"
65+
"vitest": "^0.17.0"
6666
},
6767
"publishConfig": {
6868
"access": "public"

yarn.lock

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -336,24 +336,24 @@
336336
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
337337
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
338338

339-
"@octokit/openapi-types@^12.5.0":
340-
version "12.6.0"
341-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.6.0.tgz#87489027e7089c039eb0ee4f807f7b52294fd8c3"
342-
integrity sha512-7uS/1woIC7FvIxNSTcY4BLnNFbPtv/iteW041u7EfrZxFrUzB6C402sLyCEezl89HPHRjQet9Q1SHLMe0StITg==
339+
"@octokit/openapi-types@^12.7.0":
340+
version "12.7.0"
341+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.7.0.tgz#b8e9434b5e005d88ebc49e102b39ba10d022923f"
342+
integrity sha512-vWXEPETgvltt9jEYdNtQTM8xnsQ7loEbBaLV26V7Tx8ovoN8P7R3XvhFeWiboqNhlXuBsIg1QI979WElB5mGXw==
343343

344344
"@octokit/plugin-paginate-rest@^2.17.0":
345-
version "2.21.0"
346-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.0.tgz#ddd425eaa09214dfdfdc9cc411fcf676b8985e65"
347-
integrity sha512-MoGEKjvDpTOCVb5gbeiW7kZm/cRfT256UJwHEuy+y+gTUuKziyXaiOkt5rM/4nzhp8UxVgvok9Tu7dMMpUybiQ==
345+
version "2.21.1"
346+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.1.tgz#9ab7a21e9f35a6d5526a3082da3f8f43908449e4"
347+
integrity sha512-NVNTK63yoTFp07GqISWK+uDfGH1CAPhQXS7LzsJBvaK5W+UlvG549pLZC55FK0FqANVl6q/9ra3SR5c97xF/sw==
348348
dependencies:
349-
"@octokit/types" "^6.38.1"
349+
"@octokit/types" "^6.38.2"
350350

351351
"@octokit/plugin-rest-endpoint-methods@^5.13.0", "@octokit/plugin-rest-endpoint-methods@^5.14.0":
352-
version "5.16.0"
353-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.0.tgz#e0a774d78bb17fb9b6b9ae48d5517940f7f61e90"
354-
integrity sha512-mvdwq+LvhR2GRDY82FgSZ52xX6wkOCpjiI3amiKbzKHd9nyKeFdXLsIQ3Go12tWRtvo+HwqoypLHDjRrgMFDQA==
352+
version "5.16.1"
353+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.1.tgz#24e5c33cb039bef3168db7e6266be5a6025df2a4"
354+
integrity sha512-RMHD3aJZvOpjR2fGzD2an6eU7LG8MsknhUHvP+wRUnKdbt7eDdhTMLQsZ4xsHZcLNsxPO/K4DDIZPhI2s571Ag==
355355
dependencies:
356-
"@octokit/types" "^6.38.0"
356+
"@octokit/types" "^6.38.2"
357357
deprecation "^2.3.1"
358358

359359
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
@@ -377,12 +377,12 @@
377377
node-fetch "^2.6.7"
378378
universal-user-agent "^6.0.0"
379379

380-
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.38.0", "@octokit/types@^6.38.1":
381-
version "6.38.1"
382-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.38.1.tgz#03d70745564954dfdae32df23d5f1578f958474f"
383-
integrity sha512-kWMohLCIvnwApRmxRFDOqve7puiNNdtVfgwdDOm6QyJNorWOgKv2/AodCcGqx63o28kF7Dr4/nJCatrwwqhULg==
380+
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.38.2":
381+
version "6.39.0"
382+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.39.0.tgz#46ce28ca59a3d4bac0e487015949008302e78eee"
383+
integrity sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==
384384
dependencies:
385-
"@octokit/openapi-types" "^12.5.0"
385+
"@octokit/openapi-types" "^12.7.0"
386386

387387
"@rollup/plugin-commonjs@^22.0.1":
388388
version "22.0.1"
@@ -558,10 +558,10 @@
558558
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
559559
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
560560

561-
"@types/node@*", "@types/node@>=12", "@types/node@^18.0.0":
562-
version "18.0.0"
563-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
564-
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==
561+
"@types/node@*", "@types/node@>=12", "@types/node@^18.0.1":
562+
version "18.0.1"
563+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.1.tgz#e91bd73239b338557a84d1f67f7b9e0f25643870"
564+
integrity sha512-CmR8+Tsy95hhwtZBKJBs0/FFq4XX7sDZHlGGf+0q+BRZfMbOTkzkj0AFAuTyXbObDIoanaBBW0+KEW+m3N16Wg==
565565

566566
"@types/normalize-package-data@^2.4.0":
567567
version "2.4.1"
@@ -580,84 +580,84 @@
580580
dependencies:
581581
"@types/node" "*"
582582

583-
"@typescript-eslint/eslint-plugin@^5.30.3":
584-
version "5.30.3"
585-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.3.tgz#2f293e56b73c4f281e48d253af4a17f21a55d54c"
586-
integrity sha512-QEgE1uahnDbWEkZlidq7uKB630ny1NN8KbLPmznX+8hYsYpoV1/quG1Nzvs141FVuumuS7O0EpqYw3RB4AVzRg==
583+
"@typescript-eslint/eslint-plugin@^5.30.5":
584+
version "5.30.5"
585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.5.tgz#e9a0afd6eb3b1d663db91cf1e7bc7584d394503d"
586+
integrity sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==
587587
dependencies:
588-
"@typescript-eslint/scope-manager" "5.30.3"
589-
"@typescript-eslint/type-utils" "5.30.3"
590-
"@typescript-eslint/utils" "5.30.3"
588+
"@typescript-eslint/scope-manager" "5.30.5"
589+
"@typescript-eslint/type-utils" "5.30.5"
590+
"@typescript-eslint/utils" "5.30.5"
591591
debug "^4.3.4"
592592
functional-red-black-tree "^1.0.1"
593593
ignore "^5.2.0"
594594
regexpp "^3.2.0"
595595
semver "^7.3.7"
596596
tsutils "^3.21.0"
597597

598-
"@typescript-eslint/parser@^5.30.3":
599-
version "5.30.3"
600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.3.tgz#d288c7dbeadf22403112c773dd53e0700f6dd6d5"
601-
integrity sha512-ddwGEPC3E49DduAUC8UThQafHRE5uc1NE8jdOgl+w8/NrYF50MJQNeD3u4JZrqAXdY9rJz0CdQ9HpNME20CzkA==
598+
"@typescript-eslint/parser@^5.30.5":
599+
version "5.30.5"
600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.5.tgz#f667c34e4e4c299d98281246c9b1e68c03a92522"
601+
integrity sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==
602602
dependencies:
603-
"@typescript-eslint/scope-manager" "5.30.3"
604-
"@typescript-eslint/types" "5.30.3"
605-
"@typescript-eslint/typescript-estree" "5.30.3"
603+
"@typescript-eslint/scope-manager" "5.30.5"
604+
"@typescript-eslint/types" "5.30.5"
605+
"@typescript-eslint/typescript-estree" "5.30.5"
606606
debug "^4.3.4"
607607

608-
"@typescript-eslint/[email protected].3":
609-
version "5.30.3"
610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.3.tgz#de7edb0b59efd71975a82cbf3f1b97c5c90769f0"
611-
integrity sha512-yVJIIUXeo/vv6Alj6lKBvsqnRs5hcxUpN3Dg3aD9Zv6r7p6Nn106jJcr5rnpRHAReEb/aMI2RWrt3JmL17eCVA==
608+
"@typescript-eslint/[email protected].5":
609+
version "5.30.5"
610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.5.tgz#7f90b9d6800552c856a5f3644f5e55dd1469d964"
611+
integrity sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==
612612
dependencies:
613-
"@typescript-eslint/types" "5.30.3"
614-
"@typescript-eslint/visitor-keys" "5.30.3"
613+
"@typescript-eslint/types" "5.30.5"
614+
"@typescript-eslint/visitor-keys" "5.30.5"
615615

616-
"@typescript-eslint/[email protected].3":
617-
version "5.30.3"
618-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.3.tgz#1bb4efcfc8de38086d50096709b2cccf72684515"
619-
integrity sha512-IIzakE7OXOqdwPaXhRiPnaZ8OuJJYBLufOffd9fqzkI4IMFIYq8KC7bghdnF7QUJTirURRErQFrJ/w5UpwIqaw==
616+
"@typescript-eslint/[email protected].5":
617+
version "5.30.5"
618+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.5.tgz#7a9656f360b4b1daea635c4621dab053d08bf8a9"
619+
integrity sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==
620620
dependencies:
621-
"@typescript-eslint/utils" "5.30.3"
621+
"@typescript-eslint/utils" "5.30.5"
622622
debug "^4.3.4"
623623
tsutils "^3.21.0"
624624

625-
"@typescript-eslint/[email protected].3":
626-
version "5.30.3"
627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.3.tgz#8ef6313dcec2e297b167dd25ef363e36857c49ff"
628-
integrity sha512-vshU3pjSTgBPNgfd55JLYngHkXuwQP68fxYFUAg1Uq+JrR3xG/XjvL9Dmv28CpOERtqwkaR4QQ3mD0NLZcE2Xw==
625+
"@typescript-eslint/[email protected].5":
626+
version "5.30.5"
627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
628+
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
629629

630-
"@typescript-eslint/[email protected].3":
631-
version "5.30.3"
632-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.3.tgz#d5ff918499dd56039864c157a898b1322d7bff8c"
633-
integrity sha512-jqVh5N9AJx6+7yRgoA+ZelAFrHezgI9pzI9giv7s84DDOmtpFwTgURcpICDHyz9x6vAeOu91iACZ4dBTVfzIyA==
630+
"@typescript-eslint/[email protected].5":
631+
version "5.30.5"
632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
633+
integrity sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==
634634
dependencies:
635-
"@typescript-eslint/types" "5.30.3"
636-
"@typescript-eslint/visitor-keys" "5.30.3"
635+
"@typescript-eslint/types" "5.30.5"
636+
"@typescript-eslint/visitor-keys" "5.30.5"
637637
debug "^4.3.4"
638638
globby "^11.1.0"
639639
is-glob "^4.0.3"
640640
semver "^7.3.7"
641641
tsutils "^3.21.0"
642642

643-
"@typescript-eslint/[email protected].3":
644-
version "5.30.3"
645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.3.tgz#be2ebaef73e5610c866c4f29ed33669acc89e3fc"
646-
integrity sha512-OEaBXGxxdIy35H+jyXfYAMQ66KMJczK9hEhL3gR6IRbWe5PyK+bPDC9zbQNVII6rNFTfF/Mse0z21NlEU+vOMw==
643+
"@typescript-eslint/[email protected].5":
644+
version "5.30.5"
645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.5.tgz#3999cbd06baad31b9e60d084f20714d1b2776765"
646+
integrity sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==
647647
dependencies:
648648
"@types/json-schema" "^7.0.9"
649-
"@typescript-eslint/scope-manager" "5.30.3"
650-
"@typescript-eslint/types" "5.30.3"
651-
"@typescript-eslint/typescript-estree" "5.30.3"
649+
"@typescript-eslint/scope-manager" "5.30.5"
650+
"@typescript-eslint/types" "5.30.5"
651+
"@typescript-eslint/typescript-estree" "5.30.5"
652652
eslint-scope "^5.1.1"
653653
eslint-utils "^3.0.0"
654654

655-
"@typescript-eslint/[email protected].3":
656-
version "5.30.3"
657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.3.tgz#2c5f7a16c36748d1c51ea5a9c29bfb64780ce466"
658-
integrity sha512-ep2xtHOhnSRt6fDP9DSSxrA/FqZhdMF7/Y9fYsxrKss2uWJMbzJyBJ/We1fKc786BJ10pHwrzUlhvpz8i7XzBg==
655+
"@typescript-eslint/[email protected].5":
656+
version "5.30.5"
657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.5.tgz#d4bb969202019d5d5d849a0aaedc7370cc044b14"
658+
integrity sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==
659659
dependencies:
660-
"@typescript-eslint/types" "5.30.3"
660+
"@typescript-eslint/types" "5.30.5"
661661
eslint-visitor-keys "^3.3.0"
662662

663663
JSONStream@^1.0.4:
@@ -1785,9 +1785,9 @@ global-dirs@^0.1.1:
17851785
ini "^1.3.4"
17861786

17871787
globals@^13.15.0:
1788-
version "13.15.0"
1789-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
1790-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
1788+
version "13.16.0"
1789+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.16.0.tgz#9be4aca28f311aaeb974ea54978ebbb5e35ce46a"
1790+
integrity sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==
17911791
dependencies:
17921792
type-fest "^0.20.2"
17931793

@@ -3157,9 +3157,9 @@ trim-newlines@^3.0.0:
31573157
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
31583158

31593159
ts-node@^10.8.1:
3160-
version "10.8.1"
3161-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
3162-
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
3160+
version "10.8.2"
3161+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
3162+
integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
31633163
dependencies:
31643164
"@cspotcode/source-map-support" "^0.8.0"
31653165
"@tsconfig/node10" "^1.0.7"
@@ -3308,7 +3308,7 @@ validate-npm-package-license@^3.0.1:
33083308
spdx-correct "^3.0.0"
33093309
spdx-expression-parse "^3.0.0"
33103310

3311-
vite@^2.9.12:
3311+
vite@^2.9.12, "vite@^2.9.12 || ^3.0.0-0":
33123312
version "2.9.13"
33133313
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc"
33143314
integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==
@@ -3335,10 +3335,10 @@ vitest@^0.15.1:
33353335
tinyspy "^0.3.3"
33363336
vite "^2.9.12"
33373337

3338-
vitest@^0.16.0:
3339-
version "0.16.0"
3340-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.16.0.tgz#6858a864b25850d28252bc480b0c89014ff48ce8"
3341-
integrity sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==
3338+
vitest@^0.17.0:
3339+
version "0.17.0"
3340+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.17.0.tgz#fc676db0e0dda7a8e22eb9f0176cb8fc6132c33d"
3341+
integrity sha512-5YO9ubHo0Zg35mea3+zZAr4sCku32C3usvIH5COeJB48TZV/R0J9aGNtGOOqEWZYfOKP0pGZUvTokne3x/QEFg==
33423342
dependencies:
33433343
"@types/chai" "^4.3.1"
33443344
"@types/chai-subset" "^1.3.3"
@@ -3348,7 +3348,7 @@ vitest@^0.16.0:
33483348
local-pkg "^0.4.1"
33493349
tinypool "^0.2.1"
33503350
tinyspy "^0.3.3"
3351-
vite "^2.9.12"
3351+
vite "^2.9.12 || ^3.0.0-0"
33523352

33533353
webidl-conversions@^3.0.0:
33543354
version "3.0.1"

0 commit comments

Comments
 (0)