From 540c794a29e1d0a80043d4f7e92e4f10ff83fb42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jun 2023 17:21:09 +0000 Subject: [PATCH] fix: upgrade http-signature from 1.2.0 to 1.3.6 Snyk has created this PR to upgrade http-signature from 1.2.0 to 1.3.6. See this package in npm: https://www.npmjs.com/package/http-signature See this project in Snyk: https://app.snyk.io/org/akrm.medhat14/project/1a1c6e7b-1cb7-4975-82cd-306c93d63d03?utm_source=github&utm_medium=referral&page=upgrade-pr --- node_modules/request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/request/package.json b/node_modules/request/package.json index cbb2f2e..8aaa564 100644 --- a/node_modules/request/package.json +++ b/node_modules/request/package.json @@ -35,7 +35,7 @@ "forever-agent": "~0.6.1", "form-data": "~2.3.2", "har-validator": "~5.1.3", - "http-signature": "~1.2.0", + "http-signature": "~1.3.6", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1",