From 4584e1289096904eb3d6a47fa0e282ab94048d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 04:51:30 +0000 Subject: [PATCH] Bump fetch-mock from 10.1.0 to 10.1.1 (#209) Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 10.1.0 to 10.1.1.
Release notes

Sourced from fetch-mock's releases.

fetch-mock: v10.1.1

10.1.1 (2024-07-23)

Bug Fixes

Attempt to fix typescript cjs imports

No release notes provided.

Changelog

Sourced from fetch-mock's changelog.

10.1.1 (2024-07-23)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fetch-mock&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=10.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9ad4f90..83a44c1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/yargs": "^17.0.32", "babel-plugin-root-import": "^6.6.0", "copyfiles": "^2.4.1", - "fetch-mock": "^10.1.0", + "fetch-mock": "^10.1.1", "fs-extra": "^11.2.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", diff --git a/yarn.lock b/yarn.lock index 3fa6d03..44c63c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3864,9 +3864,9 @@ __metadata: languageName: node linkType: hard -"fetch-mock@npm:^10.1.0": - version: 10.1.0 - resolution: "fetch-mock@npm:10.1.0" +"fetch-mock@npm:^10.1.1": + version: 10.1.1 + resolution: "fetch-mock@npm:10.1.1" dependencies: debug: "npm:^4.1.1" dequal: "npm:^2.0.3" @@ -3876,7 +3876,7 @@ __metadata: peerDependenciesMeta: node-fetch: optional: true - checksum: 5d87962ab7f5bbd2597cd0880119fe6a189875122cbb405e577966fbe5cfe354cf9f88c09b53e9ea39037ae0512a1ef82b0bb7f283afd25954a825cbd22831c6 + checksum: ab3b0e739373ecd323420e04455a22f2658f4d2d27631cf5c2bfd8d88555536751797d2286f56d23247bf4382bd4deb15c00f81b61f464b07705b827942949ad languageName: node linkType: hard @@ -5394,7 +5394,7 @@ __metadata: "@types/yargs": "npm:^17.0.32" babel-plugin-root-import: "npm:^6.6.0" copyfiles: "npm:^2.4.1" - fetch-mock: "npm:^10.1.0" + fetch-mock: "npm:^10.1.1" fs-extra: "npm:^11.2.0" jest: "npm:^29.7.0" jest-junit: "npm:^16.0.0"