diff --git a/package.json b/package.json index bbe2ce8..7e9ef24 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:jest": "yarn build && jest --no-cache" }, "dependencies": { - "@ember-template-lint/todo-utils": "^10.0.0-beta.5", + "@ember-template-lint/todo-utils": "^10.0.0", "chalk": "^4.1.0", "eslint": "^7.10.0", "fs-extra": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 5c78637..b35f18e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -278,10 +278,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@ember-template-lint/todo-utils@^10.0.0-beta.5": - version "10.0.0-beta.5" - resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-10.0.0-beta.5.tgz#c062ebf731c9700b5e5564b72a78c07e8bbf4ae8" - integrity sha512-yjYUngj6oSHx1+K7gRukTMu3yHHnYLEs7+C6BX/MrtABGKnOT2/g2ISiuvBbBwAPt+T39rTurTU9+Y5i8IFzTw== +"@ember-template-lint/todo-utils@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@ember-template-lint/todo-utils/-/todo-utils-10.0.0.tgz#085aafcf31ca04ba4d3a9460f088aed752b90ea8" + integrity sha512-US8VKnetBOl8KfKz+rXGsosz6rIETNwSz2F2frM8hIoJfF/d6ME1Iz1K7tPYZEE6SoKqZFlBs5XZPSmzRnabjA== dependencies: "@types/eslint" "^7.2.13" fs-extra "^9.1.0"