diff --git a/package-lock.json b/package-lock.json index c6d2354..82a1ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3607,9 +3607,9 @@ "dev": true }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery.easing": { "version": "1.4.1", diff --git a/package.json b/package.json index 8c7a428..5f24109 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "5.7.2", "bootstrap": "4.3.1", - "jquery": "3.4.0", + "jquery": "3.5.0", "jquery.easing": "1.4.1" }, "devDependencies": {