From b7ae906b42937150189ec7ed8ca19363d647f3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:56:51 +0000 Subject: [PATCH] Bump jquery from 2.1.4 to 3.5.0 in /src Bumps [jquery](https://github.com/jquery/jquery) from 2.1.4 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/2.1.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index a2f4f79..dd6d7dd 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "cappy", "dependencies": { - "jquery": "2.1.4", + "jquery": "3.5.0", "jquery-tags-input": "1.3.5" }, "scripts": {