From f8ab0ebadb1e734e3cad3fb2b29d664b40b98e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:44:05 -0700 Subject: [PATCH] build(deps-dev): bump fetch-mock from 10.1.1 to 11.0.0 (#545) Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 10.1.1 to 11.0.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-v11.0.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b96d5964..6d95599d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eventsource": "^2.0.2", - "fetch-mock": "^10.1.1", + "fetch-mock": "^11.0.0", "nock": "^13.5.4", "nodemon": "^3.1.4", "standard": "^17.1.0", @@ -3935,9 +3935,9 @@ } }, "node_modules/fetch-mock": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-10.1.1.tgz", - "integrity": "sha512-R6MwxuGwlUe0K6GzdLY1Wa9voX/GbUBDZjNHBsvlBhrpXurCYpQN4EW0iFCmtWddDTuS0ubR93OtFSgy9E/L2A==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-11.0.0.tgz", + "integrity": "sha512-AD2Gh1xDQBLBs4iJpSxar19cTOH/Gu9hf1ko2J4hHW1UbR+ZHOfmIAqfT+Wlku4U8cYbffjaTbGv7mqe5kPi3w==", "dev": true, "dependencies": { "debug": "^4.1.1", diff --git a/package.json b/package.json index dbd89057..a879ff4a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "eventsource": "^2.0.2", - "fetch-mock": "^10.1.1", + "fetch-mock": "^11.0.0", "nock": "^13.5.4", "nodemon": "^3.1.4", "standard": "^17.1.0",