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",