Skip to content

Commit 8ea1590

Browse files
author
Yann VR
committed
chore: update dependencies and fix security vulnerabilities
- Update @atproto/api from 0.12.29 to 0.18.7 - Update axios, discord.js, tsup, tsx to latest versions - Add pnpm overrides to fix transitive dependency vulnerabilities: - form-data >=2.5.4 (critical) - glob >=10.5.0 (high) - esbuild >=0.25.0 (moderate) - mdast-util-to-hast >=13.2.1 (moderate) - js-yaml >=4.1.1 (moderate) - tough-cookie >=4.1.3 (moderate) - Fix BlueskyPlatform TypeScript error from @atproto/api breaking changes - Note: Remaining vulnerabilities are from deprecated mastodon-api package
1 parent 9ab9055 commit 8ea1590

3 files changed

Lines changed: 1331 additions & 658 deletions

File tree

package.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,41 @@
4444
"url": "https://github.com/hyperdrift-io/hyper-post.git"
4545
},
4646
"dependencies": {
47-
"@atproto/api": "^0.12.0",
48-
"@prisma/client": "^5.7.0",
49-
"axios": "^1.6.0",
47+
"@atproto/api": "^0.18.7",
48+
"@mdx-js/mdx": "^3.1.1",
49+
"@prisma/client": "^5.22.0",
50+
"axios": "^1.13.2",
5051
"commander": "^11.1.0",
51-
"discord.js": "^14.14.1",
52+
"discord.js": "^14.25.1",
5253
"hyper-post": "link:../../../Library/pnpm/global/5/node_modules/hyper-post",
5354
"mastodon-api": "^1.3.0",
54-
"zod": "^3.22.4"
55+
"remark": "^15.0.1",
56+
"remark-stringify": "^11.0.0",
57+
"zod": "^3.25.76"
5558
},
5659
"devDependencies": {
57-
"@types/jest": "^29.5.5",
58-
"@types/node": "^20.8.0",
59-
"@typescript-eslint/eslint-plugin": "^6.7.5",
60-
"@typescript-eslint/parser": "^6.7.5",
61-
"eslint": "^8.51.0",
60+
"@types/jest": "^29.5.14",
61+
"@types/node": "^20.19.19",
62+
"@typescript-eslint/eslint-plugin": "^6.21.0",
63+
"@typescript-eslint/parser": "^6.21.0",
64+
"eslint": "^8.57.1",
6265
"jest": "^29.7.0",
63-
"prisma": "^5.7.0",
64-
"tsup": "^7.2.0",
65-
"tsx": "^4.7.0",
66+
"prisma": "^5.22.0",
67+
"tsup": "^8.5.1",
68+
"tsx": "^4.21.0",
6669
"typescript": "^5.2.2"
6770
},
6871
"engines": {
6972
"node": ">=18.0.0"
73+
},
74+
"pnpm": {
75+
"overrides": {
76+
"form-data": ">=2.5.4",
77+
"glob": ">=10.5.0",
78+
"esbuild": ">=0.25.0",
79+
"mdast-util-to-hast": ">=13.2.1",
80+
"js-yaml": ">=4.1.1",
81+
"tough-cookie": ">=4.1.3"
82+
}
7083
}
7184
}

0 commit comments

Comments
 (0)