Skip to content

Commit 0a06bb2

Browse files
chore: update npm dependencies
1 parent 9af49bc commit 0a06bb2

File tree

2 files changed

+101
-81
lines changed

2 files changed

+101
-81
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,27 @@
3838
"dependencies": {
3939
"@actions/core": "^1.4.0",
4040
"@actions/github": "^5.0.0",
41-
"@technote-space/filter-github-action": "^0.5.30",
41+
"@technote-space/filter-github-action": "^0.5.32",
4242
"@technote-space/github-action-helper": "^5.2.10",
43-
"@technote-space/github-action-log-helper": "^0.1.29"
43+
"@technote-space/github-action-log-helper": "^0.1.30"
4444
},
4545
"devDependencies": {
4646
"@commitlint/cli": "^12.1.4",
4747
"@commitlint/config-conventional": "^12.1.4",
48-
"@technote-space/github-action-test-helper": "^0.7.14",
48+
"@technote-space/github-action-test-helper": "^0.7.16",
4949
"@technote-space/release-github-actions-cli": "^1.8.6",
5050
"@types/jest": "^26.0.23",
51-
"@types/node": "^15.12.5",
51+
"@types/node": "^16.0.0",
5252
"@typescript-eslint/eslint-plugin": "^4.28.1",
5353
"@typescript-eslint/parser": "^4.28.1",
54-
"eslint": "^7.29.0",
55-
"husky": "^6.0.0",
54+
"eslint": "^7.30.0",
55+
"husky": "^7.0.0",
5656
"jest": "^27.0.6",
5757
"jest-circus": "^27.0.6",
5858
"lint-staged": "^11.0.0",
5959
"nock": "^13.1.0",
6060
"ts-jest": "^27.0.3",
61-
"typescript": "^4.3.4"
61+
"typescript": "^4.3.5"
6262
},
6363
"publishConfig": {
6464
"access": "public"

yarn.lock

Lines changed: 94 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,20 @@
483483
minimatch "^3.0.4"
484484
strip-json-comments "^3.1.1"
485485

486+
"@humanwhocodes/config-array@^0.5.0":
487+
version "0.5.0"
488+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
489+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
490+
dependencies:
491+
"@humanwhocodes/object-schema" "^1.2.0"
492+
debug "^4.1.1"
493+
minimatch "^3.0.4"
494+
495+
"@humanwhocodes/object-schema@^1.2.0":
496+
version "1.2.0"
497+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
498+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
499+
486500
"@istanbuljs/load-nyc-config@^1.0.0":
487501
version "1.1.0"
488502
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -738,24 +752,29 @@
738752
"@octokit/types" "^6.0.3"
739753
universal-user-agent "^6.0.0"
740754

741-
"@octokit/openapi-types@^7.3.4", "@octokit/openapi-types@^7.3.5":
742-
version "7.3.5"
743-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.3.5.tgz#ffd195472f345b32fb29ba3c86a1ee68c09f24b3"
744-
integrity sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog==
755+
"@octokit/openapi-types@^7.3.4":
756+
version "7.4.0"
757+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.4.0.tgz#07631899dc32b72a532178e27235c541f3c359f1"
758+
integrity sha512-V2qNML1knHjrjTJcIIvhYZSTkvtSAoQpNEX8y0ykTJI8vOQPqIh0y6Jf9EU6c/y+v0c9+LeC1acwLQh1xo96MA==
759+
760+
"@octokit/openapi-types@^8.2.0":
761+
version "8.2.0"
762+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-8.2.0.tgz#25a590c3f41ff9c1a3ffc9897e0f668d9962e04f"
763+
integrity sha512-113BfIPwDYBAUA5bDSd4q/DzRDSZlUanupjLHeRAtb3Sw99XJwiP8KHGsGoOwPtzUaszVscf3wbfaA3VCR3uHA==
745764

746765
"@octokit/plugin-paginate-rest@^2.13.3":
747-
version "2.13.5"
748-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.5.tgz#e459f9b5dccbe0a53f039a355d5b80c0a2b0dc57"
749-
integrity sha512-3WSAKBLa1RaR/7GG+LQR/tAZ9fp9H9waE9aPXallidyci9oZsfgsLn5M836d3LuDC6Fcym+2idRTBpssHZePVg==
766+
version "2.14.0"
767+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.14.0.tgz#f469cb4a908792fb44679c5973d8bba820c88b0f"
768+
integrity sha512-S2uEu2uHeI7Vf+Lvj8tv3O5/5TCAa8GHS0dUQN7gdM7vKA6ZHAbR6HkAVm5yMb1mbedLEbxOuQ+Fa0SQ7tCDLA==
750769
dependencies:
751-
"@octokit/types" "^6.13.0"
770+
"@octokit/types" "^6.18.0"
752771

753-
"@octokit/plugin-rest-endpoint-methods@^5.1.1", "@octokit/plugin-rest-endpoint-methods@^5.3.2", "@octokit/plugin-rest-endpoint-methods@^5.3.3":
754-
version "5.3.4"
755-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz#291dea5af9eecf4d457884d9efbcf72aabbaff57"
756-
integrity sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==
772+
"@octokit/plugin-rest-endpoint-methods@^5.1.1", "@octokit/plugin-rest-endpoint-methods@^5.3.3", "@octokit/plugin-rest-endpoint-methods@^5.3.7":
773+
version "5.4.0"
774+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.4.0.tgz#136acd948ed17a6511eed3f831c75bc59f60e286"
775+
integrity sha512-nVdqQIM1prKN6OHELtJZJqtCHk/d3lGOU6mHa5aIpLF1AlYUOmiKscOVmlDsC91hitOaOI7xR+UeiXx13Ujwzg==
757776
dependencies:
758-
"@octokit/types" "^6.16.7"
777+
"@octokit/types" "^6.18.0"
759778
deprecation "^2.3.1"
760779

761780
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
@@ -779,12 +798,12 @@
779798
node-fetch "^2.6.1"
780799
universal-user-agent "^6.0.0"
781800

782-
"@octokit/types@^6.0.3", "@octokit/types@^6.13.0", "@octokit/types@^6.16.1", "@octokit/types@^6.16.7":
783-
version "6.16.7"
784-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.16.7.tgz#f27e87daf7ed87bde3e67b2e71956468fa4d02a7"
785-
integrity sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==
801+
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.18.0":
802+
version "6.18.0"
803+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.18.0.tgz#f547ee5141d8d8d672940f3699d0ab0c13055ad3"
804+
integrity sha512-H2xk9vlPWrG1oRzWkOCI/lcYUzskmnrF+suUKaCz+XylmmjyZWl0l+RIuuWX8EGW+uX15kBTRNKE/jpSmPA0IA==
786805
dependencies:
787-
"@octokit/openapi-types" "^7.3.5"
806+
"@octokit/openapi-types" "^8.2.0"
788807

789808
"@sinonjs/commons@^1.7.0":
790809
version "1.8.3"
@@ -800,10 +819,10 @@
800819
dependencies:
801820
"@sinonjs/commons" "^1.7.0"
802821

803-
"@technote-space/filter-github-action@^0.5.27", "@technote-space/filter-github-action@^0.5.30":
804-
version "0.5.30"
805-
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.30.tgz#8092d10ecdddb576d06e8c0e483edba8671c82bd"
806-
integrity sha512-KnMTusC6ofAX/8q4sywh/Xf/+mHNs5yv1MLZcq7b+Lz1FL+udjBEVChiUvccpMIBfjsYn2k108tJk680rQn+GQ==
822+
"@technote-space/filter-github-action@^0.5.27", "@technote-space/filter-github-action@^0.5.32":
823+
version "0.5.32"
824+
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.5.32.tgz#efd6a7ffe2b8b60ee6df257fdcc60790d8953f5e"
825+
integrity sha512-2vdZBmGNLVu37y2RKUOdGd00VfNKnVD8R3YnzufZEkRt/2lHXl8/9/Yz5LnJt2CyjtiKOUdP38YYXhFSsQGi1Q==
807826
dependencies:
808827
"@actions/core" "^1.4.0"
809828
"@actions/github" "^5.0.0"
@@ -821,22 +840,22 @@
821840
shell-escape "^0.2.0"
822841
sprintf-js "^1.1.2"
823842

824-
"@technote-space/github-action-log-helper@^0.1.27", "@technote-space/github-action-log-helper@^0.1.28", "@technote-space/github-action-log-helper@^0.1.29":
825-
version "0.1.29"
826-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.29.tgz#ec69fd1888aed52d2de653a1323b1c0e6f552ec9"
827-
integrity sha512-BiJd5ZrA4vdKu+UuquO536Dvt3k39PgQ0Hsav3Xm+sxYIq8CKUnX9enCrmxT+hkozRMer+ZBZn+2XyUO4Yj3oQ==
843+
"@technote-space/github-action-log-helper@^0.1.27", "@technote-space/github-action-log-helper@^0.1.28", "@technote-space/github-action-log-helper@^0.1.30":
844+
version "0.1.30"
845+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.30.tgz#8ab96e54809832b2abfd560dec69afd4d1cb320f"
846+
integrity sha512-4vw0FIKGsDmdtKEOqAVYVzF7DSAPcKT5jxx1M9LvGdRbCrju1z6C2ygplFBbMYo9+dS2e4Mn5KJDGQ8eHTmH2Q==
828847
dependencies:
829848
"@actions/core" "^1.4.0"
830849
sprintf-js "^1.1.2"
831850

832-
"@technote-space/github-action-test-helper@^0.7.14":
833-
version "0.7.14"
834-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.14.tgz#4bb7c782df272450b5c451a2d546633044eb0a01"
835-
integrity sha512-E0qYHRuknMQWs6054fZ0lgZyb0OYFQ9k2X0gfguMe917FLTw5Cw7W0W4YAg+5ElkU24Dq6sCUEaj5LHHm0zTAQ==
851+
"@technote-space/github-action-test-helper@^0.7.16":
852+
version "0.7.16"
853+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.16.tgz#6ffcdefff31e0dfcb3e960ae0cf14ebbf8ff453e"
854+
integrity sha512-xxfXjPIOymFCZ0n7AttNJYJI1uQTqDdgN+GGjbXnquuydBdzRLPSaqAo0DGTHO12PRS57qCQdgUAZvato7fa9w==
836855
dependencies:
837856
"@actions/core" "^1.4.0"
838857
"@actions/github" "^5.0.0"
839-
"@octokit/plugin-rest-endpoint-methods" "^5.3.2"
858+
"@octokit/plugin-rest-endpoint-methods" "^5.3.7"
840859
js-yaml "^4.1.0"
841860

842861
"@technote-space/release-github-actions-cli@^1.8.6":
@@ -946,10 +965,10 @@
946965
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
947966
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
948967

949-
"@types/node@*", "@types/node@^15.12.5":
950-
version "15.12.5"
951-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185"
952-
integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==
968+
"@types/node@*", "@types/node@^16.0.0":
969+
version "16.0.0"
970+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
971+
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==
953972

954973
"@types/normalize-package-data@^2.4.0":
955974
version "2.4.0"
@@ -962,31 +981,31 @@
962981
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
963982

964983
"@types/prettier@^2.1.5":
965-
version "2.3.0"
966-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.0.tgz#2e8332cc7363f887d32ec5496b207d26ba8052bb"
967-
integrity sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==
984+
version "2.3.1"
985+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.1.tgz#54dd88bdc7f49958329666af3779561e47d5dab3"
986+
integrity sha512-NVkb4p4YjI8E3O6+1m8I+8JlMpFZwfSbPGdaw0wXuyPRTEz0SLKwBUWNSO7Maoi8tQMPC8JLZNWkrcKPI7/sLA==
968987

969988
"@types/stack-utils@^2.0.0":
970-
version "2.0.0"
971-
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
972-
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
989+
version "2.0.1"
990+
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
991+
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
973992

974993
"@types/yargs-parser@*":
975-
version "20.2.0"
976-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
977-
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
994+
version "20.2.1"
995+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
996+
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
978997

979998
"@types/yargs@^15.0.0":
980-
version "15.0.13"
981-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
982-
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
999+
version "15.0.14"
1000+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
1001+
integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
9831002
dependencies:
9841003
"@types/yargs-parser" "*"
9851004

9861005
"@types/yargs@^16.0.0":
987-
version "16.0.3"
988-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
989-
integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
1006+
version "16.0.4"
1007+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"
1008+
integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==
9901009
dependencies:
9911010
"@types/yargs-parser" "*"
9921011

@@ -1367,9 +1386,9 @@ camelcase@^6.2.0:
13671386
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
13681387

13691388
caniuse-lite@^1.0.30001219:
1370-
version "1.0.30001240"
1371-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001240.tgz#ec15d125b590602c8731545c5351ff054ad2d52f"
1372-
integrity sha512-nb8mDzfMdxBDN7ZKx8chWafAdBp5DAAlpWvNyUGe5tcDWd838zpzDN3Rah9cjCqhfOKkrvx40G2SDtP0qiWX/w==
1389+
version "1.0.30001241"
1390+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001241.tgz#cd3fae47eb3d7691692b406568d7a3e5b23c7598"
1391+
integrity sha512-1uoSZ1Pq1VpH0WerIMqwptXHNNGfdl7d1cJUFs80CwQ/lVzdhTvsFZCeNFslze7AjsQnb4C85tzclPa1VShbeQ==
13731392

13741393
chalk@^2.0.0:
13751394
version "2.4.2"
@@ -1683,9 +1702,9 @@ dotenv@^10.0.0:
16831702
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
16841703

16851704
electron-to-chromium@^1.3.723:
1686-
version "1.3.760"
1687-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.760.tgz#cf19c9ae9ff23c0ac6bb289e3b71c09b7c3f8de1"
1688-
integrity sha512-XPKwjX6pHezJWB4FLVuSil9gGmU6XYl27ahUwEHODXF4KjCEB8RuIT05MkU1au2Tdye57o49yY0uCMK+bwUt+A==
1705+
version "1.3.766"
1706+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.766.tgz#2fd14a4e54f77665872f4e23fcf4968e83638220"
1707+
integrity sha512-u2quJ862q9reRKh/je3GXis3w38+RoXH1J9N3XjtsS6NzmUAosNsyZgUVFZPN/ZlJ3v6T0rTyZR3q/J5c6Sy5w==
16891708

16901709
emittery@^0.8.1:
16911710
version "0.8.1"
@@ -1775,13 +1794,14 @@ eslint-visitor-keys@^2.0.0:
17751794
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
17761795
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
17771796

1778-
eslint@^7.29.0:
1779-
version "7.29.0"
1780-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
1781-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
1797+
eslint@^7.30.0:
1798+
version "7.30.0"
1799+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
1800+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
17821801
dependencies:
17831802
"@babel/code-frame" "7.12.11"
17841803
"@eslint/eslintrc" "^0.4.2"
1804+
"@humanwhocodes/config-array" "^0.5.0"
17851805
ajv "^6.10.0"
17861806
chalk "^4.0.0"
17871807
cross-spawn "^7.0.2"
@@ -1974,9 +1994,9 @@ flat-cache@^3.0.4:
19741994
rimraf "^3.0.2"
19751995

19761996
flatted@^3.1.0:
1977-
version "3.1.1"
1978-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
1979-
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
1997+
version "3.2.0"
1998+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.0.tgz#da07fb8808050aba6fdeac2294542e5043583f05"
1999+
integrity sha512-XprP7lDrVT+kE2c2YlfiV+IfS9zxukiIOvNamPNsImNhXadSsQEbosItdL9bUQlCZXR13SvPk20BjWSWLA7m4A==
19802000

19812001
form-data@^3.0.0:
19822002
version "3.0.1"
@@ -2176,10 +2196,10 @@ human-signals@^2.1.0:
21762196
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
21772197
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
21782198

2179-
husky@^6.0.0:
2180-
version "6.0.0"
2181-
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
2182-
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
2199+
husky@^7.0.0:
2200+
version "7.0.0"
2201+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616"
2202+
integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==
21832203

21842204
iconv-lite@0.4.24:
21852205
version "0.4.24"
@@ -4044,10 +4064,10 @@ typedarray-to-buffer@^3.1.5:
40444064
dependencies:
40454065
is-typedarray "^1.0.0"
40464066

4047-
typescript@^4.3.4:
4048-
version "4.3.4"
4049-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
4050-
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
4067+
typescript@^4.3.5:
4068+
version "4.3.5"
4069+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
4070+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
40514071

40524072
universal-user-agent@^6.0.0:
40534073
version "6.0.0"
@@ -4196,9 +4216,9 @@ write-file-atomic@^3.0.0:
41964216
typedarray-to-buffer "^3.1.5"
41974217

41984218
ws@^7.4.5:
4199-
version "7.5.0"
4200-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.0.tgz#0033bafea031fb9df041b2026fc72a571ca44691"
4201-
integrity sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==
4219+
version "7.5.1"
4220+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.1.tgz#44fc000d87edb1d9c53e51fbc69a0ac1f6871d66"
4221+
integrity sha512-2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow==
42024222

42034223
xml-name-validator@^3.0.0:
42044224
version "3.0.0"

0 commit comments

Comments
 (0)