Skip to content

Commit

Permalink
downgrade node-fetch in build
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Feb 29, 2024
1 parent 6153291 commit 1dc9ace
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 49 deletions.
58 changes: 10 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/build/package.json
Expand Up @@ -47,6 +47,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/download": "^8.0.1",
"@types/es-aggregate-error": "^1.0.2",
"@types/node-fetch": "^2.6.4",
"@types/rimraf": "^3.0.0",
"@types/tar": "^4.0.4",
"@types/tar-fs": "^2.0.0",
Expand All @@ -69,7 +70,7 @@
"download": "^8.0.0",
"es-aggregate-error": "^1.0.9",
"nock": "^13.0.11",
"node-fetch": "^3.3.2",
"node-fetch": "^2.6.1",
"pkg-up": "^3.1.0",
"rimraf": "^3.0.2",
"semver": "^7.5.3",
Expand Down

0 comments on commit 1dc9ace

Please sign in to comment.