From c5d7163da7d5e352733e4414aae6c8248796ef5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 06:28:41 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.1 in /template Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.1) Signed-off-by: dependabot[bot] --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index a9092687..23a01a7c 100644 --- a/template/package.json +++ b/template/package.json @@ -10,7 +10,7 @@ "chart.js": "^2.8.0", "codemirror": "^5.48.0", "flag-icon-css": "^3.3.0", - "jquery": "3.4.1", + "jquery": "3.5.1", "jvectormap": "^2.0.4", "moment": "^2.24.0", "owl.carousel": "^2.3.4",