From b1e931d7559b1eb93c480f3ae5a6f18422481340 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Apr 2017 08:40:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:jquery:20150627 - https://snyk.io/vuln/npm:jquery:20160529 Latest report for darmalovan/pastpaste: https://snyk.io/test/github/darmalovan/pastpaste --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3185ea3..18fbc6b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "electron-json-storage": "^2.0.0", - "jquery": "^2.2.4", + "jquery": "^3.0.0", "node-osascript": "^1.0.4", "path": "^0.12.7" }