From b1d9373d7dccabf8ca8a2b38bf0df7143c335558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:22:05 +0000 Subject: [PATCH] Bump jquery Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../wwwroot/lib/sweetalert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AbpCompanyName.AbpProjectName.Web/wwwroot/lib/sweetalert/package.json b/src/AbpCompanyName.AbpProjectName.Web/wwwroot/lib/sweetalert/package.json index 215935e..d473c39 100644 --- a/src/AbpCompanyName.AbpProjectName.Web/wwwroot/lib/sweetalert/package.json +++ b/src/AbpCompanyName.AbpProjectName.Web/wwwroot/lib/sweetalert/package.json @@ -49,7 +49,7 @@ "expose-loader": "0.7.3", "glob": "^5.0.3", "jest": "19.0.2", - "jquery": "3.4.1", + "jquery": "3.5.0", "jus": "0.24.1", "nodelist-foreach-polyfill": "^1.2.0", "path": "^0.11.14",