From b44e4279c5da17a0dfd1297a54ca324517126bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 28 Mar 2019 05:58:20 +0000 Subject: [PATCH] Bump jasmine-ajax from 3.4.0 to 4.0.0 Bumps [jasmine-ajax](https://github.com/jasmine/jasmine-ajax) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/jasmine/jasmine-ajax/releases) - [Commits](https://github.com/jasmine/jasmine-ajax/compare/v3.4.0...v4.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66e0ddf..cd7d71e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3441,9 +3441,9 @@ } }, "jasmine-ajax": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-3.4.0.tgz", - "integrity": "sha512-LIVNVCmx5ou+IG6wgX7j73YYzvE2e3aqFWMjOhvAHWTnLICOYSobIH+PG/gOwtP20X0u2SkD3NXT/j5X8rMGOA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-4.0.0.tgz", + "integrity": "sha512-htTxNw38BSHxxmd8RRMejocdPqLalGHU6n3HWFbzp/S8AuTQd1MYjkSH3dYDsbZ7EV1Xqx/b94m3tKaVSVBV2A==", "dev": true }, "jasmine-core": { diff --git a/package.json b/package.json index bffa8a8..99ef254 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-contrib-jasmine": "~1.0.3", "grunt-contrib-watch": "^1.1.0", "jasmine": "~3.3.1", - "jasmine-ajax": "~3.4.0", + "jasmine-ajax": "~4.0.0", "jasmine-jquery": "~2.1.1", "matchdep": "^2.0.0" },