From 3665a50b5c335ddd3c94157df726fa6a922622d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:11:38 +0000 Subject: [PATCH] Bump @hotwired/stimulus from 3.2.1 to 3.2.2 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4908cdc6..0c540c58e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/preset-react": "^7.22.5", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", - "@hotwired/stimulus": "^3.0.0", + "@hotwired/stimulus": "^3.2.2", "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/geojsonhint": "^3.2.0", "@popperjs/core": "^2.11.8", @@ -2041,9 +2041,9 @@ } }, "node_modules/@hotwired/stimulus": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz", - "integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.2.tgz", + "integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==", "dev": true }, "node_modules/@hotwired/stimulus-webpack-helpers": { @@ -12366,9 +12366,9 @@ "requires": {} }, "@hotwired/stimulus": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz", - "integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.2.tgz", + "integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==", "dev": true }, "@hotwired/stimulus-webpack-helpers": { diff --git a/package.json b/package.json index 3bf8519df..19c3a12e4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@babel/preset-react": "^7.22.5", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", - "@hotwired/stimulus": "^3.0.0", + "@hotwired/stimulus": "^3.2.2", "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/geojsonhint": "^3.2.0", "@popperjs/core": "^2.11.8",