Skip to content

Commit

Permalink
webhook: Bumping axios to 1.6.3 to resolve security vulnerability (#1712
Browse files Browse the repository at this point in the history
)
  • Loading branch information
filmaj authored Jan 2, 2024
1 parent 457ce38 commit 3faa5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/webhook",
"version": "7.0.1",
"version": "7.0.2",
"description": "Official library for using the Slack Platform's Incoming Webhooks",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@slack/types": "^2.9.0",
"@types/node": ">=18.0.0",
"axios": "^1.6.0"
"axios": "^1.6.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down

0 comments on commit 3faa5b6

Please sign in to comment.