diff --git a/template/package-lock.json b/template/package-lock.json index ea1dbfe3..0afad11f 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -4220,9 +4220,9 @@ } }, "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==" }, "js-base64": { "version": "2.6.4", diff --git a/template/package.json b/template/package.json index 75151d46..4f805b5d 100644 --- a/template/package.json +++ b/template/package.json @@ -10,7 +10,7 @@ "chart.js": "^2.8.0", "codemirror": "^5.48.0", "flag-icon-css": "^3.3.0", - "jquery": "3.4.1", + "jquery": "3.5.0", "jvectormap": "^2.0.4", "moment": "^2.24.0", "owl.carousel": "^2.3.4",