From dbfad737f840175593f21d3825b6ec559d307ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:30:53 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /demo/wristbandDemo Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) Signed-off-by: dependabot[bot] --- demo/wristbandDemo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/wristbandDemo/package.json b/demo/wristbandDemo/package.json index 3148b89..dac1638 100644 --- a/demo/wristbandDemo/package.json +++ b/demo/wristbandDemo/package.json @@ -59,7 +59,7 @@ "dependencies": { "backbone": "^1.3.3", "co": "^4.6.0", - "jquery": "^1.12.4", + "jquery": "^3.5.0", "underscore": "^1.8.3" } }