Skip to content

Commit 2d85ce7

Browse files
authored
Merge pull request #1902 from VATSIM-UK/dependabot/npm_and_yarn/semantic-release/github-12.0.8
build(deps-dev): Bump @semantic-release/github from 12.0.6 to 12.0.8
2 parents bf1f4ad + 4bf077e commit 2d85ce7

2 files changed

Lines changed: 29 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@semantic-release/changelog": "^6.0.3",
1313
"@semantic-release/commit-analyzer": "^13.0.1",
1414
"@semantic-release/git": "^10.0.1",
15-
"@semantic-release/github": "^12.0.6",
15+
"@semantic-release/github": "^12.0.8",
1616
"@semantic-release/release-notes-generator": "^14.1.1",
1717
"@tailwindcss/forms": "^0.5.11",
1818
"@tailwindcss/typography": "^0.5.19",

yarn.lock

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,10 @@
592592
micromatch "^4.0.0"
593593
p-reduce "^2.0.0"
594594

595-
"@semantic-release/github@^12.0.0", "@semantic-release/github@^12.0.6":
596-
version "12.0.6"
597-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-12.0.6.tgz#c60c556e7087938be988d0be3de6d70e8cbaced8"
598-
integrity sha512-aYYFkwHW3c6YtHwQF0t0+lAjlU+87NFOZuH2CvWFD0Ylivc7MwhZMiHOJ0FMpIgPpCVib/VUAcOwvrW0KnxQtA==
595+
"@semantic-release/github@^12.0.0", "@semantic-release/github@^12.0.8":
596+
version "12.0.8"
597+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-12.0.8.tgz#536a5ce489692674f5cc51a1f9739489ae09a35c"
598+
integrity sha512-tej5AAgK5X9wHRoDmYhecMXEHEkFeGOY1XsEblKxu8pIQwahzf1STYyr7iPU6Lpbg6C5I3N2w/ocXrBo+L7jhw==
599599
dependencies:
600600
"@octokit/core" "^7.0.0"
601601
"@octokit/plugin-paginate-rest" "^14.0.0"
@@ -605,8 +605,8 @@
605605
aggregate-error "^5.0.0"
606606
debug "^4.3.4"
607607
dir-glob "^3.0.1"
608-
http-proxy-agent "^7.0.0"
609-
https-proxy-agent "^7.0.0"
608+
http-proxy-agent "^9.0.0"
609+
https-proxy-agent "^9.0.0"
610610
issue-parser "^7.0.0"
611611
lodash-es "^4.17.21"
612612
mime "^4.0.0"
@@ -862,6 +862,11 @@ abbrev@^4.0.0:
862862
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-4.0.0.tgz#ec933f0e27b6cd60e89b5c6b2a304af42209bb05"
863863
integrity sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==
864864

865+
agent-base@9.0.0:
866+
version "9.0.0"
867+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-9.0.0.tgz#ec9efb08314e1e75b0852d74aabf9a387f99834e"
868+
integrity sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==
869+
865870
agent-base@^7.1.0, agent-base@^7.1.2:
866871
version "7.1.4"
867872
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -1613,14 +1618,30 @@ http-proxy-agent@^7.0.0:
16131618
agent-base "^7.1.0"
16141619
debug "^4.3.4"
16151620

1616-
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.1:
1621+
http-proxy-agent@^9.0.0:
1622+
version "9.0.0"
1623+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-9.0.0.tgz#473fe9c2b8ffea87611f8c68dfb9872b835c91d1"
1624+
integrity sha512-FcF8VhXYLQcxWCnt/cCpT2apKsRDUGeVEeMqGu4HSTu29U8Yw0TLOjdYIlDsYk3IkUh+taX4IDWpPcCqKDhCjA==
1625+
dependencies:
1626+
agent-base "9.0.0"
1627+
debug "^4.3.4"
1628+
1629+
https-proxy-agent@^7.0.1:
16171630
version "7.0.6"
16181631
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
16191632
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
16201633
dependencies:
16211634
agent-base "^7.1.2"
16221635
debug "4"
16231636

1637+
https-proxy-agent@^9.0.0:
1638+
version "9.0.0"
1639+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-9.0.0.tgz#89256adf9dc20926fe43ea1d3ca0feb9e23cc4bd"
1640+
integrity sha512-/MVmHp58WkOypgFhCLk4fzpPcFQvTJ/e6LBI7irpIO2HfxUbpmYoHF+KzipzJpxxzJu7aJNWQ0xojJ/dzV2G5g==
1641+
dependencies:
1642+
agent-base "9.0.0"
1643+
debug "^4.3.4"
1644+
16241645
human-signals@^2.1.0:
16251646
version "2.1.0"
16261647
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"

0 commit comments

Comments
 (0)