From 1c9cb639c13a088055135098ebfb83666c256bda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 05:08:55 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- script/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/package.json b/script/package.json index 9f7e0312981..ae323e8d32c 100644 --- a/script/package.json +++ b/script/package.json @@ -6,7 +6,7 @@ "@atom/electron-winstaller": "0.0.1", "@octokit/request": "^5.4.5", "async": "^3.2.0", - "babel-core": "5.8.38", + "babel-core": "6.0.0", "babel-eslint": "^10.0.1", "cheerio": "1.0.0-rc.2", "coffeelint": "1.15.7", @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.1", "normalize-package-data": "2.3.5", - "npm": "6.14.8", + "npm": "7.21.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0", @@ -46,13 +46,13 @@ "season": "5.3.0", "semver": "5.3.0", "simple-git": "^2.7.0", - "stylelint": "^9.0.0", + "stylelint": "^9.7.0", "stylelint-config-standard": "^18.1.0", "sync-request": "3.0.1", "tello": "1.2.0", "terser": "^3.8.1", "webdriverio": "^5.9.2", - "yargs": "4.8.1" + "yargs": "13.2.4" }, "scripts": { "postinstall": "node ./redownload-electron-bins.js"