build(deps): bump @slack/webhook from 8.0.0 to 8.0.2 (#679)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-01 05:06:17 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent f6f9c69a18
commit d833c60d64
2 changed files with 14 additions and 8 deletions
+13 -7
View File
@@ -13,7 +13,7 @@
"@actions/github": "^9.1.1",
"@slack/logger": "^5.0.0",
"@slack/web-api": "^8.1.1",
"@slack/webhook": "^8.0.0",
"@slack/webhook": "^8.0.2",
"flat": "^6.0.1",
"js-yaml": "^5.2.2",
"markup-js": "^1.5.21",
@@ -835,15 +835,15 @@
"license": "MIT"
},
"node_modules/@slack/webhook": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-8.0.0.tgz",
"integrity": "sha512-j3VhO6u1rZYDvY2LXDzymGQGHW4NqWLyKkOgrXeE20CsrI39j0E5gHuss+PgVDqSBx4OTUKccF/Vcm9ICC4S5w==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-8.0.2.tgz",
"integrity": "sha512-gBPlV9W6zfP4qcijX47Ni5GznbZ8Q7oZYnCQMGkOGnEHPny+gR1xpjaUdafSwGNEVKjHtW39+A2Upzg1GPHyVg==",
"license": "MIT",
"dependencies": {
"@slack/types": "^3.0.0",
"@slack/types": "^3.1.0",
"@types/node": ">=20",
"@types/retry": "0.12.0",
"p-retry": "^4",
"@types/retry": "0.12.5",
"p-retry": "^4.6.2",
"retry": "^0.13.1"
},
"engines": {
@@ -851,6 +851,12 @@
"npm": ">=9.6.4"
}
},
"node_modules/@slack/webhook/node_modules/@types/retry": {
"version": "0.12.5",
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.5.tgz",
"integrity": "sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==",
"license": "MIT"
},
"node_modules/@types/flat": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@types/flat/-/flat-5.0.5.tgz",
+1 -1
View File
@@ -46,7 +46,7 @@
"@actions/github": "^9.1.1",
"@slack/logger": "^5.0.0",
"@slack/web-api": "^8.1.1",
"@slack/webhook": "^8.0.0",
"@slack/webhook": "^8.0.2",
"flat": "^6.0.1",
"js-yaml": "^5.2.2",
"markup-js": "^1.5.21",