1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

deps: updating jquery to 3.5.0 (PROJQUAY-8522) (#3629)

updating jquery to 3.5.0
This commit is contained in:
Brandon Caton 2025-02-04 14:26:32 -05:00 committed by GitHub
parent 52f3e38413
commit 37d65f77c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"elliptic": "^6.5.7", "elliptic": "^6.5.7",
"file-saver": "^1.3.3", "file-saver": "^1.3.3",
"highlight.js": "^9.12.0", "highlight.js": "^9.12.0",
"jquery": "1.12.4", "jquery": "^3.5.0",
"moment": "^2.29", "moment": "^2.29",
"ng-metadata": "^4.0.1", "ng-metadata": "^4.0.1",
"package.json": "^2.0.1", "package.json": "^2.0.1",
@ -5419,9 +5419,9 @@
} }
}, },
"node_modules/jquery": { "node_modules/jquery": {
"version": "1.12.4", "version": "3.7.1",
"resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
}, },
"node_modules/js-base64": { "node_modules/js-base64": {
"version": "2.1.9", "version": "2.1.9",
@ -16255,9 +16255,9 @@
} }
}, },
"jquery": { "jquery": {
"version": "1.12.4", "version": "3.7.1",
"resolved": "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
}, },
"js-base64": { "js-base64": {
"version": "2.1.9", "version": "2.1.9",

View File

@ -30,7 +30,7 @@
"elliptic": "^6.5.7", "elliptic": "^6.5.7",
"file-saver": "^1.3.3", "file-saver": "^1.3.3",
"highlight.js": "^9.12.0", "highlight.js": "^9.12.0",
"jquery": "1.12.4", "jquery": "^3.5.0",
"moment": "^2.29", "moment": "^2.29",
"ng-metadata": "^4.0.1", "ng-metadata": "^4.0.1",
"package.json": "^2.0.1", "package.json": "^2.0.1",