diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d641950e..2a37c9ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,8 +167,8 @@ importers: specifier: ^3.0.3 version: 3.0.3 '@types/qunit': - specifier: ^2.19.10 - version: 2.19.10 + specifier: ^2.19.12 + version: 2.19.12 '@typescript-eslint/eslint-plugin': specifier: ^6.21.0 version: 6.21.0(@typescript-eslint/parser@8.6.0)(eslint@8.57.0)(typescript@5.6.2) @@ -246,7 +246,7 @@ importers: version: 8.2.3(ember-source@5.3.0) ember-qunit: specifier: ^8.0.2 - version: 8.0.2(@ember/test-helpers@3.3.0)(@glint/template@1.3.0)(ember-source@5.3.0)(qunit@2.20.1) + version: 8.0.2(@ember/test-helpers@3.3.0)(@glint/template@1.3.0)(ember-source@5.3.0)(qunit@2.23.1) ember-resolver: specifier: ^11.0.1 version: 11.0.1(ember-source@5.3.0) @@ -290,8 +290,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 qunit: - specifier: ^2.20.1 - version: 2.20.1 + specifier: ^2.23.1 + version: 2.23.1 qunit-dom: specifier: ^3.0.0 version: 3.0.0 @@ -3887,8 +3887,8 @@ packages: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} dev: true - /@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==} dev: true /@types/range-parser@1.2.4: @@ -8620,7 +8620,7 @@ packages: - supports-color dev: true - /ember-qunit@8.0.2(@ember/test-helpers@3.3.0)(@glint/template@1.3.0)(ember-source@5.3.0)(qunit@2.20.1): + /ember-qunit@8.0.2(@ember/test-helpers@3.3.0)(@glint/template@1.3.0)(ember-source@5.3.0)(qunit@2.23.1): resolution: {integrity: sha512-Rf60jeUTWNsF3Imf/FLujW/B/DFmKVXKmXO1lirTXjpertKfwRhp/3MnN8a/U/WyodTIsERkInGT1IqTtphCdQ==} peerDependencies: '@ember/test-helpers': '>=3.0.3' @@ -8632,7 +8632,7 @@ packages: '@embroider/macros': 1.14.0(@glint/template@1.3.0) ember-cli-test-loader: 3.1.0 ember-source: 5.3.0(@babel/core@7.24.0)(@glimmer/component@1.1.2)(@glint/template@1.3.0)(rsvp@4.8.5)(webpack@5.94.0) - qunit: 2.20.1 + qunit: 2.23.1 transitivePeerDependencies: - '@glint/template' - supports-color @@ -13896,8 +13896,8 @@ packages: resolution: {integrity: sha512-rqGZ9ZgOvtOY+Ph2ElCJ4pRIHouMZmI3DWK35Xr3x3c17/gIwOHHyKAQk6XetqhqepS6p+oXvK6Bx1uZu5jJuw==} dev: true - /qunit@2.20.1: - resolution: {integrity: sha512-scZfyhX8mmP3u/CN2y3CutQb+ppalbpqmm7g/X62M2yOt8ofzsxrRaC+MPmYm/tXxpzs9HGrVeCxZwLoP0tuAA==} + /qunit@2.23.1: + resolution: {integrity: sha512-CGrsGy7NhkQmfiyOixBpbexh2PT7ekIb35uWiBi/hBNdTJF1W98UonyACFJJs8UmcP96lH+YJlX99dYZi5rZkg==} engines: {node: '>=10'} hasBin: true dependencies: diff --git a/test-app/package.json b/test-app/package.json index d3a6599f..ed201633 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -39,7 +39,7 @@ "@glint/template": "1.3.0", "@qonto/eslint-config-typescript": "1.0.0-rc.0", "@tsconfig/ember": "^3.0.3", - "@types/qunit": "^2.19.10", + "@types/qunit": "^2.19.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^8.6.0", "broccoli-asset-rev": "^3.0.0", @@ -80,7 +80,7 @@ "lerna-changelog": "^2.2.0", "loader.js": "^4.7.0", "prettier": "^3.2.5", - "qunit": "^2.20.1", + "qunit": "^2.23.1", "qunit-dom": "^3.0.0", "stylelint": "^16.2.1", "stylelint-config-standard": "^36.0.0",