Skip to content

Commit

Permalink
Fix node-fetch version to ^2.6.11 (#29)
Browse files Browse the repository at this point in the history
* Fix node-fetch version

* Update pnpm-lock.yaml
  • Loading branch information
joselcvarela committed Jul 11, 2023
1 parent 06cd578 commit eb3c691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@directus/sdk": "10.2.0",
"ms": "2.1.3",
"node-fetch": "3.3.1"
"node-fetch": "^2.6.11"
},
"peerDependencies": {
"eslint": "7||8",
Expand Down
55 changes: 3 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit eb3c691

Please sign in to comment.