diff --git a/test-app/package.json b/test-app/package.json index cd330657..20bc04b7 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -82,7 +82,7 @@ "ember-sinon-qunit": "7.5.0", "ember-source": "5.12.0", "ember-source-channel-url": "3.0.0", - "ember-template-lint": "6.0.0", + "ember-template-lint": "6.1.0", "ember-try": "3.0.0", "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", diff --git a/yarn.lock b/yarn.lock index 76b92c88..8a22e564 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5394,10 +5394,10 @@ ember-template-imports@^3.4.2: string.prototype.matchall "^4.0.6" validate-peer-dependencies "^1.1.0" -ember-template-lint@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-6.0.0.tgz#b6f7efe2980c0d270c4d786c058d9fb1aafc2c85" - integrity sha512-TWWt/qCd4KoQ50T3We5nCoKcsrAT8Ip79Kmm9eyWjjyL+LAbRFu0z+GxcmW7MR+QCNW/1LQs3kwEdtIcaHEGiA== +ember-template-lint@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-6.1.0.tgz#92f806484f87a6c8c3515e915593a3467b427d27" + integrity sha512-UyzLPcyneG3mnbBfewyYIlV7fy6JKHQVAJy5a9+URdJKkZKN+3vQkQzIIlsz6dP/GpoXVB+datns5HlfMfliSA== dependencies: "@lint-todo/utils" "^13.1.1" aria-query "^5.3.0"