Merge pull request #1485 from prymitive/renovate/jest-fetch-mock-3.x

chore(deps): update dependency jest-fetch-mock to v3.0.2
This commit is contained in:
Łukasz Mierzwa
2020-03-04 17:09:29 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -13657,9 +13657,9 @@
}
},
"jest-fetch-mock": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-3.0.1.tgz",
"integrity": "sha512-R5GVbQLVjk+PCfzf4vFoYDXt+oCEWuYigyaAnucdeVCXkElAgAYXDFFikHxLyCVjSNDc7TCYQZ1ItLNOE6OCrQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-3.0.2.tgz",
"integrity": "sha512-DiMuGPSH9/ZGo/rQzuBEtR75huhIeC36L8P9+hkVSkw7G6+f20R34DvL1Q71bkAgk9KRrlQ8Kcm/aQuNsqMoKg==",
"dev": true,
"requires": {
"cross-fetch": "^3.0.4",

View File

@@ -85,7 +85,7 @@
"fetch-mock": "9.1.0",
"jest-canvas-mock": "2.2.0",
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.1",
"jest-fetch-mock": "3.0.2",
"markdownlint-cli": "0.22.0",
"node-sass": "4.13.1",
"prettier": "1.19.1",