From 374bb4b20b813c98f1652c2ab86ba63589007cc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:44:34 +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-SEMVER-3247795 --- 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..74a13c20 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": "^10.0.0" }, "devDependencies": { "mocha": "^10.0.0",