From 588672caff04a7dc522d18f0df1d016dd9370313 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:27:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-URLREGEX-569472 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20e80d8..354ad7d 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "hapi": "^14.2.0", "hoek": "^5.0.2", "inert": "^4.0.1", - "jimp": "^0.2.27" + "jimp": "^0.3.7" } }