From 653ffa9ac9300ac2277accaa19ac0ff0fbb1d9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:04:11 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /static Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 50d1bf7..d78cd7e 100644 --- a/static/package.json +++ b/static/package.json @@ -2,7 +2,7 @@ "name": "aaacec-site", "version": "1.0.0", "devDependencies": { - "jquery": "3.4.1", + "jquery": "3.5.0", "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-nodeunit": "~0.4.1",