diff --git a/package-lock.json b/package-lock.json index 5f27c2c..1de6fce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9822,9 +9822,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==" }, "js-base64": { "version": "2.5.1", diff --git a/package.json b/package.json index ac63d11..14aca75 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "font-awesome": "^4.7.0", "history": "^4.7.2", "html2pdf.js": "^0.9.0", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "keymirror": "^0.1.1", "loaders.css": "^0.1.2", "lodash": "^4.17.10",