Skip to content

Commit

Permalink
fix(deps): update dependency node-fetch to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent e7782ff commit bc2cd97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions apps/forum-proxy/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/forum-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dotenv": "14.3.2",
"express": "4.18.2",
"mocha": "9.2.2",
"node-fetch": "3.3.1"
"node-fetch": "3.3.2"
}
}
8 changes: 4 additions & 4 deletions apps/twitch-proxy/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/twitch-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "14.3.2",
"express": "5.0.0-beta.1",
"node-cron": "3.0.2",
"node-fetch": "3.3.0",
"node-fetch": "3.3.2",
"request": "2.88.2",
"winston": "3.10.0",
"winston-daily-rotate-file": "3.10.0"
Expand Down

0 comments on commit bc2cd97

Please sign in to comment.