From 363fd6b21161de77ca67f64f4d6baf3e9a0bfecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:38:39 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /frontend Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8509047..61e859e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "bootstrap": "3.3.7", "core-js": "^2.4.1", "font-awesome": "^4.6.3", - "jquery": "1.12.4", + "jquery": "3.5.0", "moment": "^2.14.1", "ngx-uploader": "^4.2.1", "rxjs": "^5.5.2",