From 91c1edeb482a6d865b99b8dcfa4af5a2cdc13afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:59:53 +0000 Subject: [PATCH] build(deps): bump jquery from 3.7.0 to 3.7.1 Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5412b30c..5f672607 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "@fontsource/open-sans": "4.5.13", "@fortawesome/fontawesome-free": "6.2.0", "bootstrap": "5.2.2", - "jquery": "3.7.0" + "jquery": "3.7.1" } }