From d6400f4c3eb38406a3ff3693f196bd608607f12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:26:07 +0000 Subject: [PATCH] Bump stimulus from 1.1.1 to 3.2.2 Bumps [stimulus](https://github.com/stimulusjs/stimulus) from 1.1.1 to 3.2.2. - [Release notes](https://github.com/stimulusjs/stimulus/releases) - [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md) - [Commits](https://github.com/stimulusjs/stimulus/compare/v1.1.1...v3.2.2) --- updated-dependencies: - dependency-name: stimulus dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f610d682..2df7cd23 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "redux-devtools-extension": "^2.13.9", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", - "stimulus": "^1.1.1" + "stimulus": "^3.2.2" }, "devDependencies": { "esbuild": "^0.25.6",