diff --git a/package.json b/package.json index 7b617cda..2c6eaf22 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@embroider/test-setup": "^2.1.1", "@glimmer/component": "^1.1.2", "@tsconfig/ember": "^2.0.0", - "@types/qunit": "^2.19.3", + "@types/qunit": "^2.19.4", "@types/rsvp": "^4.0.4", "ember-angle-bracket-invocation-polyfill": "^3.0.2", "ember-cli": "~4.10.0", @@ -76,7 +76,7 @@ "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", "prettier": "2.8.3", - "qunit": "^2.19.2", + "qunit": "^2.19.4", "release-it": "^15.6.0", "release-it-lerna-changelog": "^5.0.0", "typescript": "^4.9.5", diff --git a/yarn.lock b/yarn.lock index 39a78b6f..1c24c17f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1668,10 +1668,10 @@ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== -"@types/qunit@^2.19.3": - version "2.19.3" - resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.19.3.tgz#16e975469a36092929627f997c3dafca198a1aea" - integrity sha512-Vi47qmJ0viJoxW1kRDbhuYXGd2F0RREDfh69Hd4v/nlDV0YIjXPCAy6OebWKCZIZr680bQVQTJTL1OfhQoTvVw== +"@types/qunit@^2.19.4": + version "2.19.4" + resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.19.4.tgz#14eb571e9c03af9c361299898c83e44f41b3e426" + integrity sha512-EocRiD2JRWrOaA0dnyyLX083DIo1p3OSBBiGODcHaMzOFhteXtvRRp0kKsiYYqynnBSMqnqRI92iE32axdoXZw== "@types/range-parser@*": version "1.2.4" @@ -8987,10 +8987,10 @@ quick-temp@^0.1.2, quick-temp@^0.1.3, quick-temp@^0.1.5, quick-temp@^0.1.8: rimraf "^2.5.4" underscore.string "~3.3.4" -qunit@^2.19.2: - version "2.19.3" - resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.19.3.tgz#bcf81a2e8d176dc19fe8dd358c4cbd08619af03a" - integrity sha512-vEnspSZ37u2oR01OA/IZ1Td5V7BvQYFECdKPv86JaBplDNa5IHg0v7jFSPoP5L5o78Dbi8sl7/ATtpRDAKlSdw== +qunit@^2.19.4: + version "2.19.4" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.19.4.tgz#2d689bb1165edd4b812e3ed2ee06ff907e9f2ece" + integrity sha512-aqUzzUeCqlleWYKlpgfdHHw9C6KxkB9H3wNfiBg5yHqQMzy0xw/pbCRHYFkjl8MsP/t8qkTQE+JTYL71azgiew== dependencies: commander "7.2.0" node-watch "0.7.3"