Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/action": "^6.0.4",
"@octokit/action": "^6.0.5",
"@vercel/ncc": "^0.36.1",
"@vscode/test-electron": "^2.3.3",
"execa": "^7.2.0"
Expand Down
179 changes: 82 additions & 97 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,25 +296,25 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@octokit/action@^6.0.4":
version "6.0.4"
resolved "https://registry.npmjs.org/@octokit/action/-/action-6.0.4.tgz"
integrity sha512-lRvfUSjlCQWGi2DKSGYxPiu3xxWRrIOJ3i7kKTi+RWW2ejUr9hl/un/amira/Td+WrRAlvlcb7rSCY4hsnRTow==
dependencies:
"@octokit/auth-action" "^3.0.0"
"@octokit/core" "^4.0.0"
"@octokit/plugin-paginate-rest" "^7.0.0"
"@octokit/plugin-rest-endpoint-methods" "^8.0.0"
"@octokit/types" "^10.0.0"
https-proxy-agent "^7.0.0"

"@octokit/auth-action@^3.0.0":
version "3.0.2"
resolved "https://registry.npmjs.org/@octokit/auth-action/-/auth-action-3.0.2.tgz"
integrity sha512-QkRAlAFqELFdzddFjDA68IN26pJ2hoTLY2vNYsmX5vwcYIWiiQA1KDFIrqpdzZo4dpPJXM9E0drXyBpZhicGTA==
"@octokit/action@^6.0.5":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-6.0.5.tgz#9d295b36a51e5c1104ba2cf443f6c818818b50c4"
integrity sha512-jcCZb+jR4nzHgj86wlUvbTv92hiZ4OWpI9dIoWRilbtT4HuVVNFZvQih8X/YE2GMVrLCVbBD0xkjeq+1m8Rcpw==
dependencies:
"@octokit/auth-action" "^4.0.0"
"@octokit/core" "^5.0.0"
"@octokit/plugin-paginate-rest" "^8.0.0"
"@octokit/plugin-rest-endpoint-methods" "^9.0.0"
"@octokit/types" "^11.0.0"
undici "^5.0.0"

"@octokit/auth-action@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-4.0.0.tgz#1b25650ebcf6a51bae1e65aa90779d999d8b5d87"
integrity sha512-sMm9lWZdiX6e89YFaLrgE9EFs94k58BwIkvjOtozNWUqyTmsrnWFr/M5LolaRzZ7Kmb5FbhF9hi7FEeE274SoQ==
dependencies:
"@octokit/auth-token" "^4.0.0"
"@octokit/types" "^10.0.0"
"@octokit/types" "^11.0.0"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand All @@ -323,11 +323,6 @@
dependencies:
"@octokit/types" "^6.0.3"

"@octokit/auth-token@^3.0.0":
version "3.0.4"
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
integrity sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==

"@octokit/auth-token@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz"
Expand All @@ -346,16 +341,16 @@
before-after-hook "^2.2.0"
universal-user-agent "^6.0.0"

"@octokit/core@^4.0.0":
version "4.2.4"
resolved "https://registry.npmjs.org/@octokit/core/-/core-4.2.4.tgz"
integrity sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==
"@octokit/core@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.0.tgz#0fc2b6eb88437e5c1d69f756a5dcee7472d2b2dd"
integrity sha512-YbAtMWIrbZ9FCXbLwT9wWB8TyLjq9mxpKdgB3dUNxQcIVTf9hJ70gRPwAcqGZdY6WdJPZ0I7jLaaNDCiloGN2A==
dependencies:
"@octokit/auth-token" "^3.0.0"
"@octokit/graphql" "^5.0.0"
"@octokit/request" "^6.0.0"
"@octokit/request-error" "^3.0.0"
"@octokit/types" "^9.0.0"
"@octokit/auth-token" "^4.0.0"
"@octokit/graphql" "^7.0.0"
"@octokit/request" "^8.0.2"
"@octokit/request-error" "^5.0.0"
"@octokit/types" "^11.0.0"
before-after-hook "^2.2.0"
universal-user-agent "^6.0.0"

Expand All @@ -368,12 +363,12 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/endpoint@^7.0.0":
version "7.0.6"
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.6.tgz"
integrity sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==
"@octokit/endpoint@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.0.tgz#c5ce19c74b999b85af9a8a189275c80faa3e90fd"
integrity sha512-szrQhiqJ88gghWY2Htt8MqUDO6++E/EIXqJ2ZEp5ma3uGS46o7LZAzSLt49myB7rT+Hfw5Y6gO3LmOxGzHijAQ==
dependencies:
"@octokit/types" "^9.0.0"
"@octokit/types" "^11.0.0"
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

Expand All @@ -386,13 +381,13 @@
"@octokit/types" "^6.0.3"
universal-user-agent "^6.0.0"

"@octokit/graphql@^5.0.0":
version "5.0.6"
resolved "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz"
integrity sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==
"@octokit/graphql@^7.0.0":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-7.0.1.tgz#f2291620e17cdaa8115f8d0cdfc0644789ec2db2"
integrity sha512-T5S3oZ1JOE58gom6MIcrgwZXzTaxRnxBso58xhozxHpOqSTgDS6YNeEUvZ/kRvXgPrRz/KHnZhtb7jUMRi9E6w==
dependencies:
"@octokit/request" "^6.0.0"
"@octokit/types" "^9.0.0"
"@octokit/request" "^8.0.1"
"@octokit/types" "^11.0.0"
universal-user-agent "^6.0.0"

"@octokit/openapi-types@^12.11.0":
Expand All @@ -412,13 +407,12 @@
dependencies:
"@octokit/types" "^6.40.0"

"@octokit/plugin-paginate-rest@^7.0.0":
version "7.1.2"
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-7.1.2.tgz"
integrity sha512-Jx8KuKqEAVRsK6fMzZKv3h6UH9/NRDHsDRtUAROqqmZlCptM///Uef7A1ViZ/cbDplekz7VbDWdFLAZ/mpuDww==
"@octokit/plugin-paginate-rest@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-8.0.0.tgz#417b5367da2ba3c2d255a59b87c1cc608228ec38"
integrity sha512-2xZ+baZWUg+qudVXnnvXz7qfrTmDeYPCzangBVq/1gXxii/OiS//4shJp9dnCCvj1x+JAm9ji1Egwm1BA47lPQ==
dependencies:
"@octokit/tsconfig" "^2.0.0"
"@octokit/types" "^9.3.2"
"@octokit/types" "^11.0.0"

"@octokit/plugin-rest-endpoint-methods@^5.13.0":
version "5.16.2"
Expand All @@ -428,12 +422,12 @@
"@octokit/types" "^6.39.0"
deprecation "^2.3.1"

"@octokit/plugin-rest-endpoint-methods@^8.0.0":
version "8.0.0"
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-8.0.0.tgz"
integrity sha512-GtA8B7zkdxJv2OBVUtUeynu/OkWo272w2IpWC+QCQiUhgrRZ9Zrz2NgAiqYkVhlITGD3PcWYEjy9JR1HrzYtQA==
"@octokit/plugin-rest-endpoint-methods@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-9.0.0.tgz#e15d54540893202da107305ded2bfd21ce6f769d"
integrity sha512-KquMF/VB1IkKNiVnzJKspY5mFgGyLd7HzdJfVEGTJFzqu9BRFNWt+nwTCMuUiWc72gLQhRWYubTwOkQj+w/1PA==
dependencies:
"@octokit/types" "^10.0.0"
"@octokit/types" "^11.0.0"

"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
version "2.1.0"
Expand All @@ -444,12 +438,12 @@
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request-error@^3.0.0":
version "3.0.3"
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz"
integrity sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==
"@octokit/request-error@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.0.0.tgz#060c5770833f9d563ad9a49fec6650c41584bc40"
integrity sha512-1ue0DH0Lif5iEqT52+Rf/hf0RmGO9NWFjrzmrkArpG9trFfDM/efx00BJHdLGuro4BR/gECxCU2Twf5OKrRFsQ==
dependencies:
"@octokit/types" "^9.0.0"
"@octokit/types" "^11.0.0"
deprecation "^2.0.0"
once "^1.4.0"

Expand All @@ -465,27 +459,21 @@
node-fetch "^2.6.7"
universal-user-agent "^6.0.0"

"@octokit/request@^6.0.0":
version "6.2.8"
resolved "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz"
integrity sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.1.1.tgz#23b4d3f164e973f4c1a0f24f68256f1646c00620"
integrity sha512-8N+tdUz4aCqQmXl8FpHYfKG9GelDFd7XGVzyN8rc6WxVlYcfpHECnuRkgquzz+WzvHTK62co5di8gSXnzASZPQ==
dependencies:
"@octokit/endpoint" "^7.0.0"
"@octokit/request-error" "^3.0.0"
"@octokit/types" "^9.0.0"
"@octokit/endpoint" "^9.0.0"
"@octokit/request-error" "^5.0.0"
"@octokit/types" "^11.1.0"
is-plain-object "^5.0.0"
node-fetch "^2.6.7"
universal-user-agent "^6.0.0"

"@octokit/tsconfig@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-2.0.0.tgz"
integrity sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==

"@octokit/types@^10.0.0":
version "10.0.0"
resolved "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz"
integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==
"@octokit/types@^11.0.0", "@octokit/types@^11.1.0":
version "11.1.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-11.1.0.tgz#9e5db741d582b05718a4d91bac8cc987def235ea"
integrity sha512-Fz0+7GyLm/bHt8fwEqgvRBWwIV1S6wRRyq+V6exRKLVWaKGsuy6H9QFYeBVDV7rK6fO3XwHgQOPxv+cLj2zpXQ==
dependencies:
"@octokit/openapi-types" "^18.0.0"

Expand All @@ -496,13 +484,6 @@
dependencies:
"@octokit/openapi-types" "^12.11.0"

"@octokit/types@^9.0.0", "@octokit/types@^9.3.2":
version "9.3.2"
resolved "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz"
integrity sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@sinclair/typebox@^0.27.8":
version "0.27.8"
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz"
Expand Down Expand Up @@ -785,13 +766,6 @@ agent-base@6:
dependencies:
debug "4"

agent-base@^7.0.2:
version "7.1.0"
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz"
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
dependencies:
debug "^4.3.4"

ajv@^6.10.0, ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
Expand Down Expand Up @@ -884,6 +858,13 @@ braces@^3.0.2:
dependencies:
fill-range "^7.0.1"

busboy@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
dependencies:
streamsearch "^1.1.0"

c8@^8.0.1:
version "8.0.1"
resolved "https://registry.npmjs.org/c8/-/c8-8.0.1.tgz"
Expand Down Expand Up @@ -1611,14 +1592,6 @@ https-proxy-agent@^5.0.0:
agent-base "6"
debug "4"

https-proxy-agent@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz"
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
dependencies:
agent-base "^7.0.2"
debug "4"

human-signals@^4.3.0:
version "4.3.1"
resolved "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz"
Expand Down Expand Up @@ -2497,6 +2470,11 @@ std-env@^3.3.3:
resolved "https://registry.npmjs.org/std-env/-/std-env-3.3.3.tgz"
integrity sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==

streamsearch@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==

string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
Expand Down Expand Up @@ -2720,6 +2698,13 @@ unbox-primitive@^1.0.2:
has-symbols "^1.0.3"
which-boxed-primitive "^1.0.2"

undici@^5.0.0:
version "5.23.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.23.0.tgz#e7bdb0ed42cebe7b7aca87ced53e6eaafb8f8ca0"
integrity sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==
dependencies:
busboy "^1.6.0"

universal-user-agent@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
Expand Down