From 76d1d712fb8112c0dd7cff0f8bf660f5281364fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 00:28:34 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /src/AspNetCoreSpa.STS Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- src/AspNetCoreSpa.STS/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AspNetCoreSpa.STS/package.json b/src/AspNetCoreSpa.STS/package.json index cd2f2ae3..3005bcc8 100644 --- a/src/AspNetCoreSpa.STS/package.json +++ b/src/AspNetCoreSpa.STS/package.json @@ -4,7 +4,7 @@ "private": true, "devDependencies": { "bootstrap": "4.3.1", - "jquery": "3.4.0", + "jquery": "3.5.0", "jquery-validation": "1.17.0", "jquery-validation-unobtrusive": "3.2.10" }