Merge pull request #1312 from prymitive/renovate/fetch-mock-8.x

chore(deps): update dependency fetch-mock to v8.3.1
This commit is contained in:
Łukasz Mierzwa
2020-01-02 22:19:02 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9056,9 +9056,9 @@
}
},
"fetch-mock": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.3.0.tgz",
"integrity": "sha512-khTaO5bUjvlgR8Do7XDtBzLHztDUFej5CvFBByM+B+t4HrE6164QvL5NBATkKiEY/vAfkrsl6taTsxHafwTJIQ==",
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.3.1.tgz",
"integrity": "sha512-7IEIUvkHO6zOHbDSzkMAvkb2mx3N5xy9BS4RjFnIe8kCUDOomoNKBDKGwhTj5E0uuieo8rg55c6cUKorJuk4rg==",
"dev": true,
"requires": {
"babel-runtime": "^6.26.0",
+1 -1
View File
@@ -82,7 +82,7 @@
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint-plugin-prettier": "3.1.2",
"fetch-mock": "8.3.0",
"fetch-mock": "8.3.1",
"jest-canvas-mock": "2.2.0",
"jest-date-mock": "1.0.7",
"jest-fetch-mock": "3.0.1",