Skip to content

Commit

Permalink
upgrade form-data to avoid node.js DeprecationError in stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Nov 13, 2024
1 parent 95f20aa commit 8527210
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwn",
"version": "2.0.3",
"version": "2.0.4",
"description": "JavaScript & TypeScript MediaWiki bot framework for Node.js",
"main": "./build/bot.js",
"types": "./build/bot.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"axios": "^0.25.0",
"axios-cookiejar-support": "^1.0.1",
"chalk": "^1.1.3",
"form-data": "^3.0.0",
"form-data": "^4.0.1",
"oauth-1.0a": "^2.2.6",
"tough-cookie": "^4.1.3",
"types-mediawiki": "^1.4.0"
Expand Down

0 comments on commit 8527210

Please sign in to comment.