From 835876639818a655b38c95115170e723f8b58afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 03:27:23 +0000 Subject: [PATCH] Update jquery requirement from ^3.5.1 to ^3.7.1 Updates the requirements on [jquery](https://github.com/jquery/jquery) to permit the latest version. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53fcab1..dae8b8b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@primer/css": "^15.2.0", "font-awesome": "^4.7.0", - "jquery": "^3.5.1", + "jquery": "^3.7.1", "jquery.toc": "^0.4.0", "lato-font": "^3.0.0", "material-design-icons": "^3.0.1",