From 3503562d0aaafd8c950125f50f2a8baa38ebfc14 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:12:29 -0500 Subject: [PATCH] chore: bump deps --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7657667..f0ec80d 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ "@koa/router": "^12.0.1", "@ladjs/i18n": "^8.0.3", "@ladjs/koa-simple-ratelimit": "^4.1.1", - "@ladjs/passport": "^5.1.1", + "@ladjs/passport": "^5.1.4", "@ladjs/redis": "^1.1.1", "@ladjs/shared-config": "^9.1.4", "@ladjs/store-ip-address": "^0.0.7", - "axe": "^12.2.3", + "axe": "^12.2.9", "boolean": "^3.2.0", - "cabin": "^13.2.5", + "cabin": "^13.2.8", "express-request-id": "1.4.1", "kcors": "^2.2.2", - "koa": "^2.15.0", + "koa": "^2.15.3", "koa-404-handler": "^0.1.0", "koa-basic-auth": "^4.0.0", "koa-better-error-handler": "^11.0.4", @@ -40,17 +40,17 @@ "response-time": "^2.3.2" }, "devDependencies": { - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", "ava": "^5.3.1", "cross-env": "^7.0.3", "eslint": "^8.55.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.3", - "ioredis": "^5.3.2", + "ioredis": "^5.4.1", "ioredis-mock": "^8.9.0", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.7", "mongoose": "6", "nyc": "^15.1.0", "remark-cli": "11",