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" },