From 600424b48a0cf9502a8d25b608d3a950c9c176cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 09:27:03 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /templates/materialize Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) 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..7eee226 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.5.0", "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.5.0", "node-sass": "^3.4.2" }, "scripts": {