@ladjs/web 21.0.23 → 21.0.25

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 (1) hide show
  1. package/package.json +8 -7
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.23",
4
+ "version": "21.0.25",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/web/issues",
@@ -30,7 +30,7 @@
30
30
  "express-request-id": "1.4.1",
31
31
  "is-string-and-not-blank": "^0.0.2",
32
32
  "kcors": "^2.2.2",
33
- "koa": "^2.16.0",
33
+ "koa": "^3.0.0",
34
34
  "koa-404-handler": "^0.1.0",
35
35
  "koa-basic-auth": "^4.0.0",
36
36
  "koa-better-error-handler": "^11.0.4",
@@ -56,22 +56,22 @@
56
56
  "response-time": "^2.3.3"
57
57
  },
58
58
  "devDependencies": {
59
- "@commitlint/cli": "^19.7.1",
60
- "@commitlint/config-conventional": "^19.7.1",
59
+ "@commitlint/cli": "^19.8.1",
60
+ "@commitlint/config-conventional": "^19.8.1",
61
61
  "ava": "5",
62
62
  "cross-env": "^7.0.3",
63
63
  "eslint": "^8.55.0",
64
64
  "eslint-config-xo-lass": "^2.0.1",
65
65
  "fixpack": "^4.0.0",
66
66
  "husky": "^9.1.7",
67
- "ioredis": "^5.5.0",
67
+ "ioredis": "^5.6.1",
68
68
  "ioredis-mock": "^8.9.0",
69
69
  "lint-staged": "^15.4.3",
70
70
  "nyc": "^15.1.0",
71
71
  "pug": "^3.0.3",
72
72
  "remark-cli": "11",
73
73
  "remark-preset-github": "^4.0.4",
74
- "supertest": "^6.3.4",
74
+ "supertest": "^7.1.1",
75
75
  "xo": "^0.56.0"
76
76
  },
77
77
  "engines": {
@@ -108,7 +108,8 @@
108
108
  },
109
109
  "scripts": {
110
110
  "lint": "xo --fix && remark . -qfo && fixpack",
111
- "prepare": "husky install",
111
+ "pre-commit": "lint-staged",
112
+ "prepare": "husky",
112
113
  "pretest": "npm run lint",
113
114
  "test": "npm run test-coverage",
114
115
  "test-coverage": "cross-env NODE_ENV=test nyc ava"