From b4f5366deb47a5e62181cfaf67cd79abee60fac7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 15:19:41 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 129e5b638d9..7ca86891395 100644 --- a/src/package.json +++ b/src/package.json @@ -33,7 +33,7 @@ "async": "0.9.0", "async-stacktrace": "0.0.2", "channels": "0.0.4", - "cheerio": "0.20.0", + "cheerio": "0.22.0", "clean-css": "3.4.19", "cookie-parser": "1.4.4", "ejs": "2.6.1",