diff --git a/README.md b/README.md index 33b4f15..76fbc9f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Creates http error which can be catched and converted to error responses. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http-error][1]. ```ts -npm i @chubbyts/chubbyts-http-error@^2.4.0 +npm i @chubbyts/chubbyts-http-error@^2.4.1 ``` ## Usage diff --git a/package.json b/package.json index 3c5c390..2026f05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-http-error", "type": "module", - "version": "2.4.0", + "version": "2.4.1", "description": "Creates http error which can be catched and converted to error responses.", "keywords": [ "chubbyts", @@ -43,8 +43,8 @@ }, "dependencies": {}, "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",