From 42d6c1ac76c44e72c288dd97671f0be77b09e5f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:14:15 +0000 Subject: [PATCH] chore(deps-dev): [security] bump jquery from 1.11.3 to 3.6.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.3 to 3.6.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.6.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..bfc0b90 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.6.0", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",