From dc41cad909e7e3eb1be1ff1b4dd6879260db3ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 04:35:39 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /server Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- server/package-lock.json | 8 ++++---- server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",