diff --git a/package.json b/package.json index 85b8add..86c3211 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "jest": "^24.8.0", - "jquery": "1.12.4", + "jquery": "3.5.0", "tinymce": "4.9.5" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 7602ee8..b73f410 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1962,10 +1962,10 @@ jest@^24.8.0: import-local "^2.0.0" jest-cli "^24.8.0" -jquery@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c" - integrity sha1-AeHfuikP5z3rp3zurLD5ui/sngw= +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.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"