Skip to content

Commit

Permalink
update dependencies + fix role icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jan 16, 2025
1 parent 53185d1 commit 637b455
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 70 deletions.
113 changes: 46 additions & 67 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
Expand Up @@ -22,7 +22,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/response-time": "^2.3.8",
"@types/statuses": "^2.0.5",
"@types/swagger-ui-express": "^4.1.7",
Expand All @@ -42,7 +42,7 @@
"api-error-handler": "^1.0.0",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"cloudflare": "^3.5.0",
"cloudflare": "^4.0.0",
"cors": "^2.8.5",
"discord-api-types": "^0.37.115",
"dotenv": "^16.4.7",
Expand Down
2 changes: 1 addition & 1 deletion src/v2/service/addon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export default class AddonService {
author: {
name,
icon_url:
"https://raw.githubusercontent.com/Faithful-Resource-Pack/Branding/main/role_icons/14%20-%20Add-On%20Maker.png",
"https://raw.githubusercontent.com/Faithful-Resource-Pack/Branding/main/role_icons/contributor/add_on_maker.png",
},
fields: reason,
});
Expand Down

0 comments on commit 637b455

Please sign in to comment.