From 333c425538db52f05a6828c676e07dce2d436425 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 15:06:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3714af624..c1dc60eb4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "@adobe/helix-fetch": "^3.0.0", - "async": "2.4.1", + "async": "3.2.2", "cheerio": "^0.22.0", "chokidar": "^3.5.2", "ejs": "^3.1.6", @@ -34,7 +34,7 @@ "jslint": "^0.12.1", "jsontoxml": "0.0.11", "memcached": "2.2.2", - "moment": "2.29.1", + "moment": "2.29.2", "node-cache": "1.*", "parse-iso-duration": "1.0.0", "probe-image-size": "^5.0.0",