From 12a8ed284bfef19599f2833ff3ca4a055067e6c0 Mon Sep 17 00:00:00 2001 From: GENTILHOMME Thomas Date: Tue, 24 Mar 2026 18:56:32 +0100 Subject: [PATCH] chore: update httpie & npm-registry-sdk to fix undici CVEs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 639fb95..ca40b32 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "typescript": "^6.0.2" }, "dependencies": { - "@nodesecure/npm-registry-sdk": "^4.1.0", + "@nodesecure/npm-registry-sdk": "4.5.2", "@npmcli/arborist": "^9.0.0", - "@openally/httpie": "^1.0.0", + "@openally/httpie": "1.1.2", "@pnpm/audit": "1001.0.2", "@pnpm/lockfile-file": "^9.1.1" }