Merge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1

pull/49313/head
John Molakvoæ 1 year ago committed by GitHub
commit 12881cf771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      dist/core-install.js
  2. 2
      dist/core-install.js.license
  3. 2
      dist/core-install.js.map
  4. 11
      package-lock.json
  5. 2
      package.json

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

11
package-lock.json generated

@ -51,7 +51,7 @@
"handlebars": "^4.7.7",
"is-svg": "^5.1.0",
"jquery": "~3.7",
"jquery-ui": "^1.13.3",
"jquery-ui": "^1.14.1",
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.9",
"lodash": "^4.17.21",
@ -16044,12 +16044,11 @@
"license": "MIT"
},
"node_modules/jquery-ui": {
"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",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz",
"integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==",
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
"jquery": ">=1.12.0 <5.0.0"
}
},
"node_modules/jquery-ui-dist": {

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

Loading…
Cancel
Save