From 17624843e1af80378a277b72266b107a2612935f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:27:58 +0000 Subject: [PATCH] Bump @fetch-mock/jest from 0.2.1 to 0.2.2 Bumps [@fetch-mock/jest](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/jest) from 0.2.1 to 0.2.2. - [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.2/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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4a0f7cb..b41864c 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.1", + "@fetch-mock/jest": "^0.2.2", "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 f3bc871..9421f0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1445,12 +1445,12 @@ 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.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.1.tgz#a1d96c53a1811315b2691724174679c556323ea8" - integrity sha512-nwylvPWKkn/dHZGyfM53mlWA3bTUD1Jo+qZULlLmg5z9YIJJASFgwzpzOIBbNfexPHWNXWDHSPuTSB0LuXjj+w== +"@fetch-mock/jest@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.2.tgz#e77e1a0fe34e187187c9841514c94881bab14e5f" + integrity sha512-O6nuzeAfsCIPAgnkqKE5pUMB9BxBYqyyWPw1HoX/mNfswurOtgzjh39CnhisXT9lH+Hh5DekLG2ZZQ0fbHKfwQ== dependencies: - fetch-mock "12.0.1" + fetch-mock "12.0.2" "@hapi/accept@^6.0.1": version "6.0.3" @@ -4280,10 +4280,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -fetch-mock@12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.0.1.tgz#c8601eb7811bda53d4cad9e16a6fcb7b2a4dd644" - integrity sha512-LvEDBqntk/X1oaZq9VDQZNOcr1j1hNTeHuvtohO/WsPzwGqBYxHjanoDpuauAmHASE8G5PaImG/MBuQEc0HFrw== +fetch-mock@12.0.2: + version "12.0.2" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.0.2.tgz#380363c7a79e8d9f87d9d0267717eef56a3bbe64" + integrity sha512-9KVq/Scz06A+ThORLA/J/EACiPzLdSn6DeLV61hni57kd3DXhQVCtkpj4LgwES+8osEVEfcqA6LwdSX2FYVK7w== dependencies: "@types/glob-to-regexp" "^0.4.4" dequal "^2.0.3"