From a1f9a4e4036e3738586283488cfeae5021558ad3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Aug 2021 20:31:40 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-1533614 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1534881 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1534882 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1534883 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1534884 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1536579 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1536581 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1536587 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7adf3ee..ca0a916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,9 +34,9 @@ }, "dependencies": { "debug": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", - "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "requires": { "ms": "2.1.2" } @@ -1780,9 +1780,9 @@ } }, "electron": { - "version": "11.4.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.4.tgz", - "integrity": "sha512-m52nF85VADCmL9DpzJfgmkvc9fNiGZPYwptv/4fTYrYhAMiO+hmClGMXncCoSAzoULQjl+f+0b9CY4yd6nRFlQ==", + "version": "11.4.11", + "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.11.tgz", + "integrity": "sha512-DyarEH2IJpx5KfE42vF+uq7jyfHDrDRUsXXZyc69tR/GOO0DGuFE6/BHlTaywgPbCS4Sa5/ffEGlG6xq9+eRAQ==", "requires": { "@electron/get": "^1.0.1", "@types/node": "^12.0.12", diff --git a/package.json b/package.json index 926b7a8..9c14992 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "Soyab Nandhla", "license": "MIT", "dependencies": { - "electron": "^11.4.4", + "electron": "^11.4.11", "snyk": "^1.576.0" }, "devDependencies": {