From bab622b34f6e8fb714726f284a4cbffa6fa9dd45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jun 2022 02:25:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-JQUERY-174006 - https://dev.snyk.io/vuln/SNYK-JS-JQUERY-565129 - https://dev.snyk.io/vuln/SNYK-JS-JQUERY-567880 - https://dev.snyk.io/vuln/npm:jquery:20150627 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3185ea3..5b9fa8e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "electron-json-storage": "^2.0.0", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "node-osascript": "^1.0.4", "path": "^0.12.7" }