mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency cross-fetch to v4
This commit is contained in:
parent
ae8be7c937
commit
5fc6659423
2 changed files with 9 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
"@vitest/coverage-v8": "0.32.2",
|
||||
"@vitest/ui": "0.29.8",
|
||||
"concurrently": "8.2.0",
|
||||
"cross-fetch": "3.1.8",
|
||||
"cross-fetch": "4.0.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-react-app": "7.0.1",
|
||||
"eslint-plugin-i18next": "^6.0.1",
|
||||
|
|
|
@ -13305,7 +13305,14 @@ cron-validate@1.4.5, cron-validate@^1.4.1:
|
|||
dependencies:
|
||||
yup "0.32.9"
|
||||
|
||||
cross-fetch@3.1.8, cross-fetch@^3.1.6:
|
||||
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"
|
||||
|
||||
cross-fetch@^3.1.6:
|
||||
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==
|
||||
|
|
Loading…
Add table
Reference in a new issue