diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-02 08:59:33 +0000 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-11-15 15:17:34 +0100 |
commit | 6e5955826989467e0be792f63e1cd83b0d5adf51 (patch) | |
tree | 44bf4f21b5e21876b4d43c353d31017d1e13ac0f /package.json | |
parent | c0c6581dd0e1abb2b210cf51424d3e355dbd401a (diff) | |
download | nextcloud-server-6e5955826989467e0be792f63e1cd83b0d5adf51.tar.gz nextcloud-server-6e5955826989467e0be792f63e1cd83b0d5adf51.zip |
build(deps): bump jquery-ui from 1.13.3 to 1.14.1
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1)
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.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 b5fdcad96ce..0641311b779 100644 --- a/package.json +++ b/package.json @@ -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", |