Bump @slack/web-api from 7.0.4 to 7.1.0 (#117)

Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.0.4 to 7.1.0.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.0.4...@slack/web-api@7.1.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-06-18 12:41:10 -04:00 коммит произвёл GitHub
Родитель e71407b95f
Коммит c92bdd832d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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.0.4",
"@slack/web-api": "^7.1.0",
"probot": "^12.3.3"
},
"devDependencies": {
@ -865,9 +865,9 @@
}
},
"node_modules/@slack/web-api": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.4.tgz",
"integrity": "sha512-21tbte7N8itwjG7nsiQbDmXP9T/oqEILuvyL2UtgaZxfSY4a1JWWsLGL5n/hcgS2WE2oxmEHsBuhuRkZDwDovw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.1.0.tgz",
"integrity": "sha512-OvW3lZopOL09tvLqD2VRWYnJ32dtZbn53YrnuLNMclytho1tcZvcQZ83n1sPIe9pZK78MwVkUiHKrEYlNUE3PQ==",
"dependencies": {
"@slack/logger": "^4.0.0",
"@slack/types": "^2.9.0",
@ -5730,9 +5730,9 @@
"integrity": "sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ=="
},
"@slack/web-api": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.0.4.tgz",
"integrity": "sha512-21tbte7N8itwjG7nsiQbDmXP9T/oqEILuvyL2UtgaZxfSY4a1JWWsLGL5n/hcgS2WE2oxmEHsBuhuRkZDwDovw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.1.0.tgz",
"integrity": "sha512-OvW3lZopOL09tvLqD2VRWYnJ32dtZbn53YrnuLNMclytho1tcZvcQZ83n1sPIe9pZK78MwVkUiHKrEYlNUE3PQ==",
"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.0.4",
"@slack/web-api": "^7.1.0",
"probot": "^12.3.3"
},
"repository": "github:emergency-pull-request-probot-app",