From 2bd9c2663cea231165d63e465ab72660150adef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:30:21 +0000 Subject: [PATCH] Bump qunit and @types/qunit Bumps [qunit](https://github.com/qunitjs/qunit) and [@types/qunit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qunit). These dependencies needed to be updated together. Updates `qunit` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/qunitjs/qunit/releases) - [Changelog](https://github.com/qunitjs/qunit/blob/main/History.md) - [Commits](https://github.com/qunitjs/qunit/compare/2.19.3...2.19.4) Updates `@types/qunit` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qunit) --- updated-dependencies: - dependency-name: qunit dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/qunit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) 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"