diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-28 12:54:12 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-28 13:33:22 +0000 |
commit | 9509cb60a6ddbffc6467a4895334da289f956921 (patch) | |
tree | bf63b6d26ebc27fd5b5f2b0e44ca39d07e74f2bb /package.json | |
parent | e72b82d1c442a5621c203300379b6246775dd765 (diff) | |
download | nextcloud-server-9509cb60a6ddbffc6467a4895334da289f956921.tar.gz nextcloud-server-9509cb60a6ddbffc6467a4895334da289f956921.zip |
Bump jquery-migrate from 3.3.2 to 3.4.0
Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery-migrate/releases)
- [Commits](https://github.com/jquery/jquery-migrate/compare/3.3.2...3.4.0)
---
updated-dependencies:
- dependency-name: jquery-migrate
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 9e6a9c47a3d..63e075acebb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.6", - "jquery-migrate": "~3.3", + "jquery-migrate": "~3.4", "jquery-ui": "^1.13.1", "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", |