Skip to content

Commit 7135f79

Browse files
Merge pull request #348 from technote-space/release/next-v4.4.7
release: v4.4.8
2 parents edca415 + 2efe32d commit 7135f79

File tree

2 files changed

+124
-97
lines changed

2 files changed

+124
-97
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "4.4.7",
3+
"version": "4.4.8",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -38,19 +38,19 @@
3838
"@actions/github": "^4.0.0",
3939
"@octokit/openapi-types": "^2.0.1",
4040
"@octokit/plugin-rest-endpoint-methods": "^4.4.1",
41-
"@technote-space/github-action-log-helper": "^0.1.12",
41+
"@technote-space/github-action-log-helper": "^0.1.13",
4242
"shell-escape": "^0.2.0",
4343
"sprintf-js": "^1.1.2"
4444
},
4545
"devDependencies": {
4646
"@commitlint/cli": "^11.0.0",
4747
"@commitlint/config-conventional": "^11.0.0",
48-
"@technote-space/github-action-test-helper": "^0.6.8",
48+
"@technote-space/github-action-test-helper": "^0.6.11",
4949
"@types/jest": "^26.0.19",
50-
"@types/node": "^14.14.16",
51-
"@typescript-eslint/eslint-plugin": "^4.11.0",
52-
"@typescript-eslint/parser": "^4.11.0",
53-
"eslint": "^7.16.0",
50+
"@types/node": "^14.14.19",
51+
"@typescript-eslint/eslint-plugin": "^4.11.1",
52+
"@typescript-eslint/parser": "^4.11.1",
53+
"eslint": "^7.17.0",
5454
"husky": "^4.3.6",
5555
"jest": "^26.6.3",
5656
"jest-circus": "^26.6.3",

yarn.lock

Lines changed: 117 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -646,25 +646,25 @@
646646
"@types/yargs" "^15.0.0"
647647
chalk "^4.0.0"
648648

649-
"@nodelib/[email protected].3":
650-
version "2.1.3"
651-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
652-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
649+
"@nodelib/[email protected].4":
650+
version "2.1.4"
651+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
652+
integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==
653653
dependencies:
654-
"@nodelib/fs.stat" "2.0.3"
654+
"@nodelib/fs.stat" "2.0.4"
655655
run-parallel "^1.1.9"
656656

657-
"@nodelib/[email protected].3", "@nodelib/fs.stat@^2.0.2":
658-
version "2.0.3"
659-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
660-
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
657+
"@nodelib/[email protected].4", "@nodelib/fs.stat@^2.0.2":
658+
version "2.0.4"
659+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655"
660+
integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==
661661

662662
"@nodelib/fs.walk@^1.2.3":
663-
version "1.2.4"
664-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
665-
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
663+
version "1.2.6"
664+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063"
665+
integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==
666666
dependencies:
667-
"@nodelib/fs.scandir" "2.1.3"
667+
"@nodelib/fs.scandir" "2.1.4"
668668
fastq "^1.6.0"
669669

670670
"@octokit/auth-token@^2.4.4":
@@ -769,18 +769,18 @@
769769
dependencies:
770770
"@sinonjs/commons" "^1.7.0"
771771

772-
"@technote-space/github-action-log-helper@^0.1.12":
773-
version "0.1.12"
774-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.12.tgz#f0d78bccb72887b160207828764ebd8548b720a5"
775-
integrity sha512-JSRp0J1y/xAkDhl+XmMclSDFdw18rybH4nEnN45qcKl2eZudexHvDmYAT7U4UPWO7lVBJxoBq0SXewR1D02uMg==
772+
"@technote-space/github-action-log-helper@^0.1.13":
773+
version "0.1.13"
774+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.13.tgz#cd86c03004ac1632d2c4e2ef32257983e6543895"
775+
integrity sha512-c86k7Uw8koxfME5WBVXd2x6+jTTp6jDvxvZD0+z0X38R3mVitApSRiCSCLR/AcPBpgnMr+fH+pQ8iMCphlszMA==
776776
dependencies:
777777
"@actions/core" "^1.2.6"
778778
sprintf-js "^1.1.2"
779779

780-
"@technote-space/github-action-test-helper@^0.6.8":
781-
version "0.6.8"
782-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.6.8.tgz#83b03f1f2fadfb63da3625299d68901e9d90d8a6"
783-
integrity sha512-vW6I4lfb7z5sxFHYlIYNKPW9zht8TbcutaOR1q0GHH1z8ktN18QNHL0mTH6BnoYywSvEGs3JUjAoLs2zGmr6AA==
780+
"@technote-space/github-action-test-helper@^0.6.11":
781+
version "0.6.11"
782+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.6.11.tgz#7cb3f52a863484a6742fe20958eee0a8c7afe771"
783+
integrity sha512-516JQJSgiQHWR5CUaGzmTrOFDZN/cQ0zm2NmDMt4SGQ+4/xm+qoHEZbYVEXeVXhXilT5dMo2vQSQjVTNGj3K/g==
784784
dependencies:
785785
"@actions/core" "^1.2.6"
786786
"@actions/github" "^4.0.0"
@@ -864,10 +864,10 @@
864864
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
865865
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
866866

867-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.16":
868-
version "14.14.16"
869-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.16.tgz#3cc351f8d48101deadfed4c9e4f116048d437b4b"
870-
integrity sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw==
867+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.19":
868+
version "14.14.19"
869+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
870+
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
871871

872872
"@types/normalize-package-data@^2.4.0":
873873
version "2.4.0"
@@ -901,74 +901,74 @@
901901
dependencies:
902902
"@types/yargs-parser" "*"
903903

904-
"@typescript-eslint/eslint-plugin@^4.11.0":
905-
version "4.11.0"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.0.tgz#bc6c1e4175c0cf42083da4314f7931ad12f731cc"
907-
integrity sha512-x4arJMXBxyD6aBXLm3W7mSDZRiABzy+2PCLJbL7OPqlp53VXhaA1HKK7R2rTee5OlRhnUgnp8lZyVIqjnyPT6g==
904+
"@typescript-eslint/eslint-plugin@^4.11.1":
905+
version "4.11.1"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
907+
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
908908
dependencies:
909-
"@typescript-eslint/experimental-utils" "4.11.0"
910-
"@typescript-eslint/scope-manager" "4.11.0"
909+
"@typescript-eslint/experimental-utils" "4.11.1"
910+
"@typescript-eslint/scope-manager" "4.11.1"
911911
debug "^4.1.1"
912912
functional-red-black-tree "^1.0.1"
913913
regexpp "^3.0.0"
914914
semver "^7.3.2"
915915
tsutils "^3.17.1"
916916

917-
"@typescript-eslint/[email protected].0":
918-
version "4.11.0"
919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.0.tgz#d1a47cc6cfe1c080ce4ead79267574b9881a1565"
920-
integrity sha512-1VC6mSbYwl1FguKt8OgPs8xxaJgtqFpjY/UzUYDBKq4pfQ5lBvN2WVeqYkzf7evW42axUHYl2jm9tNyFsb8oLg==
917+
"@typescript-eslint/[email protected].1":
918+
version "4.11.1"
919+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
920+
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
921921
dependencies:
922922
"@types/json-schema" "^7.0.3"
923-
"@typescript-eslint/scope-manager" "4.11.0"
924-
"@typescript-eslint/types" "4.11.0"
925-
"@typescript-eslint/typescript-estree" "4.11.0"
923+
"@typescript-eslint/scope-manager" "4.11.1"
924+
"@typescript-eslint/types" "4.11.1"
925+
"@typescript-eslint/typescript-estree" "4.11.1"
926926
eslint-scope "^5.0.0"
927927
eslint-utils "^2.0.0"
928928

929-
"@typescript-eslint/parser@^4.11.0":
930-
version "4.11.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2"
932-
integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==
929+
"@typescript-eslint/parser@^4.11.1":
930+
version "4.11.1"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
932+
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
933933
dependencies:
934-
"@typescript-eslint/scope-manager" "4.11.0"
935-
"@typescript-eslint/types" "4.11.0"
936-
"@typescript-eslint/typescript-estree" "4.11.0"
934+
"@typescript-eslint/scope-manager" "4.11.1"
935+
"@typescript-eslint/types" "4.11.1"
936+
"@typescript-eslint/typescript-estree" "4.11.1"
937937
debug "^4.1.1"
938938

939-
"@typescript-eslint/[email protected].0":
940-
version "4.11.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254"
942-
integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==
939+
"@typescript-eslint/[email protected].1":
940+
version "4.11.1"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
942+
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
943943
dependencies:
944-
"@typescript-eslint/types" "4.11.0"
945-
"@typescript-eslint/visitor-keys" "4.11.0"
944+
"@typescript-eslint/types" "4.11.1"
945+
"@typescript-eslint/visitor-keys" "4.11.1"
946946

947-
"@typescript-eslint/[email protected].0":
948-
version "4.11.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4"
950-
integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==
947+
"@typescript-eslint/[email protected].1":
948+
version "4.11.1"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
950+
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
951951

952-
"@typescript-eslint/[email protected].0":
953-
version "4.11.0"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b"
955-
integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==
952+
"@typescript-eslint/[email protected].1":
953+
version "4.11.1"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
955+
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
956956
dependencies:
957-
"@typescript-eslint/types" "4.11.0"
958-
"@typescript-eslint/visitor-keys" "4.11.0"
957+
"@typescript-eslint/types" "4.11.1"
958+
"@typescript-eslint/visitor-keys" "4.11.1"
959959
debug "^4.1.1"
960960
globby "^11.0.1"
961961
is-glob "^4.0.1"
962962
lodash "^4.17.15"
963963
semver "^7.3.2"
964964
tsutils "^3.17.1"
965965

966-
"@typescript-eslint/[email protected].0":
967-
version "4.11.0"
968-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51"
969-
integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==
966+
"@typescript-eslint/[email protected].1":
967+
version "4.11.1"
968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
969+
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
970970
dependencies:
971-
"@typescript-eslint/types" "4.11.0"
971+
"@typescript-eslint/types" "4.11.1"
972972
eslint-visitor-keys "^2.0.0"
973973

974974
JSONStream@^1.0.4:
@@ -1025,6 +1025,16 @@ ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
10251025
json-schema-traverse "^0.4.1"
10261026
uri-js "^4.2.2"
10271027

1028+
ajv@^7.0.2:
1029+
version "7.0.3"
1030+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.0.3.tgz#13ae747eff125cafb230ac504b2406cf371eece2"
1031+
integrity sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==
1032+
dependencies:
1033+
fast-deep-equal "^3.1.1"
1034+
json-schema-traverse "^1.0.0"
1035+
require-from-string "^2.0.2"
1036+
uri-js "^4.2.2"
1037+
10281038
ansi-colors@^4.1.1:
10291039
version "4.1.1"
10301040
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -1835,10 +1845,10 @@ eslint-visitor-keys@^2.0.0:
18351845
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
18361846
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
18371847

1838-
eslint@^7.16.0:
1839-
version "7.16.0"
1840-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
1841-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
1848+
eslint@^7.17.0:
1849+
version "7.17.0"
1850+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
1851+
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
18421852
dependencies:
18431853
"@babel/code-frame" "^7.0.0"
18441854
"@eslint/eslintrc" "^0.2.2"
@@ -2244,14 +2254,14 @@ getpass@^0.1.1:
22442254
assert-plus "^1.0.0"
22452255

22462256
git-raw-commits@^2.0.0:
2247-
version "2.0.8"
2248-
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.8.tgz#65cef91ae8307281b6ee31ca481fa1164e166156"
2249-
integrity sha512-6Gk7tQHGMLEL1bSnrMJTCVt2AQl4EmCcJDtzs/JJacCb2+TNEyHM67Gp7Ri9faF7OcGpjGGRjHLvs/AG7QKZ2Q==
2257+
version "2.0.9"
2258+
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.9.tgz#5cbc707a615cb77b71e687f8a1ee54af46208b22"
2259+
integrity sha512-hSpNpxprVno7IOd4PZ93RQ+gNdzPAIrW0x8av6JQDJGV4k1mR9fE01dl8sEqi2P7aKmmwiGUn1BCPuf16Ae0Qw==
22502260
dependencies:
22512261
dargs "^7.0.0"
22522262
lodash.template "^4.0.2"
22532263
meow "^8.0.0"
2254-
split2 "^2.0.0"
2264+
split2 "^3.0.0"
22552265
through2 "^4.0.0"
22562266

22572267
glob-parent@^5.0.0, glob-parent@^5.1.0:
@@ -3225,6 +3235,11 @@ json-schema-traverse@^0.4.1:
32253235
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
32263236
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
32273237

3238+
json-schema-traverse@^1.0.0:
3239+
version "1.0.0"
3240+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
3241+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
3242+
32283243
32293244
version "0.2.3"
32303245
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
@@ -3534,17 +3549,17 @@ micromatch@^4.0.2:
35343549
braces "^3.0.1"
35353550
picomatch "^2.0.5"
35363551

3537-
mime-db@1.44.0:
3538-
version "1.44.0"
3539-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
3540-
integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
3552+
mime-db@1.45.0:
3553+
version "1.45.0"
3554+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
3555+
integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==
35413556

35423557
mime-types@^2.1.12, mime-types@~2.1.19:
3543-
version "2.1.27"
3544-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
3545-
integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
3558+
version "2.1.28"
3559+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.28.tgz#1160c4757eab2c5363888e005273ecf79d2a0ecd"
3560+
integrity sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==
35463561
dependencies:
3547-
mime-db "1.44.0"
3562+
mime-db "1.45.0"
35483563

35493564
mimic-fn@^2.1.0:
35503565
version "2.1.0"
@@ -4029,7 +4044,7 @@ read-pkg@^5.2.0:
40294044
parse-json "^5.0.0"
40304045
type-fest "^0.6.0"
40314046

4032-
readable-stream@3:
4047+
readable-stream@3, readable-stream@^3.0.0:
40334048
version "3.6.0"
40344049
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
40354050
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
@@ -4139,6 +4154,11 @@ require-directory@^2.1.1:
41394154
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
41404155
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
41414156

4157+
require-from-string@^2.0.2:
4158+
version "2.0.2"
4159+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
4160+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
4161+
41424162
require-main-filename@^2.0.0:
41434163
version "2.0.0"
41444164
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -4490,6 +4510,13 @@ split2@^2.0.0:
44904510
dependencies:
44914511
through2 "^2.0.2"
44924512

4513+
split2@^3.0.0:
4514+
version "3.2.2"
4515+
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
4516+
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
4517+
dependencies:
4518+
readable-stream "^3.0.0"
4519+
44934520
sprintf-js@^1.1.2:
44944521
version "1.1.2"
44954522
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
@@ -4642,11 +4669,11 @@ symbol-tree@^3.2.4:
46424669
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
46434670

46444671
table@^6.0.4:
4645-
version "6.0.4"
4646-
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
4647-
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
4672+
version "6.0.6"
4673+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.6.tgz#e9223f1e851213e2e43ab584b0fec33fb09a8e7a"
4674+
integrity sha512-OInCtPmDNieVBkVFi6C8RwU2S2H0h8mF3e3TQK4nreaUNCpooQUkI+A/KuEkm5FawfhWIfNqG+qfelVVR+V00g==
46484675
dependencies:
4649-
ajv "^6.12.4"
4676+
ajv "^7.0.2"
46504677
lodash "^4.17.20"
46514678
slice-ansi "^4.0.0"
46524679
string-width "^4.2.0"
@@ -5078,9 +5105,9 @@ write-file-atomic@^3.0.0:
50785105
typedarray-to-buffer "^3.1.5"
50795106

50805107
ws@^7.2.3:
5081-
version "7.4.1"
5082-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.1.tgz#a333be02696bd0e54cea0434e21dcc8a9ac294bb"
5083-
integrity sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==
5108+
version "7.4.2"
5109+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.2.tgz#782100048e54eb36fe9843363ab1c68672b261dd"
5110+
integrity sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==
50845111

50855112
xml-name-validator@^3.0.0:
50865113
version "3.0.0"

0 commit comments

Comments
 (0)