diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-10 12:26:11 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-10 12:37:16 +0000 |
commit | 869f571e1dd8aa0ff179ba94a2beaacda34bbb4d (patch) | |
tree | f9996d7c593a086d358ad0efd0cbbfb72abb22f8 /package-lock.json | |
parent | 9c2ba2f9a736e7358be00e70cd3438a9ad7b5dd2 (diff) | |
download | nextcloud-server-869f571e1dd8aa0ff179ba94a2beaacda34bbb4d.tar.gz nextcloud-server-869f571e1dd8aa0ff179ba94a2beaacda34bbb4d.zip |
Bump jquery-ui from 1.12.1 to 1.13.0
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 77cad0b2d1c..3a59cebf1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "~3.3", "jquery-migrate": "~3.3", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", @@ -17124,9 +17124,12 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", + "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/jquery-ui-dist": { "version": "1.12.1", @@ -37315,9 +37318,12 @@ "requires": {} }, "jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", + "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "jquery-ui-dist": { "version": "1.12.1", |