diff --git a/package-lock.json b/package-lock.json index 4c3c1d6fb21f..5ba7f7856550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "wagtail", "version": "1.0.0", "dependencies": { - "@hotwired/stimulus": "^3.2.1", + "@hotwired/stimulus": "^3.2.2", "@tippyjs/react": "^4.2.6", "a11y-dialog": "^8.0.0", "autosize": "^6.0.1", @@ -2112,9 +2112,9 @@ "license": "MIT" }, "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==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.10", @@ -35389,9 +35389,9 @@ "dev": true }, "@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==" }, "@humanwhocodes/config-array": { "version": "0.11.10", diff --git a/package.json b/package.json index af1fbbdbe523..88088b53a787 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "webpack-cli": "^4.9.1" }, "dependencies": { - "@hotwired/stimulus": "^3.2.1", + "@hotwired/stimulus": "^3.2.2", "@tippyjs/react": "^4.2.6", "a11y-dialog": "^8.0.0", "autosize": "^6.0.1",