From 00c2dae1edb48cab5afaa323c2b5d8fbe67601e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:14:41 +0000 Subject: [PATCH] build(deps-dev): bump fetch-mock from 9.11.0 to 12.4.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 9.11.0 to 12.4.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-v12.4.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddde03b..a26a80a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-standard": "^5.0.0", - "fetch-mock": "^9.10.3", + "fetch-mock": "^12.4.0", "jest": "^29.6.1", "jest-cli": "^29.5.0", "jest-junit": "^16.0.0",