Skip to content

Commit a62938b

Browse files
committed
Update dependency ember-template-lint to v3.11.0
1 parent 101ef95 commit a62938b

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
@@ -103,7 +103,7 @@
103103
"ember-set-body-class": "1.0.2",
104104
"ember-source": "3.28.4",
105105
"ember-svg-jar": "2.3.3",
106-
"ember-template-lint": "3.9.0",
106+
"ember-template-lint": "3.11.0",
107107
"ember-test-selectors": "6.0.0",
108108
"ember-tooltips": "3.4.7",
109109
"ember-truth-helpers": "3.0.0",

yarn.lock

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

5711-
date-fns@2.25.0, date-fns@^2.24.0:
5711+
date-fns@2.25.0, date-fns@^2.25.0:
57125712
version "2.25.0"
57135713
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.25.0.tgz#8c5c8f1d958be3809a9a03f4b742eba894fc5680"
57145714
integrity sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==
@@ -7024,21 +7024,21 @@ ember-svg-jar@2.3.3:
70247024
mkdirp "^0.5.1"
70257025
path-posix "^1.0.0"
70267026

7027-
ember-template-lint@3.9.0:
7028-
version "3.9.0"
7029-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.9.0.tgz#f45d82081f0d753c59b39c36e6bbdf252d85b842"
7030-
integrity sha512-qo3iMiiP+a+5K4E1AlH+PSPbXBLP8fgb2BYwyUQ8k6IIs6Z00Ct2ySd3BWxGL2rw+Dyp53yJ5Zj8sSSYDFDTkg==
7027+
ember-template-lint@3.11.0:
7028+
version "3.11.0"
7029+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.11.0.tgz#d766bf483e6bd3f0899a5ab86eeeb1288c44c7a1"
7030+
integrity sha512-5evTA7ddblB4x52QHwEJbyNttcf+/DWSOfqHWun2/JiQodLhh83TzcuJUktjCgHuEQwCwk5M3J5Xz35JoYKSKg==
70317031
dependencies:
70327032
"@ember-template-lint/todo-utils" "^10.0.0"
70337033
chalk "^4.1.2"
70347034
ci-info "^3.2.0"
7035-
date-fns "^2.24.0"
7035+
date-fns "^2.25.0"
70367036
ember-template-recast "^5.0.3"
70377037
find-up "^5.0.0"
70387038
fuse.js "^6.4.6"
70397039
get-stdin "^8.0.0"
70407040
globby "^11.0.4"
7041-
is-glob "^4.0.2"
7041+
is-glob "^4.0.3"
70427042
micromatch "^4.0.4"
70437043
requireindex "^1.2.0"
70447044
resolve "^1.20.0"
@@ -9363,7 +9363,7 @@ is-glob@^3.1.0:
93639363
dependencies:
93649364
is-extglob "^2.1.0"
93659365

9366-
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:
9366+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
93679367
version "4.0.3"
93689368
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
93699369
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==

0 commit comments

Comments
 (0)