Skip to content

Commit

Permalink
chore(deps): bump node-fetch from 2.6.12 to 2.7.0 (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 2, 2023
1 parent a4537e5 commit e0cad30
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
44 changes: 22 additions & 22 deletions 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 services/nodecg-io-ahk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodecg-io-tsconfig": "^1.0.0"
},
"dependencies": {
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-discord-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"nodecg-io-core": "^0.3.0",
"discord-rpc": "^4.0.1",
"@types/discord-rpc": "^4.0.5",
"node-fetch": "^2.6.12"
"node-fetch": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-elgato-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.6.4",
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-intellij/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodecg-io-tsconfig": "^1.0.0"
},
"dependencies": {
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-nanoleaf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.6.4",
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-opentts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"nodecg-io-core": "^0.3.0",
"node-fetch": "^2.6.12"
"node-fetch": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-twitch-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodecg-io-tsconfig": "^1.0.0"
},
"dependencies": {
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0",
"nodecg-io-twitch-auth": "^0.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion services/nodecg-io-xdotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"nodecg-io-core": "^0.3.0"
}
}

0 comments on commit e0cad30

Please sign in to comment.