Skip to content

Commit 6c1eed7

Browse files
committed
Update dependency ember-template-lint to v3.10.0
1 parent d5db0ab commit 6c1eed7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ember-set-body-class": "1.0.2",
102102
"ember-source": "3.28.1",
103103
"ember-svg-jar": "2.3.3",
104-
"ember-template-lint": "3.9.0",
104+
"ember-template-lint": "3.10.0",
105105
"ember-test-selectors": "6.0.0",
106106
"ember-tooltips": "3.4.7",
107107
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5774,7 +5774,7 @@ date-and-time@^1.0.0:
57745774
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57"
57755775
integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA==
57765776

5777-
date-fns@2.25.0, date-fns@^2.24.0:
5777+
date-fns@2.25.0, date-fns@^2.25.0:
57785778
version "2.25.0"
57795779
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.25.0.tgz#8c5c8f1d958be3809a9a03f4b742eba894fc5680"
57805780
integrity sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==
@@ -7132,21 +7132,21 @@ ember-svg-jar@2.3.3:
71327132
mkdirp "^0.5.1"
71337133
path-posix "^1.0.0"
71347134

7135-
ember-template-lint@3.9.0:
7136-
version "3.9.0"
7137-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.9.0.tgz#f45d82081f0d753c59b39c36e6bbdf252d85b842"
7138-
integrity sha512-qo3iMiiP+a+5K4E1AlH+PSPbXBLP8fgb2BYwyUQ8k6IIs6Z00Ct2ySd3BWxGL2rw+Dyp53yJ5Zj8sSSYDFDTkg==
7135+
ember-template-lint@3.10.0:
7136+
version "3.10.0"
7137+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.10.0.tgz#7d728dacfe787b582ff4c240b63e85e5d6200a26"
7138+
integrity sha512-QP6gN9FwZbK+ypDr5PLXeKMPuAvKwfOWpIoqVD6DB660evnKE+rXfAdNga3CqSC7mDekpgJoLuxVQUw9oLcnjQ==
71397139
dependencies:
71407140
"@ember-template-lint/todo-utils" "^10.0.0"
71417141
chalk "^4.1.2"
71427142
ci-info "^3.2.0"
7143-
date-fns "^2.24.0"
7143+
date-fns "^2.25.0"
71447144
ember-template-recast "^5.0.3"
71457145
find-up "^5.0.0"
71467146
fuse.js "^6.4.6"
71477147
get-stdin "^8.0.0"
71487148
globby "^11.0.4"
7149-
is-glob "^4.0.2"
7149+
is-glob "^4.0.3"
71507150
micromatch "^4.0.4"
71517151
requireindex "^1.2.0"
71527152
resolve "^1.20.0"
@@ -9468,7 +9468,7 @@ is-glob@^3.1.0:
94689468
dependencies:
94699469
is-extglob "^2.1.0"
94709470

9471-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.2, is-glob@^4.0.3, is-glob@~4.0.1:
9471+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
94729472
version "4.0.3"
94739473
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
94749474
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==

0 commit comments

Comments
 (0)