From 720efe0d42e8f67ad6b3fc82963615607a1a0ad0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Apr 2020 21:37:02 +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-JQUERY-565129 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62eac7e..7710508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2391,9 +2391,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "3.0.2", diff --git a/package.json b/package.json index 1e3f424..a939152 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-cli": "^1.2.0", "grunt-contrib-connect": "^1.0.2", "grunt-curl": "^2.5.0", - "jquery": "^3.2.1" + "jquery": "^3.5.0" }, "devDependencies": { "eslint": "^5.0.1",