diff --git a/package-lock.json b/package-lock.json index 654b249..518e454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -462,9 +462,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "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-modal": { "version": "0.9.2", diff --git a/package.json b/package.json index 2086f6f..7fc5b11 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "express": "^4.17.1", "express-handlebars": "^3.1.0", "highlightjs": "^9.12.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "jquery-modal": "^0.9.2", "lowdb": "^1.0.0", "shortid": "^2.2.14"