From 4434d9a840023c5709796740c0ff1bad26893fab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:04:52 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9971a1a7e1e..a7dee33301d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "electronVersion": "1.3.13", "dependencies": { - "async": "0.2.6", + "async": "3.2.2", "atom-keymap": "7.1.20", "atom-select-list": "0.0.12", "atom-ui": "0.4.1", @@ -51,7 +51,7 @@ "jasmine-tagged": "^1.1.4", "jquery": "2.1.4", "key-path-helpers": "^0.4.0", - "less-cache": "0.23", + "less-cache": "0.24.0", "line-top-index": "0.2.0", "marked": "^0.3.6", "minimatch": "^3.0.3",