@slack/bolt 3.20.0 → 3.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slack/bolt",
3
- "version": "3.20.0",
3
+ "version": "3.21.1",
4
4
  "description": "A framework for building Slack apps, fast.",
5
5
  "author": "Slack Technologies, LLC",
6
6
  "license": "MIT",
@@ -30,7 +30,8 @@
30
30
  "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",
31
31
  "lint": "eslint --fix --ext .ts src",
32
32
  "mocha": "TS_NODE_PROJECT=tsconfig.json nyc mocha --config .mocharc.json \"src/**/*.spec.ts\"",
33
- "test": "npm run lint && npm run mocha && npm run test:types",
33
+ "test": "npm run build && npm run lint && npm run mocha && npm run test:types",
34
+ "test:coverage": "npm run mocha && nyc report --reporter=text",
34
35
  "test:types": "tsd",
35
36
  "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
36
37
  },
@@ -41,14 +42,14 @@
41
42
  },
42
43
  "dependencies": {
43
44
  "@slack/logger": "^4.0.0",
44
- "@slack/oauth": "^2.6.2",
45
- "@slack/socket-mode": "^1.3.3",
45
+ "@slack/oauth": "^2.6.3",
46
+ "@slack/socket-mode": "^1.3.6",
46
47
  "@slack/types": "^2.11.0",
47
- "@slack/web-api": "^6.11.2",
48
+ "@slack/web-api": "^6.12.1",
48
49
  "@types/express": "^4.16.1",
49
50
  "@types/promise.allsettled": "^1.0.3",
50
51
  "@types/tsscmp": "^1.0.0",
51
- "axios": "^1.7.3",
52
+ "axios": "^1.7.4",
52
53
  "express": "^4.16.4",
53
54
  "path-to-regexp": "^6.2.1",
54
55
  "please-upgrade-node": "^3.2.0",