From 97005eeb7b720ffdcd060681bf309ec1a13f4ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 10:01:58 +0000 Subject: [PATCH] Bump @hotwired/stimulus from 3.1.0 to 3.2.1 Bumps [@hotwired/stimulus](https://github.com/hotwired/stimulus) from 3.1.0 to 3.2.1. - [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.1.0...v3.2.1) --- updated-dependencies: - dependency-name: "@hotwired/stimulus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0c4e823..2ac5fc8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tab", "private": "true", "dependencies": { - "@hotwired/stimulus": "^3.1.0", + "@hotwired/stimulus": "^3.2.1", "@hotwired/turbo-rails": "^7.2.4", "autoprefixer": "^10.4.12", "datatables": "^1.10.18", diff --git a/yarn.lock b/yarn.lock index 6425413..ff00c8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -162,10 +162,10 @@ dependencies: "@floating-ui/core" "^1.0.1" -"@hotwired/stimulus@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.1.0.tgz#20215251e5afe6e0a3787285181ba1bfc9097df0" - integrity sha512-iDMHUhiEJ1xFeicyHcZQQgBzhtk5mPR0QZO3L6wtqzMsJEk2TKECuCQTGKjm+KJTHVY0dKq1dOOAWvODjpd2Mg== +"@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/turbo-rails@^7.2.4": version "7.2.4"