Skip to content

Commit 952139d

Browse files
authored
fix(webapp): bump @slack/web-api to 7.16.0 for patched axios (#3796)
Bumps `@slack/web-api` 7.9.1 → 7.16.0 in the webapp and the two `references` examples (d3-chat, d3-openai-agents). 7.16.0 depends on `axios@^1.16.0`, so every slack-client axios path resolves to 1.16.1 instead of 1.15.1. This clears the slack and references axios paths. `posthog-node`'s transitive axios still resolves the older line - that's handled in a follow-up that upgrades posthog-node to v5 (which drops the axios dependency entirely and lets us retire the now-stale axios override). The dependabot axios advisories fully close once both land.
1 parent 2dd9f37 commit 952139d

5 files changed

Lines changed: 45 additions & 25 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
6+
Bump @slack/web-api to 7.16.0 so it resolves a patched axios (1.16.x)

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@remix-run/v1-meta": "^0.1.3",
115115
"@s2-dev/streamstore": "^0.22.10",
116116
"@sentry/remix": "9.46.0",
117-
"@slack/web-api": "7.9.1",
117+
"@slack/web-api": "7.16.0",
118118
"@socket.io/redis-adapter": "^8.3.0",
119119
"@tabler/icons-react": "^3.36.1",
120120
"@tailwindcss/container-queries": "^0.1.1",

pnpm-lock.yaml

Lines changed: 36 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

references/d3-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@opentelemetry/instrumentation": "^0.203.0",
3232
"@opentelemetry/sdk-logs": "^0.203.0",
3333
"@radix-ui/react-avatar": "^1.1.3",
34-
"@slack/web-api": "7.9.1",
34+
"@slack/web-api": "7.16.0",
3535
"@trigger.dev/python": "workspace:*",
3636
"@trigger.dev/react-hooks": "workspace:*",
3737
"@trigger.dev/sdk": "workspace:*",

references/d3-openai-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@ai-sdk/openai": "1.3.3",
21-
"@slack/web-api": "7.9.1",
21+
"@slack/web-api": "7.16.0",
2222
"@trigger.dev/python": "workspace:*",
2323
"@trigger.dev/react-hooks": "workspace:*",
2424
"@trigger.dev/sdk": "workspace:*",

0 commit comments

Comments
 (0)