From 5a2dd8b29a4ef4aab3ba0565258d2980e58437bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:14:19 +0000 Subject: [PATCH] Bump ember-template-lint from 3.4.0 to 3.4.2 Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 3.4.0 to 3.4.2. - [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](https://github.com/ember-template-lint/ember-template-lint/compare/v3.4.0...v3.4.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index bc08e9f..628e835 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "ember-resolver": "^8.0.2", "ember-source": "~3.21.3", "ember-source-channel-url": "^3.0.0", - "ember-template-lint": "^3.4.0", + "ember-template-lint": "^3.4.2", "ember-try": "^1.4.0", "eslint": "^7.26.0", "eslint-plugin-ember": "^10.4.2", diff --git a/yarn.lock b/yarn.lock index a008ea9..3b8b48e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4757,10 +4757,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -date-fns@^2.21.1: - version "2.21.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.1.tgz#679a4ccaa584c0706ea70b3fa92262ac3009d2b0" - integrity sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA== +date-fns@^2.21.3: + version "2.21.3" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b" + integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw== debug@2.6.9, debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: version "2.6.9" @@ -5582,14 +5582,14 @@ ember-source@~3.21.3: semver "^6.1.1" silent-error "^1.1.1" -ember-template-lint@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.0.tgz#2d5dde8b0756342b0214d245301c790919f012b5" - integrity sha512-hye0VU+C2IPoAp3n2Bst2pQ78Lkxk0YvS2uVWtiVqxPiy7xzmOxqeETCo7JzbkY2A5gBw6RX0TvIEDvNIdkKUg== +ember-template-lint@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581" + integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ== dependencies: "@ember-template-lint/todo-utils" "^8.1.0" chalk "^4.1.1" - date-fns "^2.21.1" + date-fns "^2.21.3" ember-template-recast "^5.0.1" find-up "^5.0.0" fuse.js "^6.4.6"