-
Notifications
You must be signed in to change notification settings - Fork 5
chore: resolve dependabot security advisories for transitive deps #560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,7 +51,7 @@ | |
| "@types/js-yaml": "^4.0.9", | ||
| "@types/validator": "^13.12.2", | ||
| "@zodios/core": "^10.9.6", | ||
| "axios": "^1.10.0", | ||
| "axios": "^1.13.6", | ||
| "chalk": "^4.1.2", | ||
| "class-transformer": "^0.5.1", | ||
| "class-validator": "^0.14.2", | ||
|
|
@@ -61,7 +61,7 @@ | |
| "inquirer-autocomplete-prompt": "^2.0.1", | ||
| "js-sha256": "^0.11.0", | ||
| "js-yaml": "^4.1.0", | ||
| "lodash": "^4.17.21", | ||
| "lodash": "^4.17.23", | ||
| "minimatch": "^9.0.7", | ||
| "open": "^8.4.2", | ||
| "parse-diff": "^0.9.0", | ||
|
|
@@ -176,6 +176,11 @@ | |
| "minimatch@npm:^5.0.1": "5.1.8", | ||
| "minimatch@npm:^7.2.0": "7.4.8", | ||
| "rollup@npm:^4.43.0": "4.59.0", | ||
| "agents/@modelcontextprotocol/sdk": "1.27.1" | ||
| "agents/@modelcontextprotocol/sdk": "1.27.1", | ||
| "flatted": "^3.4.2", | ||
| "undici": "^7.24.0", | ||
| "tar": "^7.5.11", | ||
| "@tootallnate/once": "^3.0.1", | ||
jonathannorris marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "diff@npm:^4.0.1": "4.0.4" | ||
|
Comment on lines
+179
to
+184
|
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "com.devcycle/mcp", | ||
| "description": "DevCycle MCP server for feature flag management", | ||
| "version": "6.2.2", | ||
| "repository": { | ||
| "url": "https://github.com/DevCycleHQ/cli", | ||
| "source": "github" | ||
| }, | ||
| "websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started", | ||
| "remotes": [ | ||
| { | ||
| "type": "streamable-http", | ||
| "url": "https://mcp.devcycle.com/mcp" | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "com.devcycle/mcp", | ||
| "description": "DevCycle MCP server for feature flag management", | ||
| "version": "6.2.2", | ||
| "repository": { | ||
| "url": "https://github.com/DevCycleHQ/cli", | ||
| "source": "github" | ||
| }, | ||
| { | ||
| "type": "sse", | ||
| "url": "https://mcp.devcycle.com/sse" | ||
| } | ||
| ] | ||
| "websiteUrl": "https://docs.devcycle.com/cli-mcp/mcp-getting-started", | ||
| "remotes": [ | ||
| { | ||
| "type": "streamable-http", | ||
| "url": "https://mcp.devcycle.com/mcp" | ||
| }, | ||
| { | ||
| "type": "sse", | ||
| "url": "https://mcp.devcycle.com/sse" | ||
| } | ||
| ] | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.