diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-03 01:28:18 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-03 06:19:24 +0000 |
commit | 8b23eee4c114b803a6d2a7515ad0f1276ea2762c (patch) | |
tree | 7280e3c40220a529e85ffff16dd46ec27561173e /package-lock.json | |
parent | 86bcafd3668f6c305b9db1b6e5bb6ff2129d5d66 (diff) | |
download | nextcloud-server-8b23eee4c114b803a6d2a7515ad0f1276ea2762c.tar.gz nextcloud-server-8b23eee4c114b803a6d2a7515ad0f1276ea2762c.zip |
build(deps): bump jquery-ui from 1.13.2 to 1.13.3
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)
---
updated-dependencies:
- dependency-name: jquery-ui
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index af849079c2c..e1db3568f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "handlebars": "^4.7.7", "is-svg": "^5.0.1", "jquery": "~3.7", - "jquery-ui": "^1.13.2", + "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.4", "lodash": "^4.17.21", @@ -18118,9 +18118,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "node_modules/jquery-ui": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", - "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "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==", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } |