diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-21 23:45:35 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-09-23 15:07:10 +0000 |
commit | 46ac0d523d846786e83ba691edfc9ced27e1ff18 (patch) | |
tree | 69777a6618fb8e5638d112d6c791cc92a4f80dd9 /package.json | |
parent | 3c5d8410fa3d3f4ded01eed8c5cf1718532c174e (diff) | |
download | nextcloud-server-46ac0d523d846786e83ba691edfc9ced27e1ff18.tar.gz nextcloud-server-46ac0d523d846786e83ba691edfc9ced27e1ff18.zip |
chore(deps): Bump jquery from 3.6.4 to 3.7.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.4 to 3.7.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.0)
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.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 43a853d71f4..8f1aaf783e1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "focus-trap": "^7.4.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", - "jquery": "~3.6", + "jquery": "~3.7", "jquery-migrate": "~3.4", "jquery-ui": "^1.13.2", "jquery-ui-dist": "^1.13.2", |