diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-18 20:58:09 +0000 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-11-18 15:41:26 +0100 |
commit | a2bd8ca82039dba9c49b63a85047f763c1c8bf79 (patch) | |
tree | e82289296ce9a0ec688dfe9acda914ebc3dd1878 | |
parent | 2df7ea7daeb4745c7bfc4a12f34480e47eacf9f9 (diff) | |
download | nextcloud-server-a2bd8ca82039dba9c49b63a85047f763c1c8bf79.tar.gz nextcloud-server-a2bd8ca82039dba9c49b63a85047f763c1c8bf79.zip |
Bump jquery from 3.3.1 to 3.6.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index e75e7f2dddd..047ff5a9646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "handlebars": "^4.7.7", "ical.js": "^1.4.0", "icalzone": "^0.0.1", - "jquery": "~3.3", + "jquery": "~3.5", "jquery-migrate": "~3.3", "jquery-ui": "^1.13.0", "jquery-ui-dist": "^1.12.1", @@ -16789,9 +16789,9 @@ } }, "node_modules/jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "node_modules/jquery-migrate": { "version": "3.3.2", @@ -35862,9 +35862,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "jquery-migrate": { "version": "3.3.2", diff --git a/package.json b/package.json index c7b897f635b..8982bdf1aaa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "handlebars": "^4.7.7", "ical.js": "^1.4.0", "icalzone": "^0.0.1", - "jquery": "~3.3", + "jquery": "~3.5", "jquery-migrate": "~3.3", "jquery-ui": "^1.13.0", "jquery-ui-dist": "^1.12.1", |