From fc125791e2f6d70a6aebd4bfb540aa47248319f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:39:14 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 4.0.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 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.4.0...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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4280ba1..6e21446 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "0.21.0", "express": "4.16.0", "moment": "2.29.1", - "jquery": "3.4.0" + "jquery": "4.0.0" }, "devDependencies": { "webpack": "4.0.0",