Skip to content

Commit 562c8c4

Browse files
chore(deps-dev): bump fetch-mock from 7.3.9 to 7.4.0
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 7.3.9 to 7.4.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](wheresrhys/fetch-mock@v7.3.9...v7.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 49cec98 commit 562c8c4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"eslint-config-airbnb-base": "^14.0.0",
145145
"eslint-plugin-import": "^2.18.2",
146146
"eslint-plugin-mocha": "^6.1.1",
147-
"fetch-mock": "^7.3.9",
147+
"fetch-mock": "^7.4.0",
148148
"generate-changelog": "^1.8.0",
149149
"listr": "^0.14.1",
150150
"minimist": "^1.2.0",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -3714,14 +3714,15 @@ fd-slicer@~1.0.0:
37143714
dependencies:
37153715
pend "~1.2.0"
37163716

3717-
fetch-mock@^7.3.9:
3718-
version "7.3.9"
3719-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.3.9.tgz#a80fd2a1728f72e0634ef7a9734bc61200096487"
3720-
integrity sha512-PgsTbiQBNapFz2P2UwDl3gowK3nZqfV4HdyDZ1dI4eTGGH9MLAeBglIPbyDbbNQoGYBOfla6/9uaiq7az2z4Aw==
3717+
fetch-mock@^7.4.0:
3718+
version "7.4.0"
3719+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.4.0.tgz#34f2f5cca03de93af9b253ebb8a678b72563cb02"
3720+
integrity sha512-q2zrAJh2CcPf6yrDIRxAo18vs1yohETzTNVvtJsqznAAWS4XuJ5M8uaIfrw8odHm7wZJIfMdA6P3RObMNYSWXQ==
37213721
dependencies:
37223722
babel-polyfill "^6.26.0"
37233723
core-js "^2.6.9"
37243724
glob-to-regexp "^0.4.0"
3725+
lodash.isequal "^4.5.0"
37253726
path-to-regexp "^2.2.1"
37263727
whatwg-url "^6.5.0"
37273728

@@ -5444,6 +5445,11 @@ lodash.get@^4.0.0, lodash.get@^4.4.2:
54445445
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
54455446
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
54465447

5448+
lodash.isequal@^4.5.0:
5449+
version "4.5.0"
5450+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5451+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
5452+
54475453
lodash.map@^4.5.1:
54485454
version "4.6.0"
54495455
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"

0 commit comments

Comments
 (0)