Skip to content

Commit 8934e34

Browse files
Update dependency ember-template-lint to v4.13.0 (#982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b95c3e4 commit 8934e34

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ember-resolver": "8.0.3",
7979
"ember-source": "4.6.0",
8080
"ember-source-channel-url": "3.0.0",
81-
"ember-template-lint": "4.12.0",
81+
"ember-template-lint": "4.13.0",
8282
"ember-try": "1.4.0",
8383
"eslint": "7.32.0",
8484
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ argparse@^2.0.1:
27652765
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
27662766
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
27672767

2768-
aria-query@^5.0.0:
2768+
aria-query@^5.0.2:
27692769
version "5.0.2"
27702770
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.2.tgz#0b8a744295271861e1d933f8feca13f9b70cfdc1"
27712771
integrity sha512-eigU3vhqSO+Z8BKDnVLN/ompjhf3pYzecKXz8+whRy+9gZu8n1TCGfwzQUUPnqdHl9ax1Hr9031orZ+UOEYr7Q==
@@ -5783,7 +5783,7 @@ data-urls@^3.0.1:
57835783
whatwg-mimetype "^3.0.0"
57845784
whatwg-url "^11.0.0"
57855785

5786-
date-fns@^2.29.1:
5786+
date-fns@^2.29.2:
57875787
version "2.29.2"
57885788
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.2.tgz#0d4b3d0f3dff0f920820a070920f0d9662c51931"
57895789
integrity sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==
@@ -7193,16 +7193,16 @@ ember-svg-jar@^2.2.3:
71937193
mkdirp "^0.5.1"
71947194
path-posix "^1.0.0"
71957195

7196-
ember-template-lint@4.12.0:
7197-
version "4.12.0"
7198-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.12.0.tgz#0708cf280cbad9419c399e52714d29a72dad2dbf"
7199-
integrity sha512-udWWclqxMc7bljIWAnR7wr1/U7R6V0wmSAWGnQ/DqKmNshnVWnzC94wixzvbdrubi/kn1SIEGsyf0bebTkS8rQ==
7196+
ember-template-lint@4.13.0:
7197+
version "4.13.0"
7198+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-4.13.0.tgz#06e56987cb448764e816655560ac750b7f5b022f"
7199+
integrity sha512-ByhAlmXAtq87O3QpQXNz+4kra3MffNOQ5ilbHaNJOQ41NPJsxjSkT+4jVXcMKgINPOuEsOKic41KGD/PT+vdAQ==
72007200
dependencies:
72017201
"@lint-todo/utils" "^13.0.3"
7202-
aria-query "^5.0.0"
7202+
aria-query "^5.0.2"
72037203
chalk "^4.1.2"
72047204
ci-info "^3.3.2"
7205-
date-fns "^2.29.1"
7205+
date-fns "^2.29.2"
72067206
ember-template-recast "^6.1.3"
72077207
find-up "^6.3.0"
72087208
fuse.js "^6.5.3"

0 commit comments

Comments
 (0)