From 756dea9c8b40e720183eec6c2cc33dcdb23a1609 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 23:56:56 +0000 Subject: [PATCH] [Security] Bump jquery from 1.12.4 to 3.5.1 Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.1. **This update includes security fixes.** - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.1) 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 d0bab40..3129f0e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "expect.js": "~0.3.1", - "jquery": "^1.11.2", + "jquery": "^3.5.1", "precommit-hook": "^1.0.7", "rc-server": "3.x", "rc-tools": "3.x",