diff --git a/src/main/resources/static/package-lock.json b/src/main/resources/static/package-lock.json index 78438ea..52268f0 100644 --- a/src/main/resources/static/package-lock.json +++ b/src/main/resources/static/package-lock.json @@ -3639,9 +3639,9 @@ "dev": true }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "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/src/main/resources/static/package.json b/src/main/resources/static/package.json index 10ad2c5..0460a14 100644 --- a/src/main/resources/static/package.json +++ b/src/main/resources/static/package.json @@ -31,7 +31,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "5.10.2", "bootstrap": "4.3.1", - "jquery": "3.4.1", + "jquery": "3.5.0", "jquery.easing": "^1.4.1", "magnific-popup": "^1.1.0" },