From 23f3e40846f6ccefe4ab62d1670e621f3350846c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 14:06:32 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 4.0.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 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/2.2.4...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1cd172..6dcbecd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "angular-ui-sortable": "^0.19.0", "bootstrap": "^3.3.7", "font-awesome": "^4.7.0", - "jquery": "^2.2.4", + "jquery": "^4.0.0", "jquery-ui-dist": "^1.13.2", "jquery-ui-touch-punch": "^0.2.3", "lodash": "^4.17.21", @@ -844,12 +844,6 @@ "jquery-ui-dist": ">=1.12.x" } }, - "node_modules/angular-ui-sortable/node_modules/jquery": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", - "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", - "license": "MIT" - }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -1172,10 +1166,9 @@ "license": "MIT" }, "node_modules/jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha512-lBHj60ezci2u1v2FqnZIraShGgEXq35qCzMv4lITyHGppTnA13rwR0MgwyNJh9TnDs3aXUvd1xjAotfraMHX/Q==", - "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes.", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", + "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", "license": "MIT" }, "node_modules/jquery-ui-dist": { @@ -1187,6 +1180,12 @@ "jquery": ">=1.8.0 <4.0.0" } }, + "node_modules/jquery-ui-dist/node_modules/jquery": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" + }, "node_modules/jquery-ui-touch-punch": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/jquery-ui-touch-punch/-/jquery-ui-touch-punch-0.2.3.tgz", diff --git a/package.json b/package.json index 34f1890..b5af11e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "angular-ui-sortable": "^0.19.0", "bootstrap": "^3.3.7", "font-awesome": "^4.7.0", - "jquery": "^2.2.4", + "jquery": "^4.0.0", "jquery-ui-dist": "^1.13.2", "jquery-ui-touch-punch": "^0.2.3", "lodash": "^4.17.21",