diff --git a/integrations/uservoice/package.json b/integrations/uservoice/package.json index 35b51f74b..79047494a 100644 --- a/integrations/uservoice/package.json +++ b/integrations/uservoice/package.json @@ -29,7 +29,7 @@ "@segment/convert-dates": "^1.0.0", "do-when": "^1.0.0", "global-queue": "^1.0.1", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "to-unix-timestamp": "^1.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f1deab789..95cfc5d7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9536,10 +9536,10 @@ jmespath@0.15.0: resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217" integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc= -jquery@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" - integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= +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-sha256@^0.3.0: version "0.3.2"