From c15b4ec94d74d97d870c2d8eb1c8e8df53d48c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:16:02 +0000 Subject: [PATCH] build(deps-dev): bump fetch-mock from 12.5.4 to 12.5.5 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 12.5.4 to 12.5.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-v12.5.5/packages/fetch-mock) --- updated-dependencies: - dependency-name: fetch-mock dependency-version: 12.5.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03aecfb3..c1162d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eventsource": "^4.0.0", - "fetch-mock": "^12.5.4", + "fetch-mock": "^12.5.5", "nock": "^14.0.10", "nodemon": "^3.1.10", "standard": "^17.1.2", @@ -2192,9 +2192,9 @@ } }, "node_modules/fetch-mock": { - "version": "12.5.4", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.4.tgz", - "integrity": "sha512-zeECXue5losbXbbnHYzLDl0ZKLnuyRmLZ3auSJISoCnKiOGXNJA6nRiRa4qxI9pyQqeTgHL5d0Ryz+3CUliLOw==", + "version": "12.5.5", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.5.tgz", + "integrity": "sha512-yeziyj/AsbpaQJ91Z+FvQW3h02JK4VS5FHDCz+xiihgMUsXIuhgg/XjC9UEPNtOruucfTSR2uQWcjevDmSXSUQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6c64d9ec..bfb354f1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "eventsource": "^4.0.0", - "fetch-mock": "^12.5.4", + "fetch-mock": "^12.5.5", "nock": "^14.0.10", "nodemon": "^3.1.10", "standard": "^17.1.2",