Merge pull request #51446 from nextcloud/backport/51440/master

[master] revert(deps): jquery-ui to 1.13.3
This commit is contained in:
John Molakvoæ 2025-03-12 17:58:56 +01:00 committed by GitHub
commit d0d2879109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.3
- license: MIT
- jquery-ui
- version: 1.14.1
- version: 1.13.3
- license: MIT
- jquery
- version: 3.7.1

File diff suppressed because one or more lines are too long

11
package-lock.json generated
View file

@ -52,7 +52,7 @@
"handlebars": "^4.7.7",
"is-svg": "^5.1.0",
"jquery": "~3.7",
"jquery-ui": "^1.14.1",
"jquery-ui": "1.13.3",
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.18",
"lodash": "^4.17.21",
@ -16045,11 +16045,12 @@
"license": "MIT"
},
"node_modules/jquery-ui": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz",
"integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==",
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.3.tgz",
"integrity": "sha512-D2YJfswSJRh/B8M/zCowDpNFfwsDmtfnMPwjJTyvl+CBqzpYwQ+gFYIbUUlzijy/Qvoy30H1YhoSui4MNYpRwA==",
"license": "MIT",
"dependencies": {
"jquery": ">=1.12.0 <5.0.0"
"jquery": ">=1.8.0 <4.0.0"
}
},
"node_modules/jquery-ui-dist": {

View file

@ -83,7 +83,7 @@
"handlebars": "^4.7.7",
"is-svg": "^5.1.0",
"jquery": "~3.7",
"jquery-ui": "^1.14.1",
"jquery-ui": "1.13.3",
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.18",
"lodash": "^4.17.21",