From 6aed0515c880a8c490863e7006467d77c6996635 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 19:08:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9d932f7a..eb3269c7 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,15 @@ "server" ], "dependencies": { - "debug": "~2.2.0", + "debug": "~2.6.9", "depd": "~1.1.0", "destroy": "~1.0.4", "escape-html": "~1.0.3", "etag": "~1.7.0", - "fresh": "0.3.0", + "fresh": "0.5.2", "http-errors": "~1.5.0", - "mime": "1.3.4", - "ms": "0.7.1", + "mime": "1.4.1", + "ms": "2.0.0", "on-finished": "~2.3.0", "range-parser": "~1.2.0", "statuses": "~1.3.0"