From 619c63c6a690a0ee06627e672e43859457ec4a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:26:07 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /client-participation Bumps [jquery](https://github.com/jquery/jquery) from 1.12.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/1.12.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client-participation/package-lock.json | 9 ++++----- client-participation/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client-participation/package-lock.json b/client-participation/package-lock.json index 71f198fddf..47801a1be5 100644 --- a/client-participation/package-lock.json +++ b/client-participation/package-lock.json @@ -19,7 +19,7 @@ "handlebars": "~4.7.8", "handlebones": "github:pol-is/handlebones#master", "hull.js": "~0.2.11", - "jquery": "~1.12.4", + "jquery": "~3.5.0", "lodash": "~4.17.23", "markdown": "~0.5.0", "process": "~0.11.10", @@ -7534,10 +7534,9 @@ } }, "node_modules/jquery": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha512-UEVp7PPK9xXYSk8xqXCJrkXnKZtlgWkd2GsAQbMRFK6S/ePU2JN5G2Zum8hIVjzR3CpdfSqdqAzId/xd4TJHeg==", - "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes.", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "license": "MIT" }, "node_modules/js-tokens": { diff --git a/client-participation/package.json b/client-participation/package.json index 755ecad744..3e531a1813 100644 --- a/client-participation/package.json +++ b/client-participation/package.json @@ -33,7 +33,7 @@ "handlebars": "~4.7.8", "handlebones": "github:pol-is/handlebones#master", "hull.js": "~0.2.11", - "jquery": "~1.12.4", + "jquery": "~3.5.0", "lodash": "~4.17.23", "markdown": "~0.5.0", "process": "~0.11.10",