Bump @slack/web-api from 7.3.4 to 7.4.0 (#135)

Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.3.4...@slack/web-api@7.4.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-09-11 12:58:19 -07:00 коммит произвёл GitHub
Родитель 3e744c62d2
Коммит ded924143a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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.3.4",
"@slack/web-api": "^7.4.0",
"probot": "^12.3.3"
},
"devDependencies": {
@ -865,9 +865,9 @@
}
},
"node_modules/@slack/web-api": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.3.4.tgz",
"integrity": "sha512-KwLK8dlz2lhr3NO7kbYQ7zgPTXPKrhq1JfQc0etJ0K8LSJhYYnf8GbVznvgDT/Uz1/pBXfFQnoXjrQIOKAdSuw==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz",
"integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==",
"dependencies": {
"@slack/logger": "^4.0.0",
"@slack/types": "^2.9.0",
@ -5730,9 +5730,9 @@
"integrity": "sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ=="
},
"@slack/web-api": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.3.4.tgz",
"integrity": "sha512-KwLK8dlz2lhr3NO7kbYQ7zgPTXPKrhq1JfQc0etJ0K8LSJhYYnf8GbVznvgDT/Uz1/pBXfFQnoXjrQIOKAdSuw==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.4.0.tgz",
"integrity": "sha512-U+0pui9VcddRt3yTSkLAArVB6G8EyOb0g+/vL1E6u8k46IYc1H4UKDuULF734A2ynVyxYKHIXK8OHilX6YhwjQ==",
"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.3.4",
"@slack/web-api": "^7.4.0",
"probot": "^12.3.3"
},
"repository": "github:emergency-pull-request-probot-app",