From a2c0c629ce3debeba5908fd06756c3ba9afb8a5a Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:55:38 +0300 Subject: [PATCH] fix: resolve HTTP REST certificate expiration error (#159) Update package.json to address TLS certificate validation failures in VS Code stable. This aligns extension behavior with VS Code Insiders and resolves the reported RequestError. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de84ffb..6bdd605 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.1", "eslint-plugin-node": "^11.1.0", - "httpyac": "^6.16.6", + "httpyac": "^6.16.7", "husky": "^9.1.7", "lint-staged": "^15.5.0", "lockfile-lint": "^4.14.0",