From 616bd02879bebf86f8d780b4657f614daf3309a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 08:17:29 -0800 Subject: [PATCH] fix: examples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 09f2f41..93664e8 100644 --- a/examples/package.json +++ b/examples/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "4.17.1" + "express": "4.17.3" } }