diff --git a/README.md b/README.md index 21f9df3..b479346 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Http Request/Response with middleware and handler, [PSR-15][2] inspired. ## Requirements * node: 18 - * [chubbyts/chubbyts-http-types][3]: ^1.3.0 + * [chubbyts/chubbyts-http-types][3]: ^1.3.1 * [qs][4]: ^6.13.1 ## Installation @@ -32,7 +32,7 @@ Http Request/Response with middleware and handler, [PSR-15][2] inspired. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http][1]. ```ts -npm i @chubbyts/chubbyts-http@^1.3.0 +npm i @chubbyts/chubbyts-http@^1.3.1 ``` ## Copyright diff --git a/package.json b/package.json index c7f9344..b75cdcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-http", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "Http Request/Response with middleware and handler, PSR-15 inspired.", "keywords": [ "chubbyts", @@ -46,12 +46,12 @@ "node": ">=18" }, "dependencies": { - "@chubbyts/chubbyts-http-types": "^1.3.0", + "@chubbyts/chubbyts-http-types": "^1.3.1", "qs": "^6.13.1" }, "devDependencies": { - "@chubbyts/chubbyts-eslint": "^3.0.1", - "@chubbyts/chubbyts-packaging": "^3.0.0", + "@chubbyts/chubbyts-eslint": "^3.0.3", + "@chubbyts/chubbyts-packaging": "^3.0.2", "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5",