From cf8162d7e00adb28eda8d6e9382168c80d083b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andis=20Spri=C5=86=C4=B7is?= Date: Mon, 26 Jan 2026 15:42:05 +0200 Subject: [PATCH 1/2] bump async to 2.6.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b97cdf4..a817387 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lib": "./lib" }, "dependencies": { - "async": "2.6.2", + "async": "2.6.4", "jsondate": "0.0.1", "lodash": "4.17.21", "parent-require": "1.0.0", From 0eb6e38cfe1d957af76d9af1614c6718d70a7abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andis=20Spri=C5=86=C4=B7is?= Date: Mon, 26 Jan 2026 16:29:49 +0200 Subject: [PATCH 2/2] package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a817387..66f3f97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "adrai", "name": "sessionstore", - "version": "1.3.8", + "version": "1.3.9", "private": false, "main": "index.js", "engines": {