diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-20 15:25:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-10-20 15:25:51 +0200 |
commit | 263108c8896ed54bfb5e6ef4fc990ff8cff20fb4 (patch) | |
tree | 07329f500b1523419a326a0cd3aaa669eccbb745 /package.json | |
parent | 5437573914f8a3353f4e4d9ad36fefb5a42c3da6 (diff) | |
download | nextcloud-server-263108c8896ed54bfb5e6ef4fc990ff8cff20fb4.tar.gz nextcloud-server-263108c8896ed54bfb5e6ef4fc990ff8cff20fb4.zip |
Bump jquery-ui-dist from 1.13.1 to 1.13.2
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](jquery/jquery-ui@1.13.1...1.13.2)
---
updated-dependencies:
- dependency-name: jquery-ui-dist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 59da72341d4..119e7c981d4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jquery": "~3.6", "jquery-migrate": "~3.4", "jquery-ui": "^1.13.2", - "jquery-ui-dist": "^1.13.1", + "jquery-ui-dist": "^1.13.2", "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", |