From 9c9cd9c5db32e13b0e5bac632225840ac66eca34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Apr 2020 04:26:32 +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 1be7c42b..e23168ad 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "hoek": "^2.9.0", "icalendar": "^0.7.1", "joi": "^4.9.0", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "lout": "^5.1.2", "mailcomposer": "~0.2.12", "mailgun-js": "git+https://github.com/sinfo/mailgun-js.git",