diff --git a/package-lock.json b/package-lock.json index 2a92ac9..45f6eb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12669,9 +12669,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-mousewheel": { "version": "3.1.13", diff --git a/package.json b/package.json index 8b350dc..841ec73 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "i18next-browser-languagedetector": "^2.2.0", "i18next-xhr-backend": "^1.5.1", "invariant": "^2.2.4", - "jquery": "^3.1.1", + "jquery": "^3.5.0", "jquery.cookie": "^1.4.1", "jss": "^9.8.7", "keycode": "^2.2.0",