From b0ec6041c0ef6014646c5920b45753ec1fd4cbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 13:51:41 +0100 Subject: [PATCH] Bump jasmine-ajax from 3.2.0 to 4.0.0 (#6050) Bumps [jasmine-ajax](https://github.com/jasmine/jasmine-ajax) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/jasmine/jasmine-ajax/releases) - [Commits](https://github.com/jasmine/jasmine-ajax/compare/v3.2.0...v4.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbb07035ab..68c1c78635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13441,9 +13441,9 @@ } }, "jasmine-ajax": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-3.2.0.tgz", - "integrity": "sha1-ChYAt9PFA6OQT4Bnm4Z5hahOR1Y=", + "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": { @@ -14189,6 +14189,14 @@ "dev": true, "requires": { "jasmine-ajax": "^3.0.0" + }, + "dependencies": { + "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==", + "dev": true + } } }, "karma-jasmine-html-reporter": { diff --git a/package.json b/package.json index 6db1a00ff3..5718c5f22c 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "graphql": "^15.3.0", "graphql-request": "^1.8.2", "husky": "^4.2.5", - "jasmine-ajax": "3.2.0", + "jasmine-ajax": "4.0.0", "jasmine-core": "~2.8.0", "jasmine-reporters": "^2.3.2", "jasmine-spec-reporter": "~5.0.2",