From 6e599d738b5f698a4de4aacf77fae67e28c19e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:45:38 +0000 Subject: [PATCH] build(deps): bump @hotwired/stimulus from 3.2.1 to 3.2.2 in /js Bumps [@hotwired/stimulus](https://github.com/hotwired/stimulus) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/hotwired/stimulus/releases) - [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md) - [Commits](https://github.com/hotwired/stimulus/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: "@hotwired/stimulus" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package.json b/js/package.json index cdb2b3b..b045230 100644 --- a/js/package.json +++ b/js/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@hotwired/stimulus": "^3.2.1", + "@hotwired/stimulus": "^3.2.2", "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@hotwired/turbo": "^7.3.0", "easymde": "^2.18.0" diff --git a/js/yarn.lock b/js/yarn.lock index 0c0336e..b41fbbf 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -337,10 +337,10 @@ resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd" integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ== -"@hotwired/stimulus@^3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.1.tgz#e3de23623b0c52c247aba4cd5d530d257008676b" - integrity sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ== +"@hotwired/stimulus@^3.2.2": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.2.tgz#071aab59c600fed95b97939e605ff261a4251608" + integrity sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A== "@hotwired/turbo@^7.3.0": version "7.3.0"