diff --git a/package.json b/package.json index 808789e..b3a089b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Koa cookie session middleware with external store support", "repository": { "type": "git", - "url": "git@github.com:koajs/session.git" + "url": "git+https://github.com/koajs/session.git" }, "version": "7.0.2", "keywords": [ @@ -37,6 +37,9 @@ "is-type-of": "^2.2.0", "zod": "^3.24.1" }, + "overrides": { + "fflate": "0.8.2" + }, "engines": { "node": ">= 18.19.0" },