From 71dd4d43cfbfd969ceceff4f5244a69c57707f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:59:05 +0000 Subject: [PATCH] build(deps): bump jquery from 2.2.4 to 3.5.0 in /sample 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] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index f8b7bf4..e84e013 100644 --- a/sample/package.json +++ b/sample/package.json @@ -22,7 +22,7 @@ "core-js": "^2.4.1", "hammerjs": "^2.0.8", "intl": "1.2.5", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "materialize-css": "^0.100.1", "rxjs": "^5.1.0", "web-animations-js": "2.2.4",