Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fetch-mock from 11.1.5 to 12.0.1 #6634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"express": "^5.0.1",
"fancy-log": "^2.0.0",
"fetch-mock": "11",
"fetch-mock": "12",
"focus-visible": "^5.0.0",
"globals": "^15.11.0",
"gulp": "^5.0.0",
Expand Down
31 changes: 22 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7548,19 +7548,16 @@ __metadata:
languageName: node
linkType: hard

"fetch-mock@npm:11":
version: 11.1.5
resolution: "fetch-mock@npm:11.1.5"
"fetch-mock@npm:12":
version: 12.0.1
resolution: "fetch-mock@npm:12.0.1"
dependencies:
"@types/glob-to-regexp": ^0.4.4
dequal: ^2.0.3
glob-to-regexp: ^0.4.1
is-subset: ^0.1.1
is-subset-of: ^3.1.10
regexparam: ^3.0.0
peerDependenciesMeta:
node-fetch:
optional: true
checksum: 3561c82ee6fe3125eb644ad757cb65ef6372642a4843e42c90a60751765908c608cfc9d56356e1105352f83271fd607f220916de0e57ebaebc03fbd5f0d9e8f9
checksum: cebccb42c23e86b0daea36b3d01c8526b582228f9cf98c66bc15374efdbfa5424dab33b17f6755bdafccf074093a41f82a619400e8f853760d9f317ce40f76a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8745,7 +8742,7 @@ __metadata:
eslint-plugin-react-hooks: ^5.0.0
express: ^5.0.1
fancy-log: ^2.0.0
fetch-mock: 11
fetch-mock: 12
focus-visible: ^5.0.0
globals: ^15.11.0
gulp: ^5.0.0
Expand Down Expand Up @@ -9311,6 +9308,15 @@ __metadata:
languageName: node
linkType: hard

"is-subset-of@npm:^3.1.10":
version: 3.1.10
resolution: "is-subset-of@npm:3.1.10"
dependencies:
typedescriptor: 3.0.2
checksum: 98773fc775596dcfbb0f444e037e5ad101319a7932b82d85f706e77f6e53fe5b8bf19a3a8bea950269313c81c7f4ddec51fb107eedb9b51323b2d97a8dfb06c3
languageName: node
linkType: hard

"is-subset@npm:^0.1.1":
version: 0.1.1
resolution: "is-subset@npm:0.1.1"
Expand Down Expand Up @@ -13851,6 +13857,13 @@ __metadata:
languageName: node
linkType: hard

"typedescriptor@npm:3.0.2":
version: 3.0.2
resolution: "typedescriptor@npm:3.0.2"
checksum: 90e637ece22df0687acae70e152e88dd07ec10d0f4c87de2752bbcb78e420c5f5c86c3fe5e41d9f315a741a1e379e197fc5cb52044f33aafe891be6c63825ef7
languageName: node
linkType: hard

"typescript-eslint@npm:^8.10.0":
version: 8.10.0
resolution: "typescript-eslint@npm:8.10.0"
Expand Down
Loading