From 384caf56ff81d30d315c23729e8497d6b8e45685 Mon Sep 17 00:00:00 2001 From: "Thomas.G" Date: Thu, 14 Mar 2024 19:04:09 +0100 Subject: [PATCH] chore: update undici (6.6.2 to 6.9.0) (#242) --- package.json | 106 +++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/package.json b/package.json index 5f1fe5b..0c71121 100644 --- a/package.json +++ b/package.json @@ -1,53 +1,53 @@ -{ - "name": "@myunisoft/httpie", - "version": "4.0.0", - "description": "MyUnisoft Node.js HTTP client that use Undici client", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc", - "prepublishOnly": "npm run build", - "test": "jest" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/MyUnisoft/httpie.git" - }, - "engines": { - "node": ">=18" - }, - "keywords": [], - "files": [ - "dist" - ], - "publishConfig": { - "@myunisoft:registry": "https://registry.npmjs.org/" - }, - "author": "GENTILHOMME Thomas ", - "license": "MIT", - "bugs": { - "url": "https://github.com/MyUnisoft/httpie/issues" - }, - "homepage": "https://github.com/MyUnisoft/httpie#readme", - "devDependencies": { - "@nodesecure/eslint-config": "^1.9.0", - "@types/content-type": "^1.1.8", - "@types/jest": "^29.5.11", - "@types/lru-cache": "^7.10.10", - "@types/node": "^20.10.4", - "@types/statuses": "^2.0.4", - "dotenv": "^16.3.1", - "fastify": "^4.24.3", - "jest": "^29.7.0", - "p-ratelimit": "^1.0.1", - "ts-jest": "^29.1.1", - "typescript": "^5.3.3" - }, - "dependencies": { - "@openally/result": "^1.2.0", - "content-type": "^1.0.5", - "lru-cache": "^10.1.0", - "statuses": "^2.0.1", - "undici": "^6.0.1" - } -} +{ + "name": "@myunisoft/httpie", + "version": "4.0.0", + "description": "MyUnisoft Node.js HTTP client that use Undici client", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsc", + "prepublishOnly": "npm run build", + "test": "jest" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MyUnisoft/httpie.git" + }, + "engines": { + "node": ">=18" + }, + "keywords": [], + "files": [ + "dist" + ], + "publishConfig": { + "@myunisoft:registry": "https://registry.npmjs.org/" + }, + "author": "GENTILHOMME Thomas ", + "license": "MIT", + "bugs": { + "url": "https://github.com/MyUnisoft/httpie/issues" + }, + "homepage": "https://github.com/MyUnisoft/httpie#readme", + "devDependencies": { + "@nodesecure/eslint-config": "^1.9.0", + "@types/content-type": "^1.1.8", + "@types/jest": "^29.5.11", + "@types/lru-cache": "^7.10.10", + "@types/node": "^20.10.4", + "@types/statuses": "^2.0.4", + "dotenv": "^16.3.1", + "fastify": "^4.24.3", + "jest": "^29.7.0", + "p-ratelimit": "^1.0.1", + "ts-jest": "^29.1.1", + "typescript": "^5.3.3" + }, + "dependencies": { + "@openally/result": "^1.2.0", + "content-type": "^1.0.5", + "lru-cache": "^10.1.0", + "statuses": "^2.0.1", + "undici": "^6.9.0" + } +}