From 804056145d01b81b75aef92e27cb6df137ec5307 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 06:57:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d2aaab..06e706a 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "express": "^4.17.1", "highlight.js": "^9.15.9", "pug": "^2.0.4", - "puppeteer": "^1.19.0", + "puppeteer": "^22.6.4", "typescript": "^3.5.3", - "ws": "^7.1.1" + "ws": "^8.17.1" }, "devDependencies": { "eslint": "^6.1.0",