From 97d5cd990446c7b6296812685de5ae5199bd44d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 15:05:03 +0000 Subject: [PATCH] :arrow_up: Bump ember-template-lint from 4.9.1 to 4.10.0 Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 4.9.1 to 4.10.0. - [Release notes](https://github.com/ember-template-lint/ember-template-lint/releases) - [Changelog](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/ember-template-lint/ember-template-lint/compare/v4.9.1...v4.10.0) --- updated-dependencies: - dependency-name: ember-template-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8c0bb2fe..778d14e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4767,9 +4767,9 @@ ember-source@~4.4.0: silent-error "^1.1.1" ember-template-lint@^4.0.0: - version "4.9.1" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.9.1.tgz#9faa57cfd54171fc5fb50bd41b62278b08d80a7c" - integrity sha512-ShIRqIhNbJQTzkqGUN9mLY7mOHWQs4btGV57uHSA1GooUsEK34HRQIXASTOZCWR/W3XCDEc7cv/TWXfQWlsZRQ== + version "4.10.0" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.10.0.tgz#7a0a15817ec3e83c5ac9c4b47e8018b007308635" + integrity sha512-Cvs7K8UxjhNecONpBlDAx6VzA7IwC7yunFGsvg/3gZqDpNVZvK4lwqCeIe/bsD3lDbMBETVHzKovgCq3pafvdw== dependencies: "@lint-todo/utils" "^13.0.3" aria-query "^5.0.0"