From a5433ee29b659654dfcb0bc7e13fb87c49e904dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:49:19 +0000 Subject: [PATCH] chore(deps): update dependency @types/qunit to ^2.19.12 --- ember-link/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- test-app/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ember-link/package.json b/ember-link/package.json index 2c024ab4..613c5b42 100644 --- a/ember-link/package.json +++ b/ember-link/package.json @@ -69,7 +69,7 @@ "@gossi/config-prettier": "^0.6.0", "@release-it-plugins/lerna-changelog": "^7.0.0", "@tsconfig/ember": "^3.0.8", - "@types/qunit": "^2.19.10", + "@types/qunit": "^2.19.12", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", "concurrently": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97b3b557..dfea619a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: specifier: ^3.0.8 version: 3.0.8 '@types/qunit': - specifier: ^2.19.10 - version: 2.19.10 + specifier: ^2.19.12 + version: 2.19.12 '@typescript-eslint/eslint-plugin': specifier: ^5.60.0 version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0)(typescript@5.6.3) @@ -158,8 +158,8 @@ importers: specifier: ^3.0.8 version: 3.0.8 '@types/qunit': - specifier: ^2.19.10 - version: 2.19.10 + specifier: ^2.19.12 + version: 2.19.12 '@types/rsvp': specifier: ^4.0.9 version: 4.0.9 @@ -1944,8 +1944,8 @@ packages: '@types/qs@6.9.7': resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - '@types/qunit@2.19.10': - resolution: {integrity: sha512-gVB+rxvxmbyPFWa6yjjKgcumWal3hyqoTXI0Oil161uWfo1OCzWZ/rnEumsx+6uVgrwPrCrhpQbLkzfildkSbg==} + '@types/qunit@2.19.12': + resolution: {integrity: sha512-II+C1wgzUia0g+tGAH+PBb4XiTm8/C/i6sN23r21NNskBYOYrv+qnW0tFQ/IxZzKVwrK4CTglf8YO3poJUclQA==} '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} @@ -10155,7 +10155,7 @@ snapshots: '@types/qs@6.9.7': {} - '@types/qunit@2.19.10': {} + '@types/qunit@2.19.12': {} '@types/range-parser@1.2.4': {} diff --git a/test-app/package.json b/test-app/package.json index 11417350..5a79a120 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -48,7 +48,7 @@ "@gossi/config-prettier": "^0.6.0", "@gossi/config-template-lint": "^0.6.0", "@tsconfig/ember": "^3.0.8", - "@types/qunit": "^2.19.10", + "@types/qunit": "^2.19.12", "@types/rsvp": "^4.0.9", "@types/sinon": "^17.0.3", "@typescript-eslint/eslint-plugin": "^5.59.9",