Skip to content

Commit

Permalink
Bump cross-fetch to ^4.0.0 (#37881)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent eb85575 commit 0bfdfb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@babel/preset-typescript": "^7.22.5",
"@types/marked": "^5.0.0",
"@types/recharts": "^2.0.0",
"cross-fetch": "^3.1.8",
"cross-fetch": "^4.0.0",
"gm": "^1.25.0",
"tailwindcss": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"**/@definitelytyped/typescript-versions": "^0.0.163",
"**/@definitelytyped/utils": "^0.0.163",
"**/@types/react": "^18.2.14",
"**/cross-fetch": "^3.1.8"
"**/cross-fetch": "^4.0.0"
},
"nyc": {
"include": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6101,10 +6101,10 @@ cross-env@^7.0.3:
dependencies:
cross-spawn "^7.0.1"

cross-fetch@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
cross-fetch@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
dependencies:
node-fetch "^2.6.12"

Expand Down

0 comments on commit 0bfdfb4

Please sign in to comment.