diff --git a/assets/package.json b/assets/package.json index aa8f496f..98c6cf72 100644 --- a/assets/package.json +++ b/assets/package.json @@ -18,7 +18,7 @@ "phoenix_html": "file:../deps/phoenix_html", "plyr": "^3.7.2", "sass-loader": "^12.6.0", - "stimulus": "^3.0.1", + "stimulus": "^3.2.1", "turbolinks": "^5.2.0", "i18next": "^21.8.8", "i18next-xhr-backend": "^3.2.2", diff --git a/assets/yarn.lock b/assets/yarn.lock index 04f35a2b..615780cf 100644 --- a/assets/yarn.lock +++ b/assets/yarn.lock @@ -1081,10 +1081,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.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.0.1.tgz#141f15645acaa3b133b7c247cad58ae252ffae85" - integrity sha512-oHsJhgY2cip+K2ED7vKUNd2P+BEswVhrCYcJ802DSsblJFv7mPFVk3cQKvm2vHgHeDVdnj7oOKrBbzp1u8D+KA== +"@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== "@istanbuljs/load-nyc-config@^1.0.0": version "1.0.0" @@ -6596,12 +6596,12 @@ stdout-stream@^1.4.0: dependencies: readable-stream "^2.0.1" -stimulus@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-3.0.1.tgz#370e3054eb3b8068904af1888949821255d375d3" - integrity sha512-73uZG5E5bwH7W2BldieTXg4yJuEmOfIHgtO/aqwU0JkWNjwY75ZaoOAD2EEPvi5AK43N9adEeOQOmlgWf59HOg== +stimulus@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-3.2.1.tgz#bf049a4379ed4ff7475515acce1f0b6fa15a0187" + integrity sha512-EhpuHnTwtkWrE5m7tQxLBLsi1aE6xJ/9MbB88aKXZSquIC4pCueKJ2AGaF5gq+/BzP7+xvYaVYA0j1dIUuBsgA== dependencies: - "@hotwired/stimulus" "^3.0.1" + "@hotwired/stimulus" "^3.2.1" "@hotwired/stimulus-webpack-helpers" "^1.0.0" string-length@^4.0.1: