From 6fcb1f4cac03c7956676c0ab729bf58d3bb7b031 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 May 2023 14:01:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TYPEDRESTCLIENT-5487993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ce4cba..f43d1d6 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "dependencies": { "debug": "^4.1.1", "snyk": "^1.231.1", - "typed-rest-client": "^1.5.0" + "typed-rest-client": "^1.8.0" }, "husky": { "hooks": {