From e6f215aaaa965f84f3a1db2fd007778a6cb3b698 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 10:30:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ce4a21..4f258f6 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "dependencies": { "binary-pack": "0.0.3", "compression": "^1.0.3", - "debug": "^2.1.3", + "debug": "^3.1.0", "duplex": "^1.0.0", - "engine.io": "^1.5.1", + "engine.io": "^3.1.5", "errorhandler": "^1.1.1", - "loopback": "^2.8.0", + "loopback": "^3.5.0", "loopback-boot": "^2.4.0", - "loopback-datasource-juggler": "^2.7.0", - "primus": "2.4.12", + "loopback-datasource-juggler": "^3.13.0", + "primus": "7.2.3", "serve-favicon": "^2.0.1", "strong-pubsub": "^0.1.0", "strong-pubsub-connection-mqtt": "^0.1.0",