From 8cac7e21b4494bacb38747891840f0753721f4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:01:01 +0000 Subject: [PATCH] Bump jquery in /src/Qnoow/LandingBundle/Resources/public Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) Signed-off-by: dependabot[bot] --- src/Qnoow/LandingBundle/Resources/public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qnoow/LandingBundle/Resources/public/package.json b/src/Qnoow/LandingBundle/Resources/public/package.json index 5c08f70..dfb3ce6 100644 --- a/src/Qnoow/LandingBundle/Resources/public/package.json +++ b/src/Qnoow/LandingBundle/Resources/public/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "html5shiv": "^3.7.3", - "jquery": "^1.11.3", + "jquery": "^3.5.0", "jquery.easing": "^1.3.2", "normalize.css": "github:necolas/normalize.css", "Swipe": "github:thebird/Swipe",