Skip to content

Commit 50a7e25

Browse files
Bump jest-fetch-mock from 2.1.0 to 2.1.1 in /frontend
Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/jefflau/jest-fetch-mock/releases) - [Commits](https://github.com/jefflau/jest-fetch-mock/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent e2a8590 commit 50a7e25

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-jest": "^22.3.0",
4040
"eslint-plugin-prettier": "^3.0.1",
4141
"eslint-plugin-react": "^7.12.4",
42-
"jest-fetch-mock": "^2.1.0",
42+
"jest-fetch-mock": "^2.1.1",
4343
"node-localstorage": "^1.3.1",
4444
"prettier": "^1.16.4",
4545
"react-app-rewire-less": "^2.1.1",

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5422,10 +5422,10 @@ jest-environment-node@^20.0.3:
54225422
jest-mock "^20.0.3"
54235423
jest-util "^20.0.3"
54245424

5425-
jest-fetch-mock@^2.1.0:
5426-
version "2.1.0"
5427-
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.1.0.tgz#49c16451b82f311158ec897e467d704e0cb118f9"
5428-
integrity sha512-jrTNlxDsZZCq6tMhdyH7gIbt4iDUHRr6C4Jp+kXItLaaaladOm9/wJjIwU3tCAEohbuW/7/naOSfg2A8H6/35g==
5425+
jest-fetch-mock@^2.1.1:
5426+
version "2.1.1"
5427+
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.1.1.tgz#fa9c5fdd228fb0d073456658831ae89cec9543e6"
5428+
integrity sha512-/E0I80zMRTTExfM7QQZsqizT31EMHCBnqACERd2QR+7riSgta3OcHF3RzakukzQ4o3oEyIi6OleB3PAU6ArgDg==
54295429
dependencies:
54305430
cross-fetch "^2.2.2"
54315431
promise-polyfill "^7.1.1"

0 commit comments

Comments
 (0)