1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Bump fetch-mock from 7.7.2 to 7.7.3 (#169)

Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 7.7.2 to 7.7.3.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Commits](https://github.com/wheresrhys/fetch-mock/compare/v7.7.2...v7.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-06 10:57:45 -08:00
committed by Amir Raminfar
parent a4db64300c
commit 4480587ae8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4636,9 +4636,9 @@
}
},
"fetch-mock": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-7.7.2.tgz",
"integrity": "sha512-ZlRehtVmXaVhkIrH5fQz12czbowGmWCiGnEbsliHFs5aelzbiBLC2dtuQnvbRJB8krEiY2cgVfspMHu7V4WhnQ==",
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-7.7.3.tgz",
"integrity": "sha512-I4OkK90JFQnjH8/n3HDtWxH/I6D1wrxoAM2ri+nb444jpuH3RTcgvXx2el+G20KO873W727/66T7QhOvFxNHPg==",
"dev": true,
"requires": {
"babel-polyfill": "^6.26.0",

View File

@@ -40,7 +40,7 @@
"babel-jest": "^24.9.0",
"concurrently": "^5.0.0",
"eventsourcemock": "^2.0.0",
"fetch-mock": "^7.7.2",
"fetch-mock": "^7.7.3",
"husky": "^3.0.9",
"jest": "^24.9.0",
"jest-serializer-vue": "^2.0.2",