From 7c086638ec858fdd180aff971cc8746ff2888858 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:38:11 -0400 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 2726911..5360064 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/node": "^11.13.0", "@types/verror": "^1.10.3", "browser-id3-writer": "^4.1.0", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "rxjs": "^6.4.0", "verror": "^1.10.0" }, From 6cdcd982c8abd78b8698afa0fd2f8f02b89dd34b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:38:12 -0400 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index be07170..c8c50af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4380,10 +4380,10 @@ istanbul@0.4.5, istanbul@^0.4.0: which "^1.1.1" wordwrap "^1.0.0" -jquery@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" - integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== +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-tokens@^3.0.2: version "3.0.2"