From d6858442a5049f470d64e64d01c177c844b49f06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 02:01:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25203bfcc4..f6dcd2a2a1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "fuzzaldrin-plus": "0.4.1", "glob": "7.1.1", "graphql": "0.9.6", - "graphql-language-service": "0.0.15", + "graphql-language-service": "3.0.0", "heap": "0.2.6", "idx": "1.2.0", "immutable": "3.7.6", @@ -100,7 +100,7 @@ "ws": "2.0.3", "xml2js": "0.4.17", "xterm": "2.5.0", - "yargs": "3.32.0" + "yargs": "15.0.1" }, "devDependencies": { "atom-grammar-test": "0.6.3",