Skip to content

Commit 1e35801

Browse files
Merge pull request #394 from technote-space/release/next-v5.2.22
release: v5.2.23
2 parents 42f4df7 + 143f2d3 commit 1e35801

File tree

2 files changed

+107
-107
lines changed

2 files changed

+107
-107
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": "5.2.22",
3+
"version": "5.2.23",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -41,24 +41,24 @@
4141
"@actions/github": "^5.0.0",
4242
"@octokit/openapi-types": "^11.2.0",
4343
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
44-
"@technote-space/github-action-log-helper": "^0.1.40",
44+
"@technote-space/github-action-log-helper": "^0.1.41",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
4949
"@commitlint/cli": "^14.1.0",
5050
"@commitlint/config-conventional": "^14.1.0",
51-
"@technote-space/github-action-test-helper": "^0.7.27",
51+
"@technote-space/github-action-test-helper": "^0.7.28",
5252
"@types/jest": "^27.0.2",
53-
"@types/node": "^16.11.6",
54-
"@typescript-eslint/eslint-plugin": "^5.3.0",
55-
"@typescript-eslint/parser": "^5.3.0",
53+
"@types/node": "^16.11.7",
54+
"@typescript-eslint/eslint-plugin": "^5.3.1",
55+
"@typescript-eslint/parser": "^5.3.1",
5656
"eslint": "^8.2.0",
5757
"husky": "^7.0.4",
5858
"jest": "^27.3.1",
5959
"jest-circus": "^27.3.1",
6060
"lint-staged": "^11.2.6",
61-
"nock": "^13.1.4",
61+
"nock": "^13.2.0",
6262
"ts-jest": "^27.0.7",
6363
"typescript": "^4.4.4"
6464
},

yarn.lock

Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.5.0", "@actions/core@^1.6.0":
5+
"@actions/core@^1.6.0":
66
version "1.6.0"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
88
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
@@ -69,13 +69,13 @@
6969
source-map "^0.5.0"
7070

7171
"@babel/helper-compilation-targets@^7.16.0":
72-
version "7.16.0"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.0.tgz#01d615762e796c17952c29e3ede9d6de07d235a8"
74-
integrity sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==
72+
version "7.16.3"
73+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
74+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
7575
dependencies:
7676
"@babel/compat-data" "^7.16.0"
7777
"@babel/helper-validator-option" "^7.14.5"
78-
browserslist "^4.16.6"
78+
browserslist "^4.17.5"
7979
semver "^6.3.0"
8080

8181
"@babel/helper-function-name@^7.16.0":
@@ -176,12 +176,12 @@
176176
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
177177

178178
"@babel/helpers@^7.16.0":
179-
version "7.16.0"
180-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.0.tgz#875519c979c232f41adfbd43a3b0398c2e388183"
181-
integrity sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==
179+
version "7.16.3"
180+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c"
181+
integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==
182182
dependencies:
183183
"@babel/template" "^7.16.0"
184-
"@babel/traverse" "^7.16.0"
184+
"@babel/traverse" "^7.16.3"
185185
"@babel/types" "^7.16.0"
186186

187187
"@babel/highlight@^7.16.0":
@@ -193,10 +193,10 @@
193193
chalk "^2.0.0"
194194
js-tokens "^4.0.0"
195195

196-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.7.2":
197-
version "7.16.2"
198-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac"
199-
integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==
196+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3", "@babel/parser@^7.7.2":
197+
version "7.16.3"
198+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.3.tgz#271bafcb811080905a119222edbc17909c82261d"
199+
integrity sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==
200200

201201
"@babel/plugin-syntax-async-generators@^7.8.4":
202202
version "7.8.4"
@@ -298,17 +298,17 @@
298298
"@babel/parser" "^7.16.0"
299299
"@babel/types" "^7.16.0"
300300

301-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.7.2":
302-
version "7.16.0"
303-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b"
304-
integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==
301+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2":
302+
version "7.16.3"
303+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
304+
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
305305
dependencies:
306306
"@babel/code-frame" "^7.16.0"
307307
"@babel/generator" "^7.16.0"
308308
"@babel/helper-function-name" "^7.16.0"
309309
"@babel/helper-hoist-variables" "^7.16.0"
310310
"@babel/helper-split-export-declaration" "^7.16.0"
311-
"@babel/parser" "^7.16.0"
311+
"@babel/parser" "^7.16.3"
312312
"@babel/types" "^7.16.0"
313313
debug "^4.1.0"
314314
globals "^11.1.0"
@@ -761,7 +761,7 @@
761761
dependencies:
762762
"@octokit/types" "^6.34.0"
763763

764-
"@octokit/plugin-rest-endpoint-methods@^5.1.1", "@octokit/plugin-rest-endpoint-methods@^5.13.0", "@octokit/plugin-rest-endpoint-methods@^5.9.0":
764+
"@octokit/plugin-rest-endpoint-methods@^5.1.1", "@octokit/plugin-rest-endpoint-methods@^5.13.0":
765765
version "5.13.0"
766766
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
767767
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
@@ -811,22 +811,22 @@
811811
dependencies:
812812
"@sinonjs/commons" "^1.7.0"
813813

814-
"@technote-space/github-action-log-helper@^0.1.40":
815-
version "0.1.40"
816-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.40.tgz#347cdc843a834845eb591c712fb8bee691c0bd77"
817-
integrity sha512-3K5Tml4UDzXkZxc/oItQt23juKVooeBIrntylqdUrR1REwP2NilkWlR2O5cd2vRMnTnfnI2FEi8kk4/rzcFTdQ==
814+
"@technote-space/github-action-log-helper@^0.1.41":
815+
version "0.1.41"
816+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.41.tgz#51897c712bff7d8b0fd1352f85c8a1ec42c7bbe7"
817+
integrity sha512-4fDtL6tPCYtevvw4hCc+VNV01O5zPyPD4chNm6bNxBz5x8VHzo+tv+eEmYpvz9mAOlbwn80oy7JYbFRZBeJDlg==
818818
dependencies:
819-
"@actions/core" "^1.5.0"
819+
"@actions/core" "^1.6.0"
820820
sprintf-js "^1.1.2"
821821

822-
"@technote-space/github-action-test-helper@^0.7.27":
823-
version "0.7.27"
824-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.27.tgz#fa6e6759dfb63daa47b4980761d3ff0034c13617"
825-
integrity sha512-zEKd/W8k5ULdXys0Wvfl8ec4m9NlniuXvfmanKWoj/2VSAonrmvMRZXHOkzPZdVcKErEIFDcO+Y9gQRipI/7rA==
822+
"@technote-space/github-action-test-helper@^0.7.28":
823+
version "0.7.28"
824+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.28.tgz#300104923fa7d8ad371d1b6cb6a9976de31ad5f3"
825+
integrity sha512-sklWo0okgmUbaLr0gayerVI1uVhh3IjtbAQ89UUYk9uGycl4bmFawaGpagB542OpaH45QsxT6xBDcgPsrPS3Bg==
826826
dependencies:
827-
"@actions/core" "^1.5.0"
827+
"@actions/core" "^1.6.0"
828828
"@actions/github" "^5.0.0"
829-
"@octokit/plugin-rest-endpoint-methods" "^5.9.0"
829+
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
830830
js-yaml "^4.1.0"
831831

832832
"@tootallnate/once@1":
@@ -911,10 +911,10 @@
911911
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
912912
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
913913

914-
"@types/node@*", "@types/node@^16.11.6":
915-
version "16.11.6"
916-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
917-
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
914+
"@types/node@*", "@types/node@^16.11.7":
915+
version "16.11.7"
916+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
917+
integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==
918918

919919
"@types/normalize-package-data@^2.4.0":
920920
version "2.4.1"
@@ -948,74 +948,74 @@
948948
dependencies:
949949
"@types/yargs-parser" "*"
950950

951-
"@typescript-eslint/eslint-plugin@^5.3.0":
952-
version "5.3.0"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.0.tgz#a55ae72d28ffeb6badd817fe4566c9cced1f5e29"
954-
integrity sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==
951+
"@typescript-eslint/eslint-plugin@^5.3.1":
952+
version "5.3.1"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz#d8ff412f10f54f6364e7fd7c1e70eb6767f434c3"
954+
integrity sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==
955955
dependencies:
956-
"@typescript-eslint/experimental-utils" "5.3.0"
957-
"@typescript-eslint/scope-manager" "5.3.0"
956+
"@typescript-eslint/experimental-utils" "5.3.1"
957+
"@typescript-eslint/scope-manager" "5.3.1"
958958
debug "^4.3.2"
959959
functional-red-black-tree "^1.0.1"
960960
ignore "^5.1.8"
961961
regexpp "^3.2.0"
962962
semver "^7.3.5"
963963
tsutils "^3.21.0"
964964

965-
"@typescript-eslint/[email protected].0":
966-
version "5.3.0"
967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546"
968-
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==
965+
"@typescript-eslint/[email protected].1":
966+
version "5.3.1"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05"
968+
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==
969969
dependencies:
970970
"@types/json-schema" "^7.0.9"
971-
"@typescript-eslint/scope-manager" "5.3.0"
972-
"@typescript-eslint/types" "5.3.0"
973-
"@typescript-eslint/typescript-estree" "5.3.0"
971+
"@typescript-eslint/scope-manager" "5.3.1"
972+
"@typescript-eslint/types" "5.3.1"
973+
"@typescript-eslint/typescript-estree" "5.3.1"
974974
eslint-scope "^5.1.1"
975975
eslint-utils "^3.0.0"
976976

977-
"@typescript-eslint/parser@^5.3.0":
978-
version "5.3.0"
979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.0.tgz#7879f15e26d370ed3f653fb7dd06479531ed3ab9"
980-
integrity sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==
977+
"@typescript-eslint/parser@^5.3.1":
978+
version "5.3.1"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.1.tgz#8ff1977c3d3200c217b3e4628d43ef92f89e5261"
980+
integrity sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==
981981
dependencies:
982-
"@typescript-eslint/scope-manager" "5.3.0"
983-
"@typescript-eslint/types" "5.3.0"
984-
"@typescript-eslint/typescript-estree" "5.3.0"
982+
"@typescript-eslint/scope-manager" "5.3.1"
983+
"@typescript-eslint/types" "5.3.1"
984+
"@typescript-eslint/typescript-estree" "5.3.1"
985985
debug "^4.3.2"
986986

987-
"@typescript-eslint/[email protected].0":
988-
version "5.3.0"
989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e"
990-
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==
987+
"@typescript-eslint/[email protected].1":
988+
version "5.3.1"
989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
990+
integrity sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==
991991
dependencies:
992-
"@typescript-eslint/types" "5.3.0"
993-
"@typescript-eslint/visitor-keys" "5.3.0"
992+
"@typescript-eslint/types" "5.3.1"
993+
"@typescript-eslint/visitor-keys" "5.3.1"
994994

995-
"@typescript-eslint/[email protected].0":
996-
version "5.3.0"
997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416"
998-
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==
995+
"@typescript-eslint/[email protected].1":
996+
version "5.3.1"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
998+
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
999999

1000-
"@typescript-eslint/[email protected].0":
1001-
version "5.3.0"
1002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf"
1003-
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==
1000+
"@typescript-eslint/[email protected].1":
1001+
version "5.3.1"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
1003+
integrity sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==
10041004
dependencies:
1005-
"@typescript-eslint/types" "5.3.0"
1006-
"@typescript-eslint/visitor-keys" "5.3.0"
1005+
"@typescript-eslint/types" "5.3.1"
1006+
"@typescript-eslint/visitor-keys" "5.3.1"
10071007
debug "^4.3.2"
10081008
globby "^11.0.4"
10091009
is-glob "^4.0.3"
10101010
semver "^7.3.5"
10111011
tsutils "^3.21.0"
10121012

1013-
"@typescript-eslint/[email protected].0":
1014-
version "5.3.0"
1015-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523"
1016-
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==
1013+
"@typescript-eslint/[email protected].1":
1014+
version "5.3.1"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
1016+
integrity sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==
10171017
dependencies:
1018-
"@typescript-eslint/types" "5.3.0"
1018+
"@typescript-eslint/types" "5.3.1"
10191019
eslint-visitor-keys "^3.0.0"
10201020

10211021
JSONStream@^1.0.4:
@@ -1261,7 +1261,7 @@ browser-process-hrtime@^1.0.0:
12611261
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
12621262
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
12631263

1264-
browserslist@^4.16.6:
1264+
browserslist@^4.17.5:
12651265
version "4.17.6"
12661266
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.6.tgz#c76be33e7786b497f66cad25a73756c8b938985d"
12671267
integrity sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==
@@ -1316,9 +1316,9 @@ camelcase@^6.2.0:
13161316
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
13171317

13181318
caniuse-lite@^1.0.30001274:
1319-
version "1.0.30001278"
1320-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001278.tgz#51cafc858df77d966b17f59b5839250b24417fff"
1321-
integrity sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==
1319+
version "1.0.30001279"
1320+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001279.tgz#eb06818da481ef5096a3b3760f43e5382ed6b0ce"
1321+
integrity sha512-VfEHpzHEXj6/CxggTwSFoZBBYGQfQv9Cf42KPlO79sWXCD1QNKWKsKzFeWL7QpZHJQYAvocqV6Rty1yJMkqWLQ==
13221322

13231323
chalk@^2.0.0:
13241324
version "2.4.2"
@@ -1641,9 +1641,9 @@ dot-prop@^5.1.0:
16411641
is-obj "^2.0.0"
16421642

16431643
electron-to-chromium@^1.3.886:
1644-
version "1.3.890"
1645-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.890.tgz#e7143b659f73dc4d0512d1ae4baeb0fb9e7bc835"
1646-
integrity sha512-VWlVXSkv0cA/OOehrEyqjUTHwV8YXCPTfPvbtoeU2aHR21vI4Ejh5aC4AxUwOmbLbBgb6Gd3URZahoCxtBqCYQ==
1644+
version "1.3.894"
1645+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.894.tgz#54554ecb40d40ddac7241c4a42887e86180015d8"
1646+
integrity sha512-WY8pA4irAZ4cm/Pr7YFPtPLVqj3nU6d0SbfoHF6M7HZNONfPdAnYAarumqQ75go2LuN72uO9wGuCEqnfya/ytg==
16471647

16481648
emittery@^0.8.1:
16491649
version "0.8.1"
@@ -1730,9 +1730,9 @@ eslint-visitor-keys@^2.0.0:
17301730
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
17311731

17321732
eslint-visitor-keys@^3.0.0:
1733-
version "3.0.0"
1734-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
1735-
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
1733+
version "3.1.0"
1734+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1735+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
17361736

17371737
eslint@^8.2.0:
17381738
version "8.2.0"
@@ -1932,9 +1932,9 @@ flat-cache@^3.0.4:
19321932
rimraf "^3.0.2"
19331933

19341934
flatted@^3.1.0:
1935-
version "3.2.2"
1936-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
1937-
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
1935+
version "3.2.4"
1936+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
1937+
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
19381938

19391939
form-data@^3.0.0:
19401940
version "3.0.1"
@@ -3048,17 +3048,17 @@ micromatch@^4.0.4:
30483048
braces "^3.0.1"
30493049
picomatch "^2.2.3"
30503050

3051-
mime-db@1.50.0:
3052-
version "1.50.0"
3053-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f"
3054-
integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==
3051+
mime-db@1.51.0:
3052+
version "1.51.0"
3053+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
3054+
integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
30553055

30563056
mime-types@^2.1.12:
3057-
version "2.1.33"
3058-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.33.tgz#1fa12a904472fafd068e48d9e8401f74d3f70edb"
3059-
integrity sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==
3057+
version "2.1.34"
3058+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24"
3059+
integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
30603060
dependencies:
3061-
mime-db "1.50.0"
3061+
mime-db "1.51.0"
30623062

30633063
mimic-fn@^2.1.0:
30643064
version "2.1.0"
@@ -3101,10 +3101,10 @@ natural-compare@^1.4.0:
31013101
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
31023102
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
31033103

3104-
nock@^13.1.4:
3105-
version "13.1.4"
3106-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
3107-
integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
3104+
nock@^13.2.0:
3105+
version "13.2.0"
3106+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
3107+
integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
31083108
dependencies:
31093109
debug "^4.1.0"
31103110
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)