Skip to content

Commit 68b9244

Browse files
fix(deps): update dependency node-fetch to v3.3.2
1 parent a0d171f commit 68b9244

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

apps/forum-proxy/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/forum-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"dotenv": "14.3.2",
1515
"express": "4.18.2",
1616
"mocha": "9.2.2",
17-
"node-fetch": "3.3.1"
17+
"node-fetch": "3.3.2"
1818
}
1919
}

apps/twitch-proxy/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/twitch-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dotenv": "14.3.2",
1414
"express": "5.0.0-beta.1",
1515
"node-cron": "3.0.2",
16-
"node-fetch": "3.3.0",
16+
"node-fetch": "3.3.2",
1717
"request": "2.88.2",
1818
"winston": "3.10.0",
1919
"winston-daily-rotate-file": "3.10.0"

0 commit comments

Comments
 (0)