From 2e693647e77355639f8187219a1f922c93de5d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 17:32:53 +0000 Subject: [PATCH] build(deps): bump jquery from 2.2.4 to 3.4.1 in /sample Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.4.1) 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..7c89e25 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.4.1", "materialize-css": "^0.100.1", "rxjs": "^5.1.0", "web-animations-js": "2.2.4",