diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-08-03 08:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 08:37:52 +0200 |
commit | 607ae6b5ebfdffca65fc58de75b14f5086014eb0 (patch) | |
tree | 6749df564ddc4cae773847bfc1658d77a4686d80 /package-lock.json | |
parent | 2611e88d16f25a72fe5c0f8e18d8c0974af44c2c (diff) | |
parent | a2f93e7cee4da2d4ca804fdfa540b87fdd78181c (diff) | |
download | nextcloud-server-607ae6b5ebfdffca65fc58de75b14f5086014eb0.tar.gz nextcloud-server-607ae6b5ebfdffca65fc58de75b14f5086014eb0.zip |
Merge pull request #46484 from nextcloud/dependabot/npm_and_yarn/stable28/jquery-ui-1.13.3
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 5803beca65e..dece3dbf9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "ical.js": "^1.4.0", "jquery": "~3.7", "jquery-migrate": "~3.4", - "jquery-ui": "^1.13.2", + "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.41", "lodash": "^4.17.21", @@ -18410,9 +18410,9 @@ } }, "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" } |