From b646c450352f383c8ae898b34d12e1398338e131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 06:32:44 +0000 Subject: [PATCH] Build(deps): Bump jquery in /Tests/CK.Crs.Tests.Integration Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- Tests/CK.Crs.Tests.Integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CK.Crs.Tests.Integration/package.json b/Tests/CK.Crs.Tests.Integration/package.json index 4326267f..2134b21b 100644 --- a/Tests/CK.Crs.Tests.Integration/package.json +++ b/Tests/CK.Crs.Tests.Integration/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "jquery": "^2.2.0", + "jquery": "^3.5.0", "ck-command": "../../component-kitchen/src/ck-command" }, "author": "",