From 58059969ecd70a07819e8a0f980372e778777917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:06:59 +0000 Subject: [PATCH] Bump jquery in /React/BuildingApplicationsWithReactAndFlux 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/BuildingApplicationsWithReactAndFlux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/BuildingApplicationsWithReactAndFlux/package.json b/React/BuildingApplicationsWithReactAndFlux/package.json index 79da7a9..7a9702e 100644 --- a/React/BuildingApplicationsWithReactAndFlux/package.json +++ b/React/BuildingApplicationsWithReactAndFlux/package.json @@ -18,7 +18,7 @@ "gulp-connect": "^2.2.0", "gulp-eslint": "^0.15.0", "gulp-open": "^0.3.2", - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^4.17.4", "object-assign": "^4.1.1", "react": "^0.13.3",