From 1d08b96bd41b33e4dee74887cb4632d04cea2bb9 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Wed, 12 Feb 2025 20:14:40 +0100 Subject: [PATCH] [redhat-3.9] build(deps): bump jquery from 1.12.4 to 3.5.0 in /config-tool/pkg/lib/editor (#3667) build(deps): bump jquery in /config-tool/pkg/lib/editor Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config-tool/pkg/lib/editor/package-lock.json | 14 +++++++------- config-tool/pkg/lib/editor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config-tool/pkg/lib/editor/package-lock.json b/config-tool/pkg/lib/editor/package-lock.json index 8466633de..550e08b22 100644 --- a/config-tool/pkg/lib/editor/package-lock.json +++ b/config-tool/pkg/lib/editor/package-lock.json @@ -25,7 +25,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.43", "file-saver": "^1.3.8", "highlight.js": "^9.12.0", - "jquery": "1.12.4", + "jquery": "3.5.0", "js-yaml": "^3.14.0", "jsrsasign": "^10.1.13", "jszip": "^3.5.0", @@ -4710,9 +4710,9 @@ } }, "node_modules/jquery": { - "version": "1.12.4", - "resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "node_modules/js-base64": { "version": "2.6.4", @@ -14512,9 +14512,9 @@ } }, "jquery": { - "version": "1.12.4", - "resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.6.4", diff --git a/config-tool/pkg/lib/editor/package.json b/config-tool/pkg/lib/editor/package.json index 02951b612..61611107c 100644 --- a/config-tool/pkg/lib/editor/package.json +++ b/config-tool/pkg/lib/editor/package.json @@ -32,7 +32,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.43", "file-saver": "^1.3.8", "highlight.js": "^9.12.0", - "jquery": "1.12.4", + "jquery": "3.5.0", "js-yaml": "^3.14.0", "jsrsasign": "^10.1.13", "jszip": "^3.5.0",