Skip to content

Commit c9b941a

Browse files
committed
Update dependency ember-template-lint to v4.8.0
1 parent c1da48b commit c9b941a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ember-resolver": "8.0.3",
5454
"ember-source": "3.28.9",
5555
"ember-source-channel-url": "3.0.0",
56-
"ember-template-lint": "4.7.0",
56+
"ember-template-lint": "4.8.0",
5757
"ember-try": "2.0.0",
5858
"eslint": "7.32.0",
5959
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,10 +1243,10 @@
12431243
"@jridgewell/resolve-uri" "^3.0.3"
12441244
"@jridgewell/sourcemap-codec" "^1.4.10"
12451245

1246-
"@lint-todo/utils@^13.0.2":
1247-
version "13.0.2"
1248-
resolved "https://registry.yarnpkg.com/@lint-todo/utils/-/utils-13.0.2.tgz#0d2fc6cc24452564dd2ee97be01437aa92b4c1a8"
1249-
integrity sha512-tLZfEjU5i7KThQbWZ4u5dLUJx9+euGnytz402uAH4VRa0jMxyc2HNXw+h6qPdKxM/wGAvwEQGn7l1j2kyLI7rQ==
1246+
"@lint-todo/utils@^13.0.3":
1247+
version "13.0.3"
1248+
resolved "https://registry.yarnpkg.com/@lint-todo/utils/-/utils-13.0.3.tgz#ca222f38738b43eb43384d56e7292ba9cab3e891"
1249+
integrity sha512-7Grdii4L/ae8FiykBcsEfum3m9yxVKPNQXpqJDPhWMHsReEunaQDkx/WLsjiNBctRb+roNHZQuXQYlJwoTlqOw==
12501250
dependencies:
12511251
"@types/eslint" "^7.2.13"
12521252
find-up "^5.0.0"
@@ -5009,12 +5009,12 @@ [email protected]:
50095009
semver "^7.3.4"
50105010
silent-error "^1.1.1"
50115011

5012-
ember-template-lint@4.7.0:
5013-
version "4.7.0"
5014-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.7.0.tgz#1eda1c5184907747fccef3a58f986b1e5504500a"
5015-
integrity sha512-EteQ+kmAfAPt0f1fUXs4GRiOpc0vh7L9WrRd8buLA386YCGUcl3Q3Isi9zdGQC64x24sBZvkeI3lJBgdrcoYgw==
5012+
ember-template-lint@4.8.0:
5013+
version "4.8.0"
5014+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.8.0.tgz#023a4e4117f48acf87fea88d4b902f676b50d9cd"
5015+
integrity sha512-cn28J9bFd1qXuF23Sb7ydyFto1N+n6XjS/TfcrxKJ4eK5Wew0Ix4RDAdHy/Gc29zD2K0sAuwCwMAIokwCLI9Kg==
50165016
dependencies:
5017-
"@lint-todo/utils" "^13.0.2"
5017+
"@lint-todo/utils" "^13.0.3"
50185018
aria-query "^5.0.0"
50195019
chalk "^4.1.2"
50205020
ci-info "^3.3.0"

0 commit comments

Comments
 (0)