From f5d89158c505019debd90df6d06aeb5436b5c3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 04:22:38 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /react-reddit Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- react-reddit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-reddit/package.json b/react-reddit/package.json index ec9c18c..c84aa02 100644 --- a/react-reddit/package.json +++ b/react-reddit/package.json @@ -4,7 +4,7 @@ "description": "A small web app in React that queries Reddit for submissions.", "main": "index.js", "dependencies": { - "jquery": "^2.2.1", + "jquery": "^3.5.0", "react": "^0.14.7", "react-dom": "^0.14.7" },