From 26919c5ac4dcb4461dccc7b07034c04bef2385a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Apr 2020 23:10:28 +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 5e68276..2d3f892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3231,9 +3231,9 @@ "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" }, "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-sha256": { "version": "0.9.0", diff --git a/package.json b/package.json index 2485f34..e4a6828 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "glob": "^7.1.2", "graceful-fs": "^4.1.11", "helmet": "^3.21.1", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "js-sha256": "^0.9.0", "js-yaml": "^3.12.0", "jstransformer-markdown-it": "^2.1.0",