@ladjs/web 20.0.14 → 21.0.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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +14 -14
package/index.js CHANGED
@@ -4,7 +4,6 @@ const http2 = require('node:http2');
4
4
  const path = require('node:path');
5
5
  const util = require('node:util');
6
6
  const zlib = require('node:zlib');
7
-
8
7
  const Cabin = require('cabin');
9
8
  const CacheResponses = require('@ladjs/koa-cache-responses');
10
9
  const I18N = require('@ladjs/i18n');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/web",
3
3
  "description": "Web server for Lad",
4
- "version": "20.0.14",
4
+ "version": "21.0.1",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/web/issues",
@@ -18,7 +18,7 @@
18
18
  "@ladjs/koa-isajax": "^2.0.0",
19
19
  "@ladjs/koa-simple-ratelimit": "^4.1.1",
20
20
  "@ladjs/redis": "^1.1.1",
21
- "@ladjs/shared-config": "^9.0.1",
21
+ "@ladjs/shared-config": "^9.1.2",
22
22
  "@ladjs/state-helper": "^3.0.1",
23
23
  "@ladjs/store-ip-address": "^0.0.7",
24
24
  "boolean": "^3.2.0",
@@ -26,15 +26,15 @@
26
26
  "express-request-id": "1.4.1",
27
27
  "is-string-and-not-blank": "^0.0.2",
28
28
  "kcors": "^2.2.2",
29
- "koa": "^2.14.1",
29
+ "koa": "^2.14.2",
30
30
  "koa-404-handler": "^0.1.0",
31
31
  "koa-basic-auth": "^4.0.0",
32
32
  "koa-better-error-handler": "^11.0.4",
33
33
  "koa-better-flash": "^0.0.4",
34
34
  "koa-better-timeout": "^0.0.6",
35
- "koa-bodyparser": "^4.3.0",
35
+ "koa-bodyparser": "^4.4.0",
36
36
  "koa-cash": "^4.1.1",
37
- "koa-compress": "^5.1.0",
37
+ "koa-compress": "^5.1.1",
38
38
  "koa-conditional-get": "^3.0.0",
39
39
  "koa-connect": "^2.1.0",
40
40
  "koa-etag": "^4.0.0",
@@ -54,26 +54,26 @@
54
54
  "response-time": "^2.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@commitlint/cli": "^17.4.4",
58
- "@commitlint/config-conventional": "^17.4.4",
57
+ "@commitlint/cli": "^17.6.1",
58
+ "@commitlint/config-conventional": "^17.6.1",
59
59
  "@ladjs/passport": "^5.0.3",
60
60
  "ava": "^5.2.0",
61
- "axe": "^12.1.0",
62
- "cabin": "^13.1.0",
61
+ "axe": "^12.1.1",
62
+ "cabin": "^13.1.1",
63
63
  "cross-env": "^7.0.3",
64
- "eslint": "^8.35.0",
64
+ "eslint": "^8.39.0",
65
65
  "eslint-config-xo-lass": "^2.0.1",
66
66
  "fixpack": "^4.0.0",
67
67
  "husky": "^8.0.3",
68
- "ioredis": "^5.3.1",
69
- "ioredis-mock": "^8.2.6",
70
- "lint-staged": "^13.1.2",
68
+ "ioredis": "^5.3.2",
69
+ "ioredis-mock": "^8.7.0",
70
+ "lint-staged": "^13.2.2",
71
71
  "nyc": "^15.1.0",
72
72
  "pug": "^3.0.2",
73
73
  "remark-cli": "^11.0.0",
74
74
  "remark-preset-github": "^4.0.4",
75
75
  "supertest": "^6.3.3",
76
- "xo": "^0.53.1"
76
+ "xo": "^0.54.2"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">=14"