diff --git a/package.json b/package.json index 847ac20..6fe1ca5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "ember-sinon": "^5.0.0", "ember-source": "~3.18.0", "ember-source-channel-url": "^3.0.0", - "ember-template-lint": "^3.5.0", + "ember-template-lint": "^3.5.1", "ember-try": "^1.4.0", "eslint": "^7.31.0", "eslint-plugin-ember": "^9.6.0", diff --git a/yarn.lock b/yarn.lock index ac4ff43..e1a744b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5705,10 +5705,10 @@ ember-source@~3.18.0: semver "^6.1.1" silent-error "^1.1.1" -ember-template-lint@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.0.tgz#f178c233c42a1b17467db1520d964018d735dab6" - integrity sha512-wkSuR0LuYOMomZ142nX06r2d6pUWkMUwy4AbxZwcB1+ArLhgZYIuOZefd/zsWM+RuMI0w4PiNDZXNXdH7qEasg== +ember-template-lint@^3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.5.1.tgz#ea552db5b328b2d0983e87fd31eba6ee47481cb9" + integrity sha512-55lhQU+2gGLQLn3YhSV3L/leEypOXDi0Qq9TuHfWDqbI8O2+t/d9NEZYwpMnb7ovtipy0TVAZcyZeqp9eWX1KA== dependencies: "@ember-template-lint/todo-utils" "^9.1.2" chalk "^4.1.1" @@ -5717,7 +5717,7 @@ ember-template-lint@^3.5.0: find-up "^5.0.0" fuse.js "^6.4.6" get-stdin "^8.0.0" - globby "^11.0.3" + globby "^11.0.4" is-glob "^4.0.1" micromatch "^4.0.4" resolve "^1.20.0" @@ -7066,10 +7066,10 @@ globby@10.0.0: merge2 "^1.2.3" slash "^3.0.0" -globby@^11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" - integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== +globby@^11.0.3, globby@^11.0.4: + version "11.0.4" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== dependencies: array-union "^2.1.0" dir-glob "^3.0.1"