From 15535a78af7333a4e173774686ebd49c2185ec5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:40:01 +0000 Subject: [PATCH] fix: examples/todoapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/todoapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todoapp/package.json b/examples/todoapp/package.json index 1c16eb49..2e2b9635 100644 --- a/examples/todoapp/package.json +++ b/examples/todoapp/package.json @@ -9,7 +9,7 @@ "posix-getopt": "^1.2.1", "restify-errors": "^8.0.2", "restify-clients": "^3.1.0", - "restify": "^8.6.1" + "restify": "^9.0.0" }, "devDependencies": { "mocha": "^10.0.0",