From cf08bd4c1302a026c54d2edde2d49cfd61f60ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:51:37 +0000 Subject: [PATCH] Bump fetch-mock from 10.0.5 to 10.0.6 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 10.0.5 to 10.0.6. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v10.0.5...v10.0.6) --- updated-dependencies: - dependency-name: fetch-mock dependency-type: direct:development update-type: version-update:semver-patch ... 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 7cbceb56..a5ece282 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.2", - "fetch-mock": "^10.0.5", + "fetch-mock": "^10.0.6", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index 054b7f83..3c98064c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4668,10 +4668,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -fetch-mock@^10.0.5: - version "10.0.5" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.0.5.tgz#09a239a894fa33cbaa06cb3327f5411fe5474197" - integrity sha512-vR+3dD3/wJmt+/MQdlOFqxpK7MP3FNPTe/eKoDg7RyXplYz46K5L9J9gqlGSiQZDUwyFrSUcY6ZqH/sKDFBqSA== +fetch-mock@^10.0.6: + version "10.0.6" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.0.6.tgz#3e23dd7b9bc33083f865474b57496d4712b83c04" + integrity sha512-dWX141TFR2sVYGRtyXiJ1Po9byXRNmOMrdwD2DMtnblvwXo3HC0YBdkE3xu9eka3AuLpMuQGqk4dLxiy/t4RYA== dependencies: debug "^4.1.1" glob-to-regexp "^0.4.0"