diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-11-15 15:37:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 15:37:13 +0100 |
commit | 12881cf771029fed1a49dc28df94dac12a0f548b (patch) | |
tree | 63df54fa4ce4fb9287dc2b5c756684af205021ae /package-lock.json | |
parent | c0c6581dd0e1abb2b210cf51424d3e355dbd401a (diff) | |
parent | 95ace3d5b6d1444be39856345007742f92965299 (diff) | |
download | nextcloud-server-12881cf771029fed1a49dc28df94dac12a0f548b.tar.gz nextcloud-server-12881cf771029fed1a49dc28df94dac12a0f548b.zip |
Merge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 4364f51d590..b3d84d24997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,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", @@ -16044,12 +16044,11 @@ "license": "MIT" }, "node_modules/jquery-ui": { - "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==", - "license": "MIT", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz", + "integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==", "dependencies": { - "jquery": ">=1.8.0 <4.0.0" + "jquery": ">=1.12.0 <5.0.0" } }, "node_modules/jquery-ui-dist": { |