diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-22 12:58:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 12:58:10 +0000 |
commit | 7bf3105ae7f9b1114560327213dae142db7288b4 (patch) | |
tree | ccbfa734f4c8b39a13c80d275e8acde77abee614 | |
parent | a3fcd57b73ea0605f0b10c19d6c29c07e037e971 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable31/jquery-ui-1.14.1.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable31/jquery-ui-1.14.1.zip |
build(deps): bump jquery-ui from 1.13.3 to 1.14.1dependabot/npm_and_yarn/stable31/jquery-ui-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-version: 1.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 10 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index b0494060f4c..4ce81f53970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,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.20", "lodash": "^4.17.21", @@ -16309,12 +16309,12 @@ "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==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz", + "integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==", "license": "MIT", "dependencies": { - "jquery": ">=1.8.0 <4.0.0" + "jquery": ">=1.12.0 <5.0.0" } }, "node_modules/jquery-ui-dist": { diff --git a/package.json b/package.json index 25f8ebb0483..9086a6677a2 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,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.20", "lodash": "^4.17.21", |