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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-08-24 13:51:41 +01:00
committed by GitHub
parent 5cbe4884d9
commit b0ec6041c0
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@@ -13441,9 +13441,9 @@
} }
}, },
"jasmine-ajax": { "jasmine-ajax": {
"version": "3.2.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-3.2.0.tgz", "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-4.0.0.tgz",
"integrity": "sha1-ChYAt9PFA6OQT4Bnm4Z5hahOR1Y=", "integrity": "sha512-htTxNw38BSHxxmd8RRMejocdPqLalGHU6n3HWFbzp/S8AuTQd1MYjkSH3dYDsbZ7EV1Xqx/b94m3tKaVSVBV2A==",
"dev": true "dev": true
}, },
"jasmine-core": { "jasmine-core": {
@@ -14189,6 +14189,14 @@
"dev": true, "dev": true,
"requires": { "requires": {
"jasmine-ajax": "^3.0.0" "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": { "karma-jasmine-html-reporter": {

View File

@@ -132,7 +132,7 @@
"graphql": "^15.3.0", "graphql": "^15.3.0",
"graphql-request": "^1.8.2", "graphql-request": "^1.8.2",
"husky": "^4.2.5", "husky": "^4.2.5",
"jasmine-ajax": "3.2.0", "jasmine-ajax": "4.0.0",
"jasmine-core": "~2.8.0", "jasmine-core": "~2.8.0",
"jasmine-reporters": "^2.3.2", "jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "~5.0.2", "jasmine-spec-reporter": "~5.0.2",