diff --git a/static/keksobox/package-lock.json b/static/keksobox/package-lock.json index 552e875..2786c2d 100644 --- a/static/keksobox/package-lock.json +++ b/static/keksobox/package-lock.json @@ -3550,9 +3550,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/static/keksobox/package.json b/static/keksobox/package.json index 07d9caf..a7ace85 100644 --- a/static/keksobox/package.json +++ b/static/keksobox/package.json @@ -31,7 +31,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "5.8.1", "bootstrap": "4.3.1", - "jquery": "3.4.0", + "jquery": "3.5.0", "jquery.easing": "^1.4.1", "magnific-popup": "^1.1.0" },