From a4195a8a4acfe3eab8326f4b3aeb65f437cef6fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Apr 2020 22:27:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-565129 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1865f2..ee53405 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "watchify": "^3.4.0" }, "dependencies": { - "jquery": "^2.1.4" + "jquery": "^3.5.0" } }