Skip to content

Commit 475bcdd

Browse files
committed
Update dependency @actions/github to ^5.0.1
1 parent b134b46 commit 475bcdd

File tree

2 files changed

+73
-24
lines changed

2 files changed

+73
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/generates/changeset-action#readme",
1919
"dependencies": {
2020
"@actions/core": "^1.6.0",
21-
"@actions/github": "^5.0.0",
21+
"@actions/github": "^5.0.1",
2222
"@changesets/write": "^0.1.5",
2323
"@generates/logger": "^2.0.0",
2424
"@ianwalter/dot": "^1.0.5",

yarn.lock

Lines changed: 72 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
dependencies:
1010
"@actions/http-client" "^1.0.11"
1111

12-
"@actions/github@^5.0.0":
13-
version "5.0.0"
14-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.0.tgz#1754127976c50bd88b2e905f10d204d76d1472f8"
15-
integrity sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==
12+
"@actions/github@^5.0.1":
13+
version "5.0.1"
14+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
15+
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
1616
dependencies:
1717
"@actions/http-client" "^1.0.11"
18-
"@octokit/core" "^3.4.0"
19-
"@octokit/plugin-paginate-rest" "^2.13.3"
20-
"@octokit/plugin-rest-endpoint-methods" "^5.1.1"
18+
"@octokit/core" "^3.6.0"
19+
"@octokit/plugin-paginate-rest" "^2.17.0"
20+
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2121

2222
"@actions/http-client@^1.0.11":
2323
version "1.0.11"
@@ -376,14 +376,14 @@
376376
dependencies:
377377
"@octokit/types" "^6.0.3"
378378

379-
"@octokit/core@^3.4.0":
380-
version "3.5.1"
381-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
382-
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
379+
"@octokit/core@^3.6.0":
380+
version "3.6.0"
381+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
382+
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
383383
dependencies:
384384
"@octokit/auth-token" "^2.4.4"
385385
"@octokit/graphql" "^4.5.8"
386-
"@octokit/request" "^5.6.0"
386+
"@octokit/request" "^5.6.3"
387387
"@octokit/request-error" "^2.0.5"
388388
"@octokit/types" "^6.0.3"
389389
before-after-hook "^2.2.0"
@@ -412,19 +412,24 @@
412412
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.0.0.tgz#e9e9e39681c0565d9e79d689b045b74a893e620b"
413413
integrity sha512-QeMW4h18cEm53ojYufACSRgq3rrQg4BibVcsHytXmbJ+otmXSelr1BCBCEi8q7nqGkYJyGQX30DoULENIgJ8BA==
414414

415-
"@octokit/plugin-paginate-rest@^2.13.3":
416-
version "2.16.8"
417-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.8.tgz#d85350db1749be4b8d3b22d0e58db70a82c012bb"
418-
integrity sha512-VZZYeNNwCkC2XoTUFouTpFdR2esSPuJb4U58iUxeYu4vQ1AUzCs6AI+gf4bL413CQ8DZhkxASflfLWzcp+9shQ==
415+
"@octokit/openapi-types@^11.2.0":
416+
version "11.2.0"
417+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
418+
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
419+
420+
"@octokit/plugin-paginate-rest@^2.17.0":
421+
version "2.17.0"
422+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
423+
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
419424
dependencies:
420-
"@octokit/types" "^6.32.0"
425+
"@octokit/types" "^6.34.0"
421426

422-
"@octokit/plugin-rest-endpoint-methods@^5.1.1":
423-
version "5.12.0"
424-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.12.0.tgz#95bb16bf4057efa195564336e737ca969fc0cefe"
425-
integrity sha512-OD3Rv660YzXSmhTr8g8kpLvLq3Z5ADvLxtb9a8+1I4S2EqV6YQTHeJwVC5I6vwvV5tMmnj3oeRn7OWc0eODwQw==
427+
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
428+
version "5.13.0"
429+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
430+
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
426431
dependencies:
427-
"@octokit/types" "^6.32.0"
432+
"@octokit/types" "^6.34.0"
428433
deprecation "^2.3.1"
429434

430435
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
@@ -448,20 +453,39 @@
448453
node-fetch "^2.6.1"
449454
universal-user-agent "^6.0.0"
450455

456+
"@octokit/request@^5.6.3":
457+
version "5.6.3"
458+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
459+
integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==
460+
dependencies:
461+
"@octokit/endpoint" "^6.0.1"
462+
"@octokit/request-error" "^2.1.0"
463+
"@octokit/types" "^6.16.1"
464+
is-plain-object "^5.0.0"
465+
node-fetch "^2.6.7"
466+
universal-user-agent "^6.0.0"
467+
451468
"@octokit/types@^5.0.0":
452469
version "5.5.0"
453470
resolved "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz"
454471
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
455472
dependencies:
456473
"@types/node" ">= 8"
457474

458-
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.32.0":
475+
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
459476
version "6.32.0"
460477
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.32.0.tgz#2333567560dd9b338c45de424c8d37ef0250db5c"
461478
integrity sha512-7CFlMfpX78PbvGnQZfQ3pD246RGTLITDnLCyYgTOtwNPIdTKMGs/8dJiZA3Fh5vXuZYqu/YHH32GboK7xnZ0ag==
462479
dependencies:
463480
"@octokit/openapi-types" "^11.0.0"
464481

482+
"@octokit/types@^6.34.0":
483+
version "6.34.0"
484+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218"
485+
integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==
486+
dependencies:
487+
"@octokit/openapi-types" "^11.2.0"
488+
465489
"@types/hast@^2.0.0":
466490
version "2.3.4"
467491
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
@@ -2022,6 +2046,13 @@ node-fetch@^2.6.1:
20222046
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
20232047
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
20242048

2049+
node-fetch@^2.6.7:
2050+
version "2.6.7"
2051+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2052+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2053+
dependencies:
2054+
whatwg-url "^5.0.0"
2055+
20252056
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
20262057
version "2.5.0"
20272058
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
@@ -2746,6 +2777,11 @@ to-regex-range@^5.0.1:
27462777
dependencies:
27472778
is-number "^7.0.0"
27482779

2780+
tr46@~0.0.3:
2781+
version "0.0.3"
2782+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2783+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2784+
27492785
trim-newlines@^3.0.0:
27502786
version "3.0.1"
27512787
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -2847,6 +2883,19 @@ wcwidth@^1.0.1:
28472883
dependencies:
28482884
defaults "^1.0.3"
28492885

2886+
webidl-conversions@^3.0.0:
2887+
version "3.0.1"
2888+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2889+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
2890+
2891+
whatwg-url@^5.0.0:
2892+
version "5.0.0"
2893+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
2894+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
2895+
dependencies:
2896+
tr46 "~0.0.3"
2897+
webidl-conversions "^3.0.0"
2898+
28502899
which-module@^2.0.0:
28512900
version "2.0.0"
28522901
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"

0 commit comments

Comments
 (0)