@ladjs/web 21.0.9 → 21.0.11

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/index.js +1 -1
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -470,7 +470,7 @@ class Web {
470
470
  }
471
471
 
472
472
  async close() {
473
- await util.promisify(this.server.close).bind(this.server);
473
+ await util.promisify(this.server.close).bind(this.server)();
474
474
  }
475
475
  }
476
476
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/web",
3
3
  "description": "Web server for Lad",
4
- "version": "21.0.9",
4
+ "version": "21.0.11",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/web/issues",
@@ -53,14 +53,14 @@
53
53
  "response-time": "^2.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@commitlint/cli": "^17.8.0",
57
- "@commitlint/config-conventional": "^17.8.0",
56
+ "@commitlint/cli": "^18.2.0",
57
+ "@commitlint/config-conventional": "^18.1.0",
58
58
  "@ladjs/passport": "^5.0.3",
59
59
  "ava": "^5.3.1",
60
60
  "axe": "^12.2.3",
61
61
  "cabin": "^13.2.5",
62
62
  "cross-env": "^7.0.3",
63
- "eslint": "^8.51.0",
63
+ "eslint": "^8.52.0",
64
64
  "eslint-config-xo-lass": "^2.0.1",
65
65
  "fixpack": "^4.0.0",
66
66
  "husky": "^8.0.3",
@@ -75,7 +75,7 @@
75
75
  "xo": "^0.56.0"
76
76
  },
77
77
  "engines": {
78
- "node": ">=14"
78
+ "node": ">=18"
79
79
  },
80
80
  "files": [
81
81
  "index.js"