From bb6bef2c5dfabd3a8164357162ce1274b229e2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:57:13 +0000 Subject: [PATCH] Bump jquery from 3.7.1 to 4.0.0 in /mpcontribs-portal Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.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.7.1...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mpcontribs-portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpcontribs-portal/package.json b/mpcontribs-portal/package.json index e2567d69d..28bd35c58 100644 --- a/mpcontribs-portal/package.json +++ b/mpcontribs-portal/package.json @@ -33,7 +33,7 @@ "handsontable": "^13.1.0", "highlight.js": "^11.9.0", "imports-loader": "^5.0.0", - "jquery": "^3.7.1", + "jquery": "^4.0.0", "js-sha1": "^0.7.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6",