1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: upgrade fetch-mock to version 9.4.0

This commit is contained in:
Ivar Conradi Østhus 2020-04-18 22:05:34 +02:00
parent 6ea48374ae
commit 9a24743764
2 changed files with 7 additions and 5 deletions

View File

@ -63,7 +63,7 @@
"eslint-config-finn-prettier": "^3.0.2", "eslint-config-finn-prettier": "^3.0.2",
"eslint-config-finn-react": "^2.0.2", "eslint-config-finn-react": "^2.0.2",
"eslint-plugin-react": "^7.11.1", "eslint-plugin-react": "^7.11.1",
"fetch-mock": "^8.0.0", "fetch-mock": "^9.4.0",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"immutable": "^3.8.1", "immutable": "^3.8.1",
"jest": "^24.9.0", "jest": "^24.9.0",

View File

@ -3913,14 +3913,16 @@ fb-watchman@^2.0.0:
dependencies: dependencies:
bser "2.1.1" bser "2.1.1"
fetch-mock@^8.0.0: fetch-mock@^9.4.0:
version "8.3.2" version "9.4.0"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-8.3.2.tgz#ca07cd0bbf8e9dd299733af364713766b43ab2a0" resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.4.0.tgz#9be073577bcfa57af714ca91f7536aff8450ec88"
integrity sha512-RUdLbhIBTvECX20I8htNhmLRrCplCiOP62srst8UQsSV0m8taJe31PBsQybL7OIq5fEf6tnqVGvQ62ZnZ4IFfQ== integrity sha512-tqnFmcjYheW5Z9zOPRVY+ZXjB/QWCYtPiOrYGEsPgKfpGHco97eaaj7Rv9MjK7PVWG4rWfv6t2IgQAzDQizBZA==
dependencies: dependencies:
babel-runtime "^6.26.0" babel-runtime "^6.26.0"
core-js "^3.0.0" core-js "^3.0.0"
debug "^4.1.1"
glob-to-regexp "^0.4.0" glob-to-regexp "^0.4.0"
is-subset "^0.1.1"
lodash.isequal "^4.5.0" lodash.isequal "^4.5.0"
path-to-regexp "^2.2.1" path-to-regexp "^2.2.1"
querystring "^0.2.0" querystring "^0.2.0"