From 8a2967f461ca5da936e145bfcbddd94a94209e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:41:55 +0000 Subject: [PATCH] Bump fetch-mock from 10.1.1 to 11.0.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 10.1.1 to 11.0.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md) - [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v11.0.0/packages/fetch-mock) --- updated-dependencies: - dependency-name: fetch-mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c7eec31..4b7cb76 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.35.0", - "fetch-mock": "^10.1.1", + "fetch-mock": "^11.0.0", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index a4d1549..a4ae750 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4660,10 +4660,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -fetch-mock@^10.1.1: - version "10.1.1" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.1.1.tgz#09f5f14aff5587095fc1632c271523a5aff1e79c" - integrity sha512-R6MwxuGwlUe0K6GzdLY1Wa9voX/GbUBDZjNHBsvlBhrpXurCYpQN4EW0iFCmtWddDTuS0ubR93OtFSgy9E/L2A== +fetch-mock@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.0.0.tgz#0c49874e22337f4a6120c45cfa1cc3ceada54c94" + integrity sha512-AD2Gh1xDQBLBs4iJpSxar19cTOH/Gu9hf1ko2J4hHW1UbR+ZHOfmIAqfT+Wlku4U8cYbffjaTbGv7mqe5kPi3w== dependencies: debug "^4.1.1" dequal "^2.0.3"