mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #45885 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.3
This commit is contained in:
commit
5baaea70f2
5 changed files with 10 additions and 11 deletions
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
5
dist/core-main.js.license
vendored
5
dist/core-main.js.license
vendored
|
|
@ -202,7 +202,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.1.13
|
||||
- license: MIT
|
||||
- jquery-ui-dist
|
||||
- version: 1.13.2
|
||||
- version: 1.13.3
|
||||
- license: MIT
|
||||
- jquery
|
||||
- version: 3.7.1
|
||||
|
|
@ -366,5 +366,4 @@ SPDX-FileCopyrightText: assert developers
|
|||
SPDX-FileCopyrightText: clipboard developers
|
||||
SPDX-FileCopyrightText: debounce developers
|
||||
SPDX-FileCopyrightText: escape-html developers
|
||||
SPDX-FileCopyrightText: inherits developers
|
||||
SPDX-FileCopyrightText: jQuery Foundation and other contributors
|
||||
SPDX-FileCopyrightText: inherits developers
|
||||
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -52,7 +52,7 @@
|
|||
"is-svg": "^5.0.1",
|
||||
"jquery": "~3.7",
|
||||
"jquery-ui": "^1.13.2",
|
||||
"jquery-ui-dist": "^1.13.2",
|
||||
"jquery-ui-dist": "^1.13.3",
|
||||
"libphonenumber-js": "^1.10.60",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^11.2.0",
|
||||
|
|
@ -18278,9 +18278,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jquery-ui-dist": {
|
||||
"version": "1.13.2",
|
||||
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
|
||||
"integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
|
||||
"version": "1.13.3",
|
||||
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.3.tgz",
|
||||
"integrity": "sha512-qeTR3SOSQ0jgxaNXSFU6+JtxdzNUSJKgp8LCzVrVKntM25+2YBJW1Ea8B2AwjmmSHfPLy2dSlZxJQN06OfVFhg==",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.8.0 <4.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
"is-svg": "^5.0.1",
|
||||
"jquery": "~3.7",
|
||||
"jquery-ui": "^1.13.2",
|
||||
"jquery-ui-dist": "^1.13.2",
|
||||
"jquery-ui-dist": "^1.13.3",
|
||||
"libphonenumber-js": "^1.10.60",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^11.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue