From 86adda130570f959dd56c697d283317d521af4c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:42:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d2aaab..6075d4b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "express": "^4.17.1", "highlight.js": "^9.15.9", "pug": "^2.0.4", - "puppeteer": "^1.19.0", + "puppeteer": "^18.2.0", "typescript": "^3.5.3", "ws": "^7.1.1" },