From 45fb05154d08d1b265f9fee142d3669b672ffc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:03:37 +0000 Subject: [PATCH] Bump fetch-mock from 11.1.3 to 11.1.4 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 11.1.3 to 11.1.4. - [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.4/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 a0f0126..02fc2b9 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.3", + "fetch-mock": "^11.1.4", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index dc458dc..eb71180 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.3: - version "11.1.3" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.3.tgz#3dc8dcc81340fea1cf1db60a2c195c63e270b501" - integrity sha512-ATh0dWgnVrUHiiXuvQm1Ry+ThWfSv1QQgqJTCtybrNxyUrFiSOaDKsNG29eyysp1SHeNP6Q+dH50+8VifN51Ig== +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== dependencies: "@types/glob-to-regexp" "^0.4.4" dequal "^2.0.3"