Skip to content

Commit 106f90c

Browse files
committed
chore(deps): update dependency @semantic-release/github to v8.0.7
1 parent 1e4ae6a commit 106f90c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-typescript": "10.0.1",
4343
"@semantic-release/changelog": "6.0.1",
4444
"@semantic-release/git": "10.0.1",
45-
"@semantic-release/github": "8.0.6",
45+
"@semantic-release/github": "8.0.7",
4646
"@stryker-mutator/core": "6.3.0",
4747
"@stryker-mutator/jest-runner": "6.3.0",
4848
"@types/jest": "29.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,18 +1361,18 @@
13611361
micromatch "^4.0.0"
13621362
p-reduce "^2.0.0"
13631363

1364-
"@semantic-release/[email protected].6":
1365-
version "8.0.6"
1366-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.6.tgz#5235386d65a5d7d650dc10a6ebce908d213234f7"
1367-
integrity sha512-ZxgaxYCeqt9ylm2x3OPqUoUqBw1p60LhxzdX6BqJlIBThupGma98lttsAbK64T6L6AlNa2G5T66BbiG8y0PIHQ==
1364+
"@semantic-release/[email protected].7":
1365+
version "8.0.7"
1366+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.7.tgz#643aee7a5cdd2acd3ae643bb90ad4ac796901de6"
1367+
integrity sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==
13681368
dependencies:
13691369
"@octokit/rest" "^19.0.0"
13701370
"@semantic-release/error" "^3.0.0"
13711371
aggregate-error "^3.0.0"
13721372
bottleneck "^2.18.1"
13731373
debug "^4.0.0"
13741374
dir-glob "^3.0.0"
1375-
fs-extra "^10.0.0"
1375+
fs-extra "^11.0.0"
13761376
globby "^11.0.0"
13771377
http-proxy-agent "^5.0.0"
13781378
https-proxy-agent "^5.0.0"
@@ -3193,10 +3193,10 @@ form-data@^4.0.0:
31933193
combined-stream "^1.0.8"
31943194
mime-types "^2.1.12"
31953195

3196-
fs-extra@^10.0.0:
3197-
version "10.0.0"
3198-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3199-
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3196+
fs-extra@^11.0.0:
3197+
version "11.0.0"
3198+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7"
3199+
integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==
32003200
dependencies:
32013201
graceful-fs "^4.2.0"
32023202
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)