Skip to content

Commit ffa2182

Browse files
chore(deps): bump axios and @slack/web-api in /backend
Bumps [axios](https://github.com/axios/axios) and [@slack/web-api](https://github.com/slackapi/node-slack-sdk). These dependencies needed to be updated together. Updates `axios` from 1.6.0 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.7) Updates `@slack/web-api` from 6.7.2 to 6.13.0 - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production - dependency-name: "@slack/web-api" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9f397a commit ffa2182

File tree

2 files changed

+38
-83
lines changed

2 files changed

+38
-83
lines changed

backend/package-lock.json

+36-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@nestjs/schedule": "^2.1.0",
4444
"@nestjs/swagger": "^6.0.4",
4545
"@nestjs/websockets": "^9.0.0",
46-
"@slack/web-api": "^6.7.1",
47-
"axios": "^1.6.0",
46+
"@slack/web-api": "^6.13.0",
47+
"axios": "^1.7.7",
4848
"bcrypt": "^5.0.1",
4949
"bull": "^4.8.4",
5050
"class-transformer": "^0.5.1",

0 commit comments

Comments
 (0)