From a32f8f2374ea532d50ea4370ab42f7d6f1c3f3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 01:24:59 +0000 Subject: [PATCH] Bump jquery from 2.1.4 to 3.5.0 in /src/PhotoGallery Bumps [jquery](https://github.com/jquery/jquery) from 2.1.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.1.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/PhotoGallery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhotoGallery/package.json b/src/PhotoGallery/package.json index eb90543..ce03da1 100644 --- a/src/PhotoGallery/package.json +++ b/src/PhotoGallery/package.json @@ -7,7 +7,7 @@ "angular2": "2.0.0-beta.17", "systemjs": "^0.19.26", "bootstrap": "3.3.5", - "jquery": "2.1.4", + "jquery": "3.5.0", "body-parser": "1.14.1", "fancybox": "3.0.0", "es6-promise": "^3.0.2",