From d9618edece0dd1abe159a30b24d05e5f8db36359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:38:23 +0000 Subject: [PATCH] Update dependency @types/qunit to v2.19.8 --- pnpm-lock.yaml | 8 ++++---- test-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a4f93c5a..9dfccc47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -173,8 +173,8 @@ importers: specifier: 3.0.2 version: 3.0.2 '@types/qunit': - specifier: 2.19.7 - version: 2.19.7 + specifier: 2.19.8 + version: 2.19.8 '@typescript-eslint/eslint-plugin': specifier: 6.10.0 version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) @@ -3323,8 +3323,8 @@ packages: resolution: {integrity: sha512-wYLxw35euwqGvTDx6zfY1vokBFnsK0HNrzc6xNHchxfO2hpuRg74GbkEW7e3sSmPvj0TjCDT1VCa6OtHXnubsg==} dev: true - /@types/qunit@2.19.7: - resolution: {integrity: sha512-Vf1+zHCOhMyDqZqM6zlB++6n5mkMe1+pWH1l3fzbzakQ2VImMNeAKSQD++RAjpGTqPUio8Tre2a6kmq6O1tK/A==} + /@types/qunit@2.19.8: + resolution: {integrity: sha512-L4JyeRG1CJGSzJKd1b78DX/ll91E8e50IXkkl8KzW6W0IWz6FTHWEYvTEi8QVNHkUqUu6hjTffwV7ffxcoka0g==} dev: true /@types/range-parser@1.2.6: diff --git a/test-app/package.json b/test-app/package.json index 0a0babf6..5ab0c3a6 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -37,7 +37,7 @@ "@glint/template": "1.2.1", "@qonto/eslint-config-typescript": "1.0.0-rc.0", "@tsconfig/ember": "3.0.2", - "@types/qunit": "2.19.7", + "@types/qunit": "2.19.8", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", "broccoli-asset-rev": "3.0.0",