From 1583c6c6f302b18f16f08afe447a9c9ffcbe5d50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Oct 2023 02:04:07 +0000 Subject: [PATCH] fix: upgrade node-static from 0.7.7 to 0.7.11 Snyk has created this PR to upgrade node-static from 0.7.7 to 0.7.11. See this package in npm: https://www.npmjs.com/package/node-static See this project in Snyk: https://app.snyk.io/org/vhamidovic/project/89347317-8a02-4077-9298-2f358fb2bebf?utm_source=github&utm_medium=referral&page=upgrade-pr --- signalling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signalling/package.json b/signalling/package.json index 219e753..ea65ed9 100644 --- a/signalling/package.json +++ b/signalling/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "description": "WebRTC codelab", "dependencies": { - "node-static": "0.7.7", + "node-static": "0.7.11", "socket.io": "3.0.0" }}