From 3ed6cbce74ff7ab24189a1e43572e2c202333160 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:33:16 +0000 Subject: [PATCH] [Security] Bump jquery from 3.4.0 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. **This update includes security fixes.** - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e261626..1575613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5292,9 +5292,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.4.9", diff --git a/package.json b/package.json index e09a92c..e37cd03 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "foreman": "^3.0.0", "fs": "0.0.1-security", "glob": "^7.1.6", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "lodash": "^4.17.13", "marked": "^0.8.0", "material-ui": "^0.16.3",