Skip to content

Commit

Permalink
Bump node-fetch version (#44)
Browse files Browse the repository at this point in the history
* Bump node-fetch version

* Changesetttttt
  • Loading branch information
OIRNOIR authored Jul 16, 2023
1 parent 35aa4b9 commit f0478ce
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-ants-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"amaribot.js": patch
---

Bump node-fetch version (implement bug fixes introduced since it was last updated)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.6.2",
"@types/node-fetch": "^2.6.4",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
Expand All @@ -61,7 +61,7 @@
"dependencies": {
"@sapphire/async-queue": "^1.5.0",
"ms": "^2.1.3",
"node-fetch": "2.6.9"
"node-fetch": "^2.6.12"
},
"engines": {
"node": ">=16.17.1"
Expand Down
120 changes: 70 additions & 50 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 f0478ce

Please sign in to comment.