From ea84f73d857b07cb942f961ef9731e9a0cc3e8e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 23:12:41 +0000 Subject: [PATCH] fix: build/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- build/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/package.json b/build/package.json index 2f8d88d8a55..422812b18bb 100644 --- a/build/package.json +++ b/build/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/atom/atom.git" }, "dependencies": { - "asar": "^0.8.0", + "asar": "^3.2.0", "async": "~0.2.9", "aws-sdk": "^2.2.18", "babel-eslint": "^5.0.0-beta6", @@ -22,17 +22,17 @@ "grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe", "grunt-contrib-coffee": "~0.12.0", "grunt-contrib-csslint": "~0.2.0", - "grunt-contrib-less": "~0.8.0", + "grunt-contrib-less": "~2.0.0", "grunt-cson": "0.16.0", "grunt-download-electron": "^2.1.1", - "grunt-electron-installer": "1.2.2", - "grunt-lesslint": "0.17.0", + "grunt-electron-installer": "2.0.0", + "grunt-lesslint": "5.0.0", "grunt-peg": "~1.1.0", "grunt-shell": "~0.3.1", "grunt-standard": "^2.0.0", "legal-eagle": "~0.13.0", "minidump": "~0.9", - "npm": "2.13.3", + "npm": "6.6.0", "rcedit": "~0.3.0", "request": "~2.27.0", "rimraf": "~2.2.2", @@ -44,6 +44,6 @@ "underscore-plus": "1.x", "unzip": "~0.1.9", "vm-compatibility-layer": "~0.1.0", - "webdriverio": "^2.4.5" + "webdriverio": "^5.0.0" } }