diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa83731f..85808ce4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,8 +161,8 @@ importers: specifier: 3.0.1 version: 3.0.1 '@types/qunit': - specifier: 2.19.6 - version: 2.19.6 + specifier: 2.19.7 + version: 2.19.7 '@typescript-eslint/eslint-plugin': specifier: 6.8.0 version: 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2) @@ -3555,8 +3555,8 @@ packages: resolution: {integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==} dev: true - /@types/qunit@2.19.6: - resolution: {integrity: sha512-bz9STa6EHurtpSfn5cNiScBladlw43bM+7luQA985Kd9YlF4dZaLmKt3c5/oSyN1AWAl50YBpqTq0BxCP64nGg==} + /@types/qunit@2.19.7: + resolution: {integrity: sha512-Vf1+zHCOhMyDqZqM6zlB++6n5mkMe1+pWH1l3fzbzakQ2VImMNeAKSQD++RAjpGTqPUio8Tre2a6kmq6O1tK/A==} dev: true /@types/range-parser@1.2.5: diff --git a/test-app/package.json b/test-app/package.json index 9e1729b6..e1128f3d 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -34,7 +34,7 @@ "@glint/environment-ember-loose": "1.2.1", "@glint/template": "1.2.1", "@tsconfig/ember": "3.0.1", - "@types/qunit": "2.19.6", + "@types/qunit": "2.19.7", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@babel/eslint-parser": "7.22.15",