@ladjs/web
Advanced tools
Comparing version 19.0.1 to 19.0.2
{ | ||
"name": "@ladjs/web", | ||
"description": "Web server for Lad", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -15,3 +15,3 @@ "bugs": { | ||
"@koa/router": "^12.0.0", | ||
"@ladjs/i18n": "^8.0.1", | ||
"@ladjs/i18n": "^8.0.3", | ||
"@ladjs/koa-better-static": "^2.0.1", | ||
@@ -21,3 +21,3 @@ "@ladjs/koa-cache-responses": "^0.0.3", | ||
"@ladjs/koa-simple-ratelimit": "^4.1.1", | ||
"@ladjs/redis": "^1.0.7", | ||
"@ladjs/redis": "^1.1.1", | ||
"@ladjs/shared-config": "^8.0.0", | ||
@@ -31,3 +31,3 @@ "@ladjs/state-helper": "^3.0.1", | ||
"kcors": "^2.2.2", | ||
"koa": "^2.13.4", | ||
"koa": "^2.14.1", | ||
"koa-404-handler": "^0.1.0", | ||
@@ -60,16 +60,16 @@ "koa-basic-auth": "^4.0.0", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"@ladjs/passport": "^5.0.3", | ||
"ava": "^5.1.0", | ||
"axe": "^11.0.0", | ||
"cabin": "^11.0.1", | ||
"axe": "^11.2.1", | ||
"cabin": "^11.1.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.28.0", | ||
"eslint": "^8.31.0", | ||
"eslint-config-xo-lass": "^2.0.1", | ||
"fixpack": "^4.0.0", | ||
"husky": "^8.0.2", | ||
"husky": "^8.0.3", | ||
"ioredis": "^5.2.4", | ||
"ioredis-mock": "^8.2.2", | ||
"lint-staged": "^13.0.3", | ||
"lint-staged": "^13.1.0", | ||
"nyc": "^15.1.0", | ||
@@ -79,3 +79,3 @@ "pug": "^3.0.2", | ||
"remark-preset-github": "^4.0.4", | ||
"supertest": "^6.3.1", | ||
"supertest": "^6.3.3", | ||
"xo": "^0.53.1" | ||
@@ -116,3 +116,3 @@ }, | ||
"scripts": { | ||
"lint": "xo && remark . -qfo && fixpack", | ||
"lint": "xo --fix && remark . -qfo && fixpack", | ||
"prepare": "husky install", | ||
@@ -119,0 +119,0 @@ "pretest": "npm run lint", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18638
Updated@ladjs/i18n@^8.0.3
Updated@ladjs/redis@^1.1.1
Updatedkoa@^2.14.1