diff --git a/server/package-lock.json b/server/package-lock.json index a4b2b36..6b020c3 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -42,7 +42,7 @@ "dependencies": { "debug": { "version": "github:ngokevin/debug#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a", - "from": "github:ngokevin/debug#noTimestamp" + "from": "github:ngokevin/debug#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a" } } }, @@ -909,9 +909,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==" }, "jstransform": { "version": "11.0.3", diff --git a/server/package.json b/server/package.json index 1805389..b716220 100644 --- a/server/package.json +++ b/server/package.json @@ -39,7 +39,7 @@ "fs": "0.0.1-security", "http": "0.0.0", "https": "^1.0.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "net": "^1.0.2", "path": "^0.12.7", "uniqid": "^5.0.3",