From 112a5d8d850b92c2d899ad0755fb4594a871d45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:23:19 +0000 Subject: [PATCH] Bump fetch-mock from 10.0.6 to 10.0.7 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 10.0.6 to 10.0.7. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v10.0.6...v10.0.7) --- 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 dc18fc31..f6aa241a 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.3", - "fetch-mock": "^10.0.6", + "fetch-mock": "^10.0.7", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index 58dff1c9..327fac3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4613,10 +4613,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -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== +fetch-mock@^10.0.7: + version "10.0.7" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.0.7.tgz#b274aaebe5b59c641f02d836b579bbe9b063f8db" + integrity sha512-TFG42kMRJ6dZpUDeVTdXNjh5O4TchHU/UNk41a050TwKzRr5RJQbtckXDjXiQFHPKgXGUG5l2TY3ZZ2gokiXaQ== dependencies: debug "^4.1.1" glob-to-regexp "^0.4.0"