Skip to content

Commit

Permalink
📦 Update dependency fetch-mock to v7.4.0 (#24791)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rsimha committed Oct 1, 2019
1 parent 6420555 commit 34402db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"event-stream": "4.0.1",
"express": "4.17.1",
"fancy-log": "1.3.3",
"fetch-mock": "7.3.9",
"fetch-mock": "7.4.0",
"find-imports": "1.1.0",
"formidable": "1.2.1",
"fs-extra": "8.1.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6101,14 +6101,15 @@ fbjs@^0.8.4:
setimmediate "^1.0.5"
ua-parser-js "^0.7.18"

fetch-mock@7.3.9:
version "7.3.9"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.3.9.tgz#a80fd2a1728f72e0634ef7a9734bc61200096487"
integrity sha512-PgsTbiQBNapFz2P2UwDl3gowK3nZqfV4HdyDZ1dI4eTGGH9MLAeBglIPbyDbbNQoGYBOfla6/9uaiq7az2z4Aw==
fetch-mock@7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.4.0.tgz#34f2f5cca03de93af9b253ebb8a678b72563cb02"
integrity sha512-q2zrAJh2CcPf6yrDIRxAo18vs1yohETzTNVvtJsqznAAWS4XuJ5M8uaIfrw8odHm7wZJIfMdA6P3RObMNYSWXQ==
dependencies:
babel-polyfill "^6.26.0"
core-js "^2.6.9"
glob-to-regexp "^0.4.0"
lodash.isequal "^4.5.0"
path-to-regexp "^2.2.1"
whatwg-url "^6.5.0"

Expand Down Expand Up @@ -9704,6 +9705,11 @@ lodash.flattendeep@^4.4.0:
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=

lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=

lodash.islength@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.islength/-/lodash.islength-4.0.1.tgz#4e9868d452575d750affd358c979543dc20ed577"
Expand Down

0 comments on commit 34402db

Please sign in to comment.