diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 4bfee337c5..d326ee49fa 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -116,7 +116,7 @@ "ember-sinon": "5.0.0", "ember-source": "3.24.0", "ember-svg-jar": "2.3.4", - "ember-template-lint": "4.11.0", + "ember-template-lint": "4.12.0", "ember-test-selectors": "6.0.0", "ember-tooltips": "3.6.0", "ember-truth-helpers": "3.1.1", diff --git a/yarn.lock b/yarn.lock index a943b66b4d..8b290c0373 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10447,10 +10447,10 @@ ember-svg-jar@2.3.4: mkdirp "^0.5.1" path-posix "^1.0.0" -ember-template-lint@4.11.0: - version "4.11.0" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.11.0.tgz#3d31be070713acee6f504af1e591f88fb7eb625e" - integrity sha512-Zi5yk1XRkul51wLoeoWxS4+GUxqgxrrIGRrkg6ijjbAJmnyPAQCCqIHUIb8+2qL5oOTir8u2nlAg8DihlnULqQ== +ember-template-lint@4.12.0: + version "4.12.0" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.12.0.tgz#0708cf280cbad9419c399e52714d29a72dad2dbf" + integrity sha512-udWWclqxMc7bljIWAnR7wr1/U7R6V0wmSAWGnQ/DqKmNshnVWnzC94wixzvbdrubi/kn1SIEGsyf0bebTkS8rQ== dependencies: "@lint-todo/utils" "^13.0.3" aria-query "^5.0.0"