@ladjs/api 14.0.0 → 14.1.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
@@ -2,7 +2,6 @@ const process = require('node:process');
2
2
  const http = require('node:http');
3
3
  const https = require('node:https');
4
4
  const util = require('node:util');
5
-
6
5
  const Cabin = require('cabin');
7
6
  const I18N = require('@ladjs/i18n');
8
7
  const Passport = require('@ladjs/passport');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/api",
3
3
  "description": "API server for Lad",
4
- "version": "14.0.0",
4
+ "version": "14.1.1",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/api/issues",
@@ -16,18 +16,18 @@
16
16
  "@ladjs/koa-simple-ratelimit": "^4.1.1",
17
17
  "@ladjs/passport": "^5.0.3",
18
18
  "@ladjs/redis": "^1.1.1",
19
- "@ladjs/shared-config": "^9.1.0",
19
+ "@ladjs/shared-config": "^9.1.2",
20
20
  "@ladjs/store-ip-address": "^0.0.7",
21
21
  "boolean": "^3.2.0",
22
22
  "express-request-id": "1.4.1",
23
23
  "kcors": "^2.2.2",
24
- "koa": "^2.14.1",
24
+ "koa": "^2.14.2",
25
25
  "koa-404-handler": "^0.1.0",
26
26
  "koa-basic-auth": "^4.0.0",
27
27
  "koa-better-error-handler": "^11.0.4",
28
28
  "koa-better-timeout": "^0.0.6",
29
29
  "koa-bodyparser": "^4.4.0",
30
- "koa-compress": "^5.1.0",
30
+ "koa-compress": "^5.1.1",
31
31
  "koa-conditional-get": "^3.0.0",
32
32
  "koa-connect": "^2.1.0",
33
33
  "koa-etag": "^4.0.0",
@@ -38,25 +38,25 @@
38
38
  "response-time": "^2.3.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@commitlint/cli": "^17.5.1",
42
- "@commitlint/config-conventional": "^17.4.4",
41
+ "@commitlint/cli": "^17.6.1",
42
+ "@commitlint/config-conventional": "^17.6.1",
43
43
  "ava": "^5.2.0",
44
- "axe": "^12.1.0",
45
- "cabin": "^13.1.0",
44
+ "axe": "^12.1.1",
45
+ "cabin": "^13.1.1",
46
46
  "cross-env": "^7.0.3",
47
- "eslint": "^8.36.0",
47
+ "eslint": "^8.39.0",
48
48
  "eslint-config-xo-lass": "^2.0.1",
49
49
  "fixpack": "^4.0.0",
50
50
  "husky": "^8.0.3",
51
- "ioredis": "^5.3.1",
52
- "ioredis-mock": "^8.2.7",
53
- "lint-staged": "13.2.0",
54
- "mongoose": "^7.0.3",
51
+ "ioredis": "^5.3.2",
52
+ "ioredis-mock": "^8.7.0",
53
+ "lint-staged": "13.2.2",
54
+ "mongoose": "6",
55
55
  "nyc": "^15.1.0",
56
56
  "remark-cli": "^11.0.0",
57
57
  "remark-preset-github": "^4.0.4",
58
58
  "supertest": "^6.3.3",
59
- "xo": "^0.53.1"
59
+ "xo": "^0.54.2"
60
60
  },
61
61
  "engines": {
62
62
  "node": ">=14"