From ed8ad55674f4a73d86c2a652d7e36503aa058f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 03:42:45 +0000 Subject: [PATCH] Bump jquery from 3.1.1 to 3.5.0 in /webapp Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index b667a187cef..d235c0b9bfa 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -16,7 +16,7 @@ "inobounce": "0.1.4", "intl": "1.2.5", "jasny-bootstrap": "3.1.3", - "jquery": "3.1.1", + "jquery": "3.5.0", "marked": "mattermost/marked#328857681dcc98a3d75633d6c0effa7c29b6cceb", "match-at": "0.1.0", "object-assign": "4.1.1",