From cb688baa0c16113197e0e67207ca7562b87ac814 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 03:19:05 +0000 Subject: [PATCH] fix: examples/streaming/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- examples/streaming/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming/package.json b/examples/streaming/package.json index 2ad3d70d..ddd44b1d 100644 --- a/examples/streaming/package.json +++ b/examples/streaming/package.json @@ -4,7 +4,7 @@ "description": "Simple example of the Dust streaming API", "main": "app.js", "dependencies": { - "dustjs-linkedin": "^2.7.0", + "dustjs-linkedin": "^3.0.1", "express": "^4.12.3", "request": "^2.53.0" },