@slack/bolt
Advanced tools
Comparing version 3.21.3 to 3.21.4
{ | ||
"name": "@slack/bolt", | ||
"version": "3.21.3", | ||
"version": "3.21.4", | ||
"description": "A framework for building Slack apps, fast.", | ||
@@ -24,8 +24,8 @@ "author": "Slack Technologies, LLC", | ||
"engines": { | ||
"node": ">=12.13.0", | ||
"npm": ">=6.12.0" | ||
"node": ">=14.21.3", | ||
"npm": ">=6.14.18" | ||
}, | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "tsc", | ||
"build": "npm run build:clean && tsc", | ||
"build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output", | ||
@@ -55,3 +55,3 @@ "lint": "eslint --fix --ext .ts src", | ||
"express": "^4.16.4", | ||
"path-to-regexp": "^6.2.1", | ||
"path-to-regexp": "^8.1.0", | ||
"promise.allsettled": "^1.0.2", | ||
@@ -82,5 +82,5 @@ "raw-body": "^2.3.3", | ||
"shx": "^0.3.2", | ||
"sinon": "^7.3.1", | ||
"sinon": "^18.0.1", | ||
"source-map-support": "^0.5.12", | ||
"ts-node": "^8.1.0", | ||
"ts-node": "^10.9.2", | ||
"tsd": "^0.22.0", | ||
@@ -87,0 +87,0 @@ "typescript": "4.8.4" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
472181
163
6338
+ Addedpath-to-regexp@8.2.0(transitive)
- Removedpath-to-regexp@6.3.0(transitive)
Updatedpath-to-regexp@^8.1.0