From 4038d6e205fae7a9a93ec319122775597ff912bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 21:20:56 +0000 Subject: [PATCH] chore(deps-dev): [security] bump jquery from 1.11.3 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.3 to 3.5.0. **This update includes security fixes.** - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.3...3.5.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4b6834..52ecb57 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "15.5.1", "async": "~1.5.0", "expect.js": "0.3.x", - "jquery": "~1.11.3", + "jquery": "~3.5.0", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",