Skip to content

Commit 25b920c

Browse files
[skip netlify]: Bump ember-template-lint from 2.16.0 to 2.17.0
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/ember-template-lint/ember-template-lint/releases) - [Changelog](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md) - [Commits](ember-template-lint/ember-template-lint@v2.16.0...v2.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0a631e1 commit 25b920c

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ember-sinon-qunit": "^5.0.0",
6666
"ember-source": "~3.24.1",
6767
"ember-source-channel-url": "^3.0.0",
68-
"ember-template-lint": "^2.16.0",
68+
"ember-template-lint": "^2.17.0",
6969
"ember-try": "^1.4.0",
7070
"eslint": "^7.18.0",
7171
"eslint-config-prettier": "^7.1.0",

yarn.lock

+18-6
Original file line numberDiff line numberDiff line change
@@ -7098,16 +7098,16 @@ ember-svg-jar@^2.2.3:
70987098
mkdirp "^0.5.1"
70997099
path-posix "^1.0.0"
71007100

7101-
ember-template-lint@^2.16.0:
7102-
version "2.16.0"
7103-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.16.0.tgz#a6d725e2c19ab7df43390357e085c66a00a751bb"
7104-
integrity sha512-RmQCFMHWPG3CDByAu0R4XP/edKhha6dl4oA9vqU6+kIuGt0WyHy3nHIJuXmVvLSosmK8KEHuWKgpWgNr//9ckg==
7101+
ember-template-lint@^2.17.0:
7102+
version "2.17.0"
7103+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.17.0.tgz#61206ad42f59c3f629a782d459e29437c0cfae21"
7104+
integrity sha512-m2X7khUmgJqzC5Bb7wYw08R6N0hwge8/TB8PucEJsFxv2fFrhh2Aec+YdNG7VWsSPFnC0i7O1upBLKcfzO/a6Q==
71057105
dependencies:
71067106
chalk "^4.0.0"
71077107
ember-template-recast "^5.0.1"
71087108
find-up "^5.0.0"
71097109
get-stdin "^8.0.0"
7110-
globby "^11.0.1"
7110+
globby "^11.0.2"
71117111
is-glob "^4.0.1"
71127112
micromatch "^4.0.2"
71137113
resolve "^1.19.0"
@@ -8635,7 +8635,7 @@ globby@10.0.0:
86358635
merge2 "^1.2.3"
86368636
slash "^3.0.0"
86378637

8638-
globby@11.0.1, globby@^11.0.1:
8638+
globby@11.0.1:
86398639
version "11.0.1"
86408640
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
86418641
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
@@ -8647,6 +8647,18 @@ globby@11.0.1, globby@^11.0.1:
86478647
merge2 "^1.3.0"
86488648
slash "^3.0.0"
86498649

8650+
globby@^11.0.1, globby@^11.0.2:
8651+
version "11.0.2"
8652+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
8653+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
8654+
dependencies:
8655+
array-union "^2.1.0"
8656+
dir-glob "^3.0.1"
8657+
fast-glob "^3.1.1"
8658+
ignore "^5.1.4"
8659+
merge2 "^1.3.0"
8660+
slash "^3.0.0"
8661+
86508662
globrex@^0.1.2:
86518663
version "0.1.2"
86528664
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"

0 commit comments

Comments
 (0)