From 899cbd1056c0ac0dce0a966da14467b9057f9fe2 Mon Sep 17 00:00:00 2001 From: Mattm27 Date: Mon, 24 Jun 2024 22:40:44 -0400 Subject: [PATCH] Revised: Dependabot error fixed (Issue #467) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aa50ca..27a3ffe 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.9.0", "workbox-webpack-plugin": "^6.5.3" - } +}, +"resolutions": { + "ws": "^8.17.1" +} }