diff --git a/package-lock.json b/package-lock.json index 3c4af4f..0b5d0f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -343,7 +343,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "1.1.2", @@ -386,9 +386,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "kareem": { "version": "2.2.1", diff --git a/package.json b/package.json index 605cbe0..40fc2d4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "body-parser": "^1.18.3", "express": "^4.16.3", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "mongodb": "^2.2.33", "mongoose": "^5.2.17" },