diff --git a/ghost/admin/package.json b/ghost/admin/package.json index e0a55f4e0f..7ce080569a 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -114,7 +114,7 @@ "ember-sinon": "5.0.0", "ember-source": "3.24.0", "ember-svg-jar": "2.3.4", - "ember-template-lint": "4.16.0", + "ember-template-lint": "4.16.1", "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 61dbd3f3e7..2cf0272c57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12319,10 +12319,10 @@ ember-template-imports@^3.1.1: string.prototype.matchall "^4.0.6" validate-peer-dependencies "^1.1.0" -ember-template-lint@4.16.0: - version "4.16.0" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.16.0.tgz#ebb1a88e408bb8d328636c3576d66b5e2b2291e9" - integrity sha512-nxUORaVKsEADA7CmZmHCFsZ/BJIS1C7rNUwAWyBHhNhIivN0yGHw9woUCcBIbIWGEmdLGwTS69gXXM+SZqp4kA== +ember-template-lint@4.16.1: + version "4.16.1" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.16.1.tgz#16d59916b1b1f2c5f0fd4bc86a1c4d91b3ae2c24" + integrity sha512-60bWhXYh0aalnd0ogR0RL5bKsNKvJoS4b5KC6cBUj556UMruNh5YBAi/GcBcc0COxP+tThaGC0g/kIqNL03wIg== dependencies: "@lint-todo/utils" "^13.0.3" aria-query "^5.0.2"