Bump @slack/web-api from 7.4.0 to 7.6.0 (#141)

Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.4.0 to 7.6.0.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.4.0...@slack/web-api@7.6.0)

---
updated-dependencies:
- dependency-name: "@slack/web-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-15 20:01:39 -07:00 коммит произвёл GitHub
Родитель 1cbe05078d
Коммит 4c5fcf9099
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 8 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
"@slack/web-api": "^7.4.0",
"@slack/web-api": "^7.6.0",
"probot": "^12.3.3"
},
"devDependencies": {
@ -865,9 +865,9 @@
}
},
"node_modules/@slack/web-api": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz",
"integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.6.0.tgz",
"integrity": "sha512-1u9JnP12RPk8ChF8RXKKoVtlox9HlZXhf+6lvvRORKxRd4+8ZQ41KskhPO6WiD0Q+wE6k/M6U627BXzVzBcVNA==",
"dependencies": {
"@slack/logger": "^4.0.0",
"@slack/types": "^2.9.0",
@ -5788,9 +5788,9 @@
"integrity": "sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ=="
},
"@slack/web-api": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz",
"integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.6.0.tgz",
"integrity": "sha512-1u9JnP12RPk8ChF8RXKKoVtlox9HlZXhf+6lvvRORKxRd4+8ZQ41KskhPO6WiD0Q+wE6k/M6U627BXzVzBcVNA==",
"requires": {
"@slack/logger": "^4.0.0",
"@slack/types": "^2.9.0",

Просмотреть файл

@ -10,7 +10,7 @@
},
"dependencies": {
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
"@slack/web-api": "^7.4.0",
"@slack/web-api": "^7.6.0",
"probot": "^12.3.3"
},
"repository": "github:emergency-pull-request-probot-app",