From a96c2827c138aede00b0c17eb46f185fdc603ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:21:37 +0000 Subject: [PATCH] Bump fetch-mock from 11.1.4 to 11.1.5 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 11.1.4 to 11.1.5. - [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.1.5/packages/fetch-mock) --- 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 9c16361..ab80282 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.36.1", - "fetch-mock": "^11.1.4", + "fetch-mock": "^11.1.5", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index 1d39120..0c33c75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4397,10 +4397,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -fetch-mock@^11.1.4: - version "11.1.4" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.4.tgz#c51826ffda5f223955932e41907927665c6a04cd" - integrity sha512-Enndh1ApARgYDPfWFgfzLeSgdQVasMj6qDWDArya6quj3Z83AVGsl1YrVe8OxWVWsN7a+56RQRoGNmo9HdldAg== +fetch-mock@^11.1.5: + version "11.1.5" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5.tgz#77f78942f3733cfba47fc232b8528d1138a6761f" + integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA== dependencies: "@types/glob-to-regexp" "^0.4.4" dequal "^2.0.3"