From 72cec5e7e1caca101b0a7b5efb146839f977c8ec Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Wed, 29 Dec 2021 17:30:47 +0900 Subject: [PATCH] Updated collections.js related package version. This solves https://github.com/montagejs/collections/issues/241 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e17db0459..01cdff741 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "net": false }, "dependencies": { - "collections": "^5.1.12", + "collections": "^5.1.13", "commist": "^1.0.0", "concat-stream": "^2.0.0", "debug": "^4.1.1", @@ -71,7 +71,7 @@ "inherits": "^2.0.3", "minimist": "^1.2.5", "mqtt-packet": "^6.8.0", - "number-allocator": "^1.0.7", + "number-allocator": "^1.0.8", "pump": "^3.0.0", "readable-stream": "^3.6.0", "reinterval": "^1.1.0",