1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

[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>
This commit is contained in:
OpenShift Cherrypick Robot
2025-02-12 20:14:40 +01:00
committed by GitHub
parent 89cae83fa3
commit 1d08b96bd4
2 changed files with 8 additions and 8 deletions

View File

@@ -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",

View File

@@ -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",