diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index fa9a3ec4b..a1e4e7173 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -72,7 +72,7 @@ "@typescript-eslint/parser": "6.12.0", "concurrently": "8.2.2", "ember-source": "5.4.0", - "ember-template-lint": "5.12.0", + "ember-template-lint": "5.13.0", "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-ember": "11.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5949744a4..0a56d1953 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -100,8 +100,8 @@ importers: specifier: 5.4.0 version: 5.4.0(@babel/core@7.23.3)(@glimmer/component@1.1.2)(@glint/template@1.2.1)(rsvp@4.8.5)(webpack@5.89.0) ember-template-lint: - specifier: 5.12.0 - version: 5.12.0 + specifier: 5.13.0 + version: 5.13.0 eslint: specifier: 8.53.0 version: 8.53.0 @@ -266,8 +266,8 @@ importers: specifier: 3.0.0 version: 3.0.0 ember-template-lint: - specifier: 5.12.0 - version: 5.12.0 + specifier: 5.13.0 + version: 5.13.0 ember-try: specifier: 3.0.0 version: 3.0.0 @@ -303,7 +303,7 @@ importers: version: 2.0.0 lint-to-the-future-ember-template: specifier: 1.2.0 - version: 1.2.0(ember-template-lint@5.12.0) + version: 1.2.0(ember-template-lint@5.13.0) lint-to-the-future-eslint: specifier: 2.0.1 version: 2.0.1(eslint@8.53.0) @@ -8085,8 +8085,8 @@ packages: - supports-color dev: true - /ember-template-lint@5.12.0: - resolution: {integrity: sha512-QY3VVwuaYACOmOtF0VzQUUA8p6AYE3VC2LW/4RLsi6B5oa2E8wCfJwyo4wcXKLQb+eSqDMYmD/PQ4iizFFpz5g==} + /ember-template-lint@5.13.0: + resolution: {integrity: sha512-AYxz9S9fVZfHPmTsymc7NwsD7FVmDUZyfC+KYpxDlK0wic7JSQx2FNQNqQSBFRLOuzn7VQ0/+1pX6DGqKDGswg==} engines: {node: ^14.18.0 || ^16.0.0 || >= 18.0.0} hasBin: true dependencies: @@ -11312,13 +11312,13 @@ packages: uc.micro: 1.0.6 dev: true - /lint-to-the-future-ember-template@1.2.0(ember-template-lint@5.12.0): + /lint-to-the-future-ember-template@1.2.0(ember-template-lint@5.13.0): resolution: {integrity: sha512-MtbF3OITW2fh900RU08TQsrGt5ljvzYklvV3SEli4o1RqQ5oM4+yTsU4irvO3usmuO4C1lpXUAGZ6az7kqeXxw==} engines: {node: 10.* || >= 12.*} peerDependencies: ember-template-lint: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - ember-template-lint: 5.12.0 + ember-template-lint: 5.13.0 esm: 3.2.25 import-cwd: 3.0.0 walk-sync: 2.2.0 diff --git a/test-app/package.json b/test-app/package.json index 6b581ece0..01445aabe 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -68,7 +68,7 @@ "ember-sinon-qunit": "7.4.0", "ember-source": "5.4.0", "ember-source-channel-url": "3.0.0", - "ember-template-lint": "5.12.0", + "ember-template-lint": "5.13.0", "ember-try": "3.0.0", "eslint": "8.53.0", "eslint-config-prettier": "9.0.0",