diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index d6b8470d15b..c1df4d53d1c 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -63,7 +63,7 @@ "admin": "1.0.0", "autosize": "^6.0.1", "babel-import-util": "^2.0.3", - "babel-plugin-ember-template-compilation": "^2.2.1", + "babel-plugin-ember-template-compilation": "^2.2.2", "bootstrap": "3.4.1", "custom-proxy": "1.0.0", "broccoli-asset-rev": "^3.0.0", diff --git a/app/assets/javascripts/theme-transpiler/package.json b/app/assets/javascripts/theme-transpiler/package.json index 42fd0c2171a..a70842181bb 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.4", "@zxing/text-encoding": "^0.9.0", - "babel-plugin-ember-template-compilation": "^2.2.1", + "babel-plugin-ember-template-compilation": "^2.2.2", "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 591aff2aec0..aa1a671b29f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3189,10 +3189,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.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.1.tgz#81ad03f572e94bda92ebc2c0005d5179e3f7c980" - integrity sha512-alinprIQcLficqkuIyeKKfD4HQOpMOiHK6pt6Skj/yjoPoQYBuwAJ2BoPAlRe9k/URPeVkpMefbN3m6jEp7RsA== +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.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.2.2.tgz#e3fdff0458730675716e320d2c4e0aa8fe8c4b25" + integrity sha512-wdT2F9/n6uC1rLvAjXCx5+fXbwkl8MIcwt0rg5csWedPbERdzQqhRlDqj0kIwNfUJ9gaXAcKrgSOUXbJcByGOQ== dependencies: "@glimmer/syntax" "^0.84.3" babel-import-util "^2.0.0"