From 1a08d47b39c06d2315d42efb3956dbb848fed680 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Apr 2022 08:08:11 +0000 Subject: [PATCH] fix: upgrade nats from 0.6.8 to 0.8.10 Snyk has created this PR to upgrade nats from 0.6.8 to 0.8.10. See this package in npm: https://www.npmjs.com/package/nats See this project in Snyk: https://app.snyk.io/org/penguinpowernz/project/03bb0408-ee21-478b-882f-f2305a42c463?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 603d550..122bcca 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "async": "^1.5.2", "debug": "^2.2.0", "socket.io": "^1.4.6", - "nats": "^0.6.8", + "nats": "^0.8.10", "socketio-auth": "0.0.5" }, "gitHead": "7119e10249d790d61a0e5811f8e51e1a68f776e4",