From d2c7a8a0d9f0de5ebde92b5ef824d42a3b53076c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:01:04 +0000 Subject: [PATCH] build(deps-dev): bump fetch-mock from 12.5.3 to 12.5.4 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 12.5.3 to 12.5.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-v12.5.4/packages/fetch-mock) --- updated-dependencies: - dependency-name: fetch-mock dependency-version: 12.5.4 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 71f43f24..8d807ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eventsource": "^4.0.0", - "fetch-mock": "^12.5.3", + "fetch-mock": "^12.5.4", "nock": "^14.0.10", "nodemon": "^3.1.10", "standard": "^17.1.2", @@ -2190,9 +2190,9 @@ } }, "node_modules/fetch-mock": { - "version": "12.5.3", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.3.tgz", - "integrity": "sha512-SiqPv1IXvDjNjLWCvfFUltba3VeiYucxjyynoVW8Ft07GLFQRitlzjYZI/f5wZpeQFRIVZ84fmMgJfjwb/dAEA==", + "version": "12.5.4", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.4.tgz", + "integrity": "sha512-zeECXue5losbXbbnHYzLDl0ZKLnuyRmLZ3auSJISoCnKiOGXNJA6nRiRa4qxI9pyQqeTgHL5d0Ryz+3CUliLOw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6d456a9f..8146ac9f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "eventsource": "^4.0.0", - "fetch-mock": "^12.5.3", + "fetch-mock": "^12.5.4", "nock": "^14.0.10", "nodemon": "^3.1.10", "standard": "^17.1.2",