diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index 48168ea1160..cef94ad1e41 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.4", + "babel-plugin-ember-template-compilation": "^2.2.5", "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 13dbdde2d9f..cbf11e9acc8 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.4", + "babel-plugin-ember-template-compilation": "^2.2.5", "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 d5ee011c411..e68b3fa9e5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3467,10 +3467,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.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== +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.5: + version "2.2.5" + resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.5.tgz#9f00cc88eeefdc7d228cfac63c2a40e59691fbf3" + integrity sha512-NQ2DT0DsYyHVrEpFQIy2U8S91JaKSE8NOSZzMd7KZFJVgA6KodJq3Uj852HcH9LsSfvwppnM+dRo1G8bzTnnFw== dependencies: "@glimmer/syntax" "^0.84.3" babel-import-util "^3.0.0"