From a966144f3a0e80ac0ec60d669d374493653e7a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:18:19 +0000 Subject: [PATCH] Bump @fetch-mock/jest from 0.2.6 to 0.2.7 Bumps [@fetch-mock/jest](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/jest) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/jest/CHANGELOG.md) - [Commits](https://github.com/wheresrhys/fetch-mock/commits/jest-v0.2.7/packages/jest) --- updated-dependencies: - dependency-name: "@fetch-mock/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3f4493..1006da1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/core": "^7.26.0", "@babel/eslint-parser": "^7.25.9", "@babel/preset-env": "^7.26.0", - "@fetch-mock/jest": "^0.2.6", + "@fetch-mock/jest": "^0.2.7", "babel-loader": "^9.2.1", "babel-plugin-source-map-support": "^2.2.0", "eslint": "^8.57.1", diff --git a/yarn.lock b/yarn.lock index fa72f60..0782c67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1445,10 +1445,10 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== -"@fetch-mock/jest@^0.2.6": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.6.tgz#02cefb49b8204f908584c2812b845cb0f10c52ae" - integrity sha512-o+BtXCQ1OjhdkLAOUDH/sErkECxKJShur0UMKfQrOBchEOq4/KEVw+yDonfAvJeP4iJP45EXOfTT9qRI0RqbQw== +"@fetch-mock/jest@^0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.7.tgz#c1d1091f3bda6179fce70b1db7a7bad0095cea2e" + integrity sha512-2YyF8ecqclZQ2LWb9uU0bCbeC06kX3oxXQedaUmr4Og9PI2IKdjA/E+vmAxOzArVTtsx/iBMN5HorjxcIZNNGQ== dependencies: fetch-mock "^12.2.0"