Skip to content

Commit 2355280

Browse files
committed
Update dependency ember-template-lint to v3.8.0
1 parent f4ed6bb commit 2355280

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"ember-set-body-class": "1.0.2",
101101
"ember-source": "3.28.1",
102102
"ember-svg-jar": "2.3.3",
103-
"ember-template-lint": "3.7.0",
103+
"ember-template-lint": "3.8.0",
104104
"ember-test-selectors": "6.0.0",
105105
"ember-tooltips": "3.4.7",
106106
"ember-truth-helpers": "3.0.0",

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5778,7 +5778,7 @@ date-and-time@^1.0.0:
57785778
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57"
57795779
integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA==
57805780

5781-
[email protected], date-fns@^2.23.0:
5781+
[email protected], date-fns@^2.24.0:
57825782
version "2.24.0"
57835783
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.24.0.tgz#7d86dc0d93c87b76b63d213b4413337cfd1c105d"
57845784
integrity sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==
@@ -7115,20 +7115,21 @@ [email protected]:
71157115
mkdirp "^0.5.1"
71167116
path-posix "^1.0.0"
71177117

7118-
ember-template-lint@3.7.0:
7119-
version "3.7.0"
7120-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.7.0.tgz#e0565102b291974afeb65de6933f0d154be508d3"
7121-
integrity sha512-C3oFFdB+g14CvFKZrnAS8Yt0IojTpOhdU5KZoLUs6hOgQjkEF4l/OCBNPtBmL8Nm/dxmc5iTsd5TL98CCcnK+w==
7118+
ember-template-lint@3.8.0:
7119+
version "3.8.0"
7120+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.8.0.tgz#e1faf7ef013ef2b8772c11e442dbb63e3fa92b07"
7121+
integrity sha512-saaJz6ZK/B4jz1pdfJlkRimnwtOKfDZRhw3eAcO5P6OD/pV5ZKMRniy1AyX7E2jymkGc6pbs8dUrhF08Usivrw==
71227122
dependencies:
71237123
"@ember-template-lint/todo-utils" "^10.0.0"
71247124
chalk "^4.1.2"
7125-
date-fns "^2.23.0"
7125+
ci-info "^3.2.0"
7126+
date-fns "^2.24.0"
71267127
ember-template-recast "^5.0.3"
71277128
find-up "^5.0.0"
71287129
fuse.js "^6.4.6"
71297130
get-stdin "^8.0.0"
71307131
globby "^11.0.4"
7131-
is-glob "^4.0.1"
7132+
is-glob "^4.0.2"
71327133
micromatch "^4.0.4"
71337134
requireindex "^1.2.0"
71347135
resolve "^1.20.0"
@@ -9438,10 +9439,10 @@ is-glob@^3.1.0:
94389439
dependencies:
94399440
is-extglob "^2.1.0"
94409441

9441-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
9442-
version "4.0.2"
9443-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.2.tgz#859fc2e731e58c902f99fcabccb75a7dd07d29d8"
9444-
integrity sha512-ZZTOjRcDjuAAAv2cTBQP/lL59ZTArx77+7UzHdWW/XB1mrfp7DEaVpKmZ0XIzx+M7AxfhKcqV+nMetUQmFifwg==
9442+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.2, is-glob@~4.0.1:
9443+
version "4.0.3"
9444+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
9445+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
94459446
dependencies:
94469447
is-extglob "^2.1.1"
94479448

0 commit comments

Comments
 (0)