From c424eebbb6fa6bb4c3c841f45a71c8142724021e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:32:47 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.1 in /templates/materialize Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.4.1) Signed-off-by: dependabot[bot] --- templates/materialize/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/materialize/package.json b/templates/materialize/package.json index 3b08325..0be6452 100644 --- a/templates/materialize/package.json +++ b/templates/materialize/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "hammerjs": "^2.0.4", - "jquery": "^2.1.4", + "jquery": "^3.4.1", "node-archiver": "^0.2.0" }, "devDependencies": { @@ -32,7 +32,7 @@ "grunt-rename": "^0.1.4", "grunt-sass": "^1.1.0", "grunt-text-replace": "^0.4.0", - "jquery": "^2.1.4", + "jquery": "^3.4.1", "node-sass": "^3.4.2" }, "scripts": {