Skip to content

Commit

Permalink
chore(3.17.1): Publish v3.17.1 (#2029)
Browse files Browse the repository at this point in the history
* chore(3.17.1): bump package json version and update @slack/web-api @slack/oauth and @slack/socket-mode versions to address axios security vulnerability

* chore(chai): lock chai version in order to fix the ci test with lower node version
  • Loading branch information
rafael-fecha authored and misscoded committed Jan 25, 2024
1 parent 9f7207b commit 3a06337
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/bolt",
"version": "3.17.0",
"version": "3.17.1",
"description": "A framework for building Slack apps, fast.",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@slack/logger": "^4.0.0",
"@slack/oauth": "^2.6.1",
"@slack/socket-mode": "^1.3.2",
"@slack/oauth": "^2.6.2",
"@slack/socket-mode": "^1.3.3",
"@slack/types": "^2.11.0",
"@slack/web-api": "^6.11.0",
"@slack/web-api": "^6.11.2",
"@types/express": "^4.16.1",
"@types/promise.allsettled": "^1.0.3",
"@types/tsscmp": "^1.0.0",
Expand All @@ -63,7 +63,7 @@
"@types/sinon": "^7.0.11",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.0",
"chai": "^4.2.0",
"chai": "~4.3.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
Expand Down

0 comments on commit 3a06337

Please sign in to comment.