From 86f33677ca32de26c9167a24e7aab00f05505e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 06:47:59 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /Pagination Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pagination/package-lock.json | 6 +++--- Pagination/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pagination/package-lock.json b/Pagination/package-lock.json index 661e4fb..f315c78 100644 --- a/Pagination/package-lock.json +++ b/Pagination/package-lock.json @@ -6391,9 +6391,9 @@ } }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-levenshtein": { "version": "1.1.6", diff --git a/Pagination/package.json b/Pagination/package.json index 4bb5edf..a19d0b0 100644 --- a/Pagination/package.json +++ b/Pagination/package.json @@ -22,7 +22,7 @@ "@angular/router": "~9.0.3", "@ng-bootstrap/ng-bootstrap": "^6.0.2", "bootstrap": "^4.4.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "rxjs": "~6.5.4", "save": "^2.4.0", "tslib": "^1.10.0",