From a46d22b383aa9acba2fe3c17616a87ec89ac7f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 05:03:25 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.4.0) Signed-off-by: dependabot[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 ffda0ea..11fb05a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3974,9 +3974,9 @@ "dev": true }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" }, "js-levenshtein": { "version": "1.1.6", diff --git a/package.json b/package.json index 6983de6..c75f8b4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^3.3.5", "deep-extend": "^0.4.0", "font-awesome": "^4.4.0", - "jquery": "^2.2.4", + "jquery": "^3.4.0", "minesweeper": "^1.0.4", "react": "^0.14.0", "react-dom": "^0.14.0"