From 6c4b2df66f3d4d4dae5bcb6a9fb3737bbb26c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:12:14 +0000 Subject: [PATCH] Bump jquery from 2.1.4 to 3.4.1 in /test/example2 Bumps [jquery](https://github.com/jquery/jquery) from 2.1.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.1.4...3.4.1) Signed-off-by: dependabot[bot] --- test/example2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example2/package.json b/test/example2/package.json index 1fe9e72..ec1774a 100644 --- a/test/example2/package.json +++ b/test/example2/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "jquery": "~2.1.0", + "jquery": "~3.4.1", "jqueryui-browser": "~1.10.2-1" },