hubot 11.3.3 → 11.3.4

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/Robot.mjs +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hubot",
3
- "version": "11.3.3",
3
+ "version": "11.3.4",
4
4
  "author": "hubot",
5
5
  "keywords": [
6
6
  "github",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "connect-multiparty": "^2.2.0",
19
- "express": "^4.19.2",
19
+ "express": "^4.21.2",
20
20
  "express-basic-auth": "^1.2.1",
21
21
  "pino": "^8.11.0"
22
22
  },
package/src/Robot.mjs CHANGED
@@ -664,9 +664,8 @@ class Robot {
664
664
  } else {
665
665
  this.setupNullRouter()
666
666
  }
667
+ await this.adapter.run()
667
668
  this.emit('running')
668
-
669
- return await this.adapter.run()
670
669
  }
671
670
 
672
671
  // Public: Gracefully shutdown the robot process