From aab60f8c46e171f79e0eb268531decaeef7f0721 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 03:09:19 +0300 Subject: [PATCH 1/2] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From b847bb1c160b1d6e69a8a36c814fa51f29989e72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 03:09:21 +0300 Subject: [PATCH 2/2] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 --- yarn.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"