Skip to content

Commit 427f6db

Browse files
authored
chore(3.17.1): Publish v3.17.1 (#2029)
* 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
1 parent ca8f138 commit 427f6db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/bolt",
3-
"version": "3.17.0",
3+
"version": "3.17.1",
44
"description": "A framework for building Slack apps, fast.",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",
@@ -41,10 +41,10 @@
4141
},
4242
"dependencies": {
4343
"@slack/logger": "^4.0.0",
44-
"@slack/oauth": "^2.6.1",
45-
"@slack/socket-mode": "^1.3.2",
44+
"@slack/oauth": "^2.6.2",
45+
"@slack/socket-mode": "^1.3.3",
4646
"@slack/types": "^2.11.0",
47-
"@slack/web-api": "^6.11.0",
47+
"@slack/web-api": "^6.11.2",
4848
"@types/express": "^4.16.1",
4949
"@types/promise.allsettled": "^1.0.3",
5050
"@types/tsscmp": "^1.0.0",
@@ -63,7 +63,7 @@
6363
"@types/sinon": "^7.0.11",
6464
"@typescript-eslint/eslint-plugin": "^4.4.1",
6565
"@typescript-eslint/parser": "^4.4.0",
66-
"chai": "^4.2.0",
66+
"chai": "~4.3.0",
6767
"eslint": "^7.26.0",
6868
"eslint-config-airbnb-base": "^14.2.1",
6969
"eslint-config-airbnb-typescript": "^12.3.1",

0 commit comments

Comments
 (0)