From 23b05743b90778c88fe5347c33dc404cbf3c2961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:29:19 +0000 Subject: [PATCH] build(deps-dev): bump fetch-mock from 12.2.0 to 12.2.1 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 12.2.0 to 12.2.1. - [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.2.1/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-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4ff56f3..dce3572b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eventsource": "^3.0.5", - "fetch-mock": "^12.2.0", + "fetch-mock": "^12.2.1", "nock": "^14.0.0", "nodemon": "^3.1.9", "standard": "^17.1.2", @@ -4050,10 +4050,11 @@ } }, "node_modules/fetch-mock": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.2.0.tgz", - "integrity": "sha512-XjgxM582kB0SzPOqH2UdGTwSqga8A8aBPjxcYr0wTeOlCWpZoK6zBrPzltECUTu6Zt3VTWafmKF599LN9BRN5Q==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.2.1.tgz", + "integrity": "sha512-ZUEDYDCr/qeZ3paYVyt6VkmuV/3HhZFVsih1Mt8hAAT34Gsc6HUv2qaFd5nh82BMhOaFjYL2yZbYi5VMuIhXKw==", "dev": true, + "license": "MIT", "dependencies": { "@types/glob-to-regexp": "^0.4.4", "dequal": "^2.0.3", diff --git a/package.json b/package.json index 19cf0bd1..6afb8e58 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "eventsource": "^3.0.5", - "fetch-mock": "^12.2.0", + "fetch-mock": "^12.2.1", "nock": "^14.0.0", "nodemon": "^3.1.9", "standard": "^17.1.2",