From 99202a7002ae55d78533183717cc60618513ef80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 20:58:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CHRONONODE-1083228 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a56e722..c90e09a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "git@github.com:kilianc/rtail.git" }, "dependencies": { - "chrono-node": "^1.0.6", + "chrono-node": "^2.2.4", "debug": "^2.1.0", "express": "^4.10.0", "json5": "^0.4.0",