From bec5b38301d5081a166711234affb1909118df8a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 14:12:08 +0000 Subject: [PATCH] Update karma-jquery requirement from ~0.1.0 to ~0.2.4 Updates the requirements on [karma-jquery](https://github.com/scf2k/karma-jquery) to permit the latest version. - [Release notes](https://github.com/scf2k/karma-jquery/releases) - [Commits](https://github.com/scf2k/karma-jquery/commits) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffe125..4a25eef 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "jshint-stylish": "~0.1.5", "karma": "^0.12.16", "karma-chai-jquery": "~1.0.0", - "karma-jquery": "~0.1.0", + "karma-jquery": "~0.2.4", "karma-mocha": "~0.1.1", "karma-ng-scenario": "~0.1.0", "karma-phantomjs-launcher": "^0.1.4",