From 7b3141d99ccdbf54a4655c9ccbac0ec4800af84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:28:27 +0000 Subject: [PATCH] Bump jquery from 1.11.3 to 3.4.1 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.3 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.3...3.4.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 794cad1..e9c8084 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A jQuery plugin to switch fixed headers on the fly", "main": "midnight.jquery.min.js", "dependencies": { - "jquery": "~1.11.3" + "jquery": "~3.4.1" }, "devDependencies": { "gulp": "^3.8.8",