Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/lru-cache": "^7.10.10",
"@types/node": "^14.18.63",
"encoding": "^0.1.13",
"rollup": "^4.34.8",
"rollup": "^4.59.0",
"typedoc": "^0.28.7",
"typescript": "^5.0.4",
"vitest": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@apollo/server": "^4.13.0",
"@apollo/server": "^5.5.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version bump of dependency in published package

High Severity

@apollo/server is bumped from ^4.13.0 to ^5.5.0 as a direct dependency of the published @highlight-run/apollo package (v3.4.49). This is a breaking change for downstream consumers still using Apollo Server v4. Consumers would get two copies of @apollo/server installed (v4 for their code, v5 from this package), and TypeScript users would encounter type incompatibilities since the ApolloServerPlugin type from v5 is not assignable to v4's type. Apollo Server v5 also requires Node.js v20+ and graphql@^16.11.0. This effectively forces all consumers to upgrade to Apollo Server v5 without a corresponding major version bump of @highlight-run/apollo.

Fix in Cursor Fix in Web

"@highlight-run/node": "workspace:*",
"apollo-server-plugin-base": "^3"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/node": "^16.18.113",
"chokidar-cli": "^3.0.0",
"eslint": "^9.26.0",
"rollup": "^4.4.1",
"rollup": "^4.59.0",
"semver": "^7.6.3",
"tree-kill": "^1.2.2",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/lru-cache": "^7.10.10",
"@types/node": "^14.18.63",
"encoding": "^0.1.13",
"rollup": "^4.34.8",
"rollup": "^4.59.0",
"typescript": "^5.0.4",
"vitest": "^2.1.3"
}
Expand Down
Loading
Loading