From 341503ee51d985b66f0a0a68a69d1eba3b724ce5 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Sat, 18 Mar 2023 16:31:39 +0100 Subject: [PATCH] vendor upgrade --- README.md | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dd282ce..80e230c 100644 --- a/README.md +++ b/README.md @@ -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 +npm i @chubbyts/chubbyts-http@^1.0.2 ``` ## Copyright diff --git a/package.json b/package.json index 97e55cc..d1ed9b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chubbyts/chubbyts-http", - "version": "1.0.1", + "version": "1.0.2", "description": "Http Request/Response with middleware and handler, PSR-15 inspired.", "keywords": [ "chubbyts", @@ -51,15 +51,15 @@ "qs": "^6.11.0" }, "devDependencies": { - "@stryker-mutator/core": "^6.2.2", - "@stryker-mutator/jest-runner": "^6.2.2", - "@types/jest": "^29.0.3", - "@types/node": "^14.18.29", + "@stryker-mutator/core": "^6.4.1", + "@stryker-mutator/jest-runner": "^6.4.1", + "@types/jest": "^29.5.0", + "@types/node": "^18.15.3", "@types/qs": "^6.9.7", - "jest": "^29.0.3", - "prettier": "^2.7.1", - "ts-jest": "^29.0.1", - "typescript": "^4.8.3" + "jest": "^29.5.0", + "prettier": "^2.8.4", + "ts-jest": "^29.0.5", + "typescript": "^4.9.5" }, "publishConfig": { "access": "public"