From 7b64c3f8ca5a131db7535b5060f401f6b8861be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:44:48 +0000 Subject: [PATCH] chore(deps-dev): update jquery requirement from ^3.6.4 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) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80df8f994d..cb6d2ce664 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "browser-sync-webpack-plugin": "^2.3.0", "bulma": "^0.9.4", "cross-env": "^7.0.3", - "jquery": "^3.6.4", + "jquery": "^3.7.1", "laravel-mix": "^6.0.49", "node-sass": "^8.0.0", "node-sass-glob-importer": "^5.3.3",