diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-17 12:19:56 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-17 14:22:00 +0100 |
commit | 1e000ae4dfbee14f54efa4eaff3085c37670f111 (patch) | |
tree | 3d1e8fe5e4ef9160fe64e4b591ef668d995183c1 /package-lock.json | |
parent | 5acabcf5cbcb1db92fd9661bc1ed5735ae316323 (diff) | |
download | nextcloud-server-1e000ae4dfbee14f54efa4eaff3085c37670f111.tar.gz nextcloud-server-1e000ae4dfbee14f54efa4eaff3085c37670f111.zip |
Bump jquery from 3.1 to 3.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index ad1d8369e29..4140bafa5e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6734,14 +6734,14 @@ "integrity": "sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ=" }, "jquery": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz", - "integrity": "sha1-NHwcIcfgBBFeCk2jLOzgQfrTyKM=" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", + "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" }, "jquery-migrate": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.1.0.tgz", - "integrity": "sha512-u/MtE1ST2pCr3rCyouJG2xMiw/k3OzLNeRKprjKTeHUezCGr0DyEgeXFdqFLmQfxfR5EsVu+mGo/sCcYdiYcIQ==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.2.0.tgz", + "integrity": "sha512-z5GCIYPLi/xrpFVeY2hN5cYm7xpkRlvjn3hkarekKtCHh+NgwZuxziT2t/LoXgnvOP+49GVf58lcYay9Tsucrw==" }, "jquery-ui": { "version": "1.12.1", |