From 237ac6460069be011abaf06baf22665b4208ef5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 29 Aug 2018 15:56:12 -0400 Subject: [PATCH] Bump jest-fetch-mock from 1.4.0 to 1.6.5 (#496) [ci skip] Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock) from 1.4.0 to 1.6.5. - [Release notes](https://github.com/jefflau/jest-fetch-mock/releases) - [Commits](https://github.com/jefflau/jest-fetch-mock/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- yarn.lock | 16 +++++++++++++--- 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8011b378f..1a8dcc144 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1023,6 +1023,12 @@ "resolved": "https://registry.npmjs.org/@twilio/webrtc/-/webrtc-2.1.0.tgz", "integrity": "sha1-cxuQHGlgy95o+Kx3fVFgb2jZb9E=" }, + "@types/jest": { + "version": "23.3.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.1.tgz", + "integrity": "sha512-/UMY+2GkOZ27Vrc51pqC5J8SPd39FKt7kkoGAtWJ8s4msj0b15KehDWIiJpWY3/7tLxBQLLzJhIBhnEsXdzpgw==", + "dev": true + }, "@webscopeio/react-textarea-autocomplete": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/@webscopeio/react-textarea-autocomplete/-/react-textarea-autocomplete-2.2.2.tgz", @@ -8750,12 +8756,14 @@ } }, "jest-fetch-mock": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-1.4.0.tgz", - "integrity": "sha1-yk4OkRzcb3tbTkvXBylrZvgtWiE=", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-1.6.5.tgz", + "integrity": "sha512-qPz5Zf8+W16pu6cvdwXkb2SwRfxGoQbbGB6HcIBFND0gnWKMfQilZew3PSODnOWQZF/pzBPi7ZIT6Yz5D0va1Q==", "dev": true, "requires": { - "isomorphic-fetch": "^2.2.1" + "@types/jest": "^23.0.0", + "isomorphic-fetch": "^2.2.1", + "promise-polyfill": "^7.1.1" } }, "jest-get-type": { @@ -14478,6 +14486,12 @@ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" }, + "promise-polyfill": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-7.1.2.tgz", + "integrity": "sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ==", + "dev": true + }, "promise.prototype.finally": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.0.tgz", diff --git a/package.json b/package.json index 2e89dba32..4e8922b40 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "faker": "^4.1.0", "husky": "^0.14.3", "jest": "^23.5.0", - "jest-fetch-mock": "^1.4.0", + "jest-fetch-mock": "^1.6.5", "lint-staged": "^7.2.2", "node-sass": "^4.9.3", "preact-compat": "^3.18.3", diff --git a/yarn.lock b/yarn.lock index b64b9f980..92cc26504 100644 --- a/yarn.lock +++ b/yarn.lock @@ -430,6 +430,10 @@ version "2.0.1-rc1" resolved "https://codeload.github.com/twilio/twilio-webrtc.js/tar.gz/3532058a5083e69b6ce1ae2984dd59ad5c864f29" +"@types/jest@^23.0.0": + version "23.3.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.1.tgz#a4319aedb071d478e6f407d1c4578ec8156829cf" + "@types/node@*": version "9.3.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-9.3.0.tgz#3a129cda7c4e5df2409702626892cb4b96546dd5" @@ -5528,11 +5532,13 @@ jest-environment-node@^23.4.0: jest-mock "^23.2.0" jest-util "^23.4.0" -jest-fetch-mock@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-1.4.0.tgz#ca4e0e911cdc6f7b5b4e4bd707296b66f82d5a21" +jest-fetch-mock@^1.6.5: + version "1.6.5" + resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-1.6.5.tgz#178fa1a937ef6f61fb8e8483b6d4602b17e0d96d" dependencies: + "@types/jest" "^23.0.0" isomorphic-fetch "^2.2.1" + promise-polyfill "^7.1.1" jest-get-type@^22.1.0: version "22.1.0" @@ -7945,6 +7951,10 @@ promise-inflight@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" +promise-polyfill@^7.1.1: + version "7.1.2" + resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-7.1.2.tgz#ab05301d8c28536301622d69227632269a70ca3b" + promise.prototype.finally@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.0.tgz#66f161b1643636e50e7cf201dc1b84a857f3864e"