From de39041ad72300f3b4a15771e8fd2022f5d1892c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Apr 2020 00:15:50 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-565129 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c87c938..c92274a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Vladislav Klochkov ", "license": "Vladislav Klochkov", "dependencies": { - "jquery": "^3.2.1" + "jquery": "^3.5.0" }, "devDependencies": { "gulp": "^3.9.1", diff --git a/yarn.lock b/yarn.lock index 0dbaad1..6ac1d26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -991,9 +991,10 @@ isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" -jquery@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-base64@^2.1.8: version "2.1.9"