diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index 3906d56714d..9cb08e07157 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -65,7 +65,7 @@ "admin": "1.0.0", "autosize": "^6.0.1", "babel-import-util": "^3.0.0", - "babel-plugin-ember-template-compilation": "^2.2.3", + "babel-plugin-ember-template-compilation": "^2.2.4", "bootstrap": "3.4.1", "broccoli-asset-rev": "^3.0.0", "custom-proxy": "1.0.0", diff --git a/app/assets/javascripts/theme-transpiler/package.json b/app/assets/javascripts/theme-transpiler/package.json index 989dff7c446..13dbdde2d9f 100644 --- a/app/assets/javascripts/theme-transpiler/package.json +++ b/app/assets/javascripts/theme-transpiler/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/standalone": "^7.24.5", "@zxing/text-encoding": "^0.9.0", - "babel-plugin-ember-template-compilation": "^2.2.3", + "babel-plugin-ember-template-compilation": "^2.2.4", "content-tag": "^2.0.1", "discourse-common": "1.0.0", "discourse-widget-hbs": "1.0.0", diff --git a/yarn.lock b/yarn.lock index e87c47ddd5a..ee50c8bb4ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3410,10 +3410,10 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0: dependencies: ember-rfc176-data "^0.3.17" -babel-plugin-ember-template-compilation@^2.0.0, babel-plugin-ember-template-compilation@^2.0.1, babel-plugin-ember-template-compilation@^2.0.2, babel-plugin-ember-template-compilation@^2.1.1, babel-plugin-ember-template-compilation@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.3.tgz#44c9a017dc8f18f6934773a410831cc13791ab9d" - integrity sha512-wl7w4SX06Bx1Bo8CUpH+rFDOrGo6n70wMxHg2S3nUdg7aqIxcuUJOWDEoqeCzZClwm5/qLMNM12ulWYIXnF+bw== +babel-plugin-ember-template-compilation@^2.0.0, babel-plugin-ember-template-compilation@^2.0.1, babel-plugin-ember-template-compilation@^2.0.2, babel-plugin-ember-template-compilation@^2.1.1, babel-plugin-ember-template-compilation@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.4.tgz#26afc304fd5a4d838725b3f773025a31adcf8542" + integrity sha512-g1p/6CZL4lYUl2gnmdZ1/2ZRSL412Hm67+jpKocG6Ac0ZArEY4+uwrLiaOxd/31SgkkDtAykhycBV9VamZG+bw== dependencies: "@glimmer/syntax" "^0.84.3" babel-import-util "^3.0.0"