Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Dec 3, 2021
1 parent 0f58fe3 commit 7a7b8f5
Show file tree
Hide file tree
Showing 3 changed files with 1,427 additions and 2,027 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const process = require('process');
const http = require('http');
const https = require('https');
const util = require('util');
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
],
"dependencies": {
"@koa/router": "^10.1.1",
"@ladjs/i18n": "^7.2.3",
"@ladjs/i18n": "^7.2.4",
"@ladjs/redis": "^1.0.7",
"@ladjs/shared-config": "^5.0.1",
"@ladjs/shared-config": "^6.0.0",
"@ladjs/store-ip-address": "^0.0.7",
"boolean": "^3.1.4",
"cabin": "^9.0.4",
"express-request-id": "^1.4.1",
"kcors": "^2.2.2",
"koa": "^2.13.1",
"koa": "^2.13.4",
"koa-404-handler": "^0.0.2",
"koa-basic-auth": "^4.0.0",
"koa-better-error-handler": "^7.0.1",
Expand All @@ -41,29 +41,29 @@
"koa-etag": "^4.0.0",
"koa-json": "^2.0.2",
"koa-no-trailing-slash": "^2.1.0",
"koa-simple-ratelimit": "^5.1.0",
"koa-simple-ratelimit": "^5.1.1",
"lodash": "^4.17.21",
"multimatch": "^5.0.0",
"multimatch": "5",
"request-received": "^0.0.3",
"response-time": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"ava": "^3.15.0",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-xo-lass": "^1.0.5",
"eslint": "^8.3.0",
"eslint-config-xo-lass": "^1.0.6",
"fixpack": "^4.0.0",
"husky": "^7.0.1",
"lint-staged": "11.1.2",
"mongoose": "^5.13.7",
"husky": "^7.0.4",
"lint-staged": "12.1.2",
"mongoose": "^6.0.14",
"nyc": "^15.1.0",
"remark-cli": "^10.0.0",
"remark-cli": "^10.0.1",
"remark-preset-github": "^4.0.1",
"supertest": "^6.1.6",
"xo": "0.39"
"xo": "^0.47.0"
},
"engines": {
"node": ">=10.10.0"
Expand Down
Loading

0 comments on commit 7a7b8f5

Please sign in to comment.