chore(deps): update dependency fetch-mock to v9.1.0

This commit is contained in:
Renovate Bot
2020-03-03 22:14:46 +00:00
parent 35a8017911
commit ffa7c4a5ca
2 changed files with 5 additions and 4 deletions

7
ui/package-lock.json generated
View File

@@ -11192,15 +11192,16 @@
}
},
"fetch-mock": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.0.0.tgz",
"integrity": "sha512-Nr7vPs0CdkhHiet0E9upniEAcHCb9liTNFtXtsphi3xKmkdllVIBDqcPwvIzS+wqjJMePs6BMNolLdQd0/+qAg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.1.0.tgz",
"integrity": "sha512-s6mHgPwAdoQ1EDWFkPOD6vmhN1Pmp87csGO+3B91MRh/EdkVFKYIyDNQO1YaJv6TnaAI4qiJY5Gq/5h/i2yXNg==",
"dev": true,
"requires": {
"babel-runtime": "^6.26.0",
"core-js": "^3.0.0",
"debug": "^4.1.1",
"glob-to-regexp": "^0.4.0",
"is-subset": "^0.1.1",
"lodash.isequal": "^4.5.0",
"path-to-regexp": "^2.2.1",
"querystring": "^0.2.0",

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": "9.0.0",
"fetch-mock": "9.1.0",
"jest-canvas-mock": "2.2.0",
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.1",