dependabot fixes - #5889
Merged
Merged
Conversation
akshaydeo
marked this pull request as ready for review
August 6, 2026 06:15
Contributor
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe realtime test module updates its indirect ChangesRealtime test dependency
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
Author
Merge activity
|
akshaydeo
added a commit
that referenced
this pull request
Aug 7, 2026
## Summary Bumps several transitive dependencies to newer versions to address potential security vulnerabilities and keep lockfiles up to date. ## Changes - `ip-address` upgraded from `10.2.0` to `10.3.1` in the `temperature` and `test-tools-server` MCP example lockfiles - `nanoid` upgraded from `3.3.12` to `3.3.16` in the `ui` and TypeScript integration test lockfiles - `postcss` upgraded from `8.5.15` to `8.5.24` in the `ui` and TypeScript integration test lockfiles - `golang.org/x/net` upgraded from `v0.33.0` to `v0.55.0` in the `realtime-test` script - Removed erroneous `"peer": true` flags from several packages in the TypeScript integration test lockfile, correcting their classification as direct or dev dependencies ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [x] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test ```sh # UI cd ui npm i npm run build # TypeScript integrations cd tests/integrations/typescript npm i npm test ``` ## Breaking changes - [ ] Yes - [x] No ## Security considerations `golang.org/x/net` v0.33.0 contained known vulnerabilities. Upgrading to v0.55.0 resolves those. The `nanoid` and `postcss` upgrades similarly address reported issues in the older patch versions. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
atharvamhaske
pushed a commit
to atharvamhaske/bifrost
that referenced
this pull request
Aug 13, 2026
## Summary Bumps several transitive dependencies to newer versions to address potential security vulnerabilities and keep lockfiles up to date. ## Changes - `ip-address` upgraded from `10.2.0` to `10.3.1` in the `temperature` and `test-tools-server` MCP example lockfiles - `nanoid` upgraded from `3.3.12` to `3.3.16` in the `ui` and TypeScript integration test lockfiles - `postcss` upgraded from `8.5.15` to `8.5.24` in the `ui` and TypeScript integration test lockfiles - `golang.org/x/net` upgraded from `v0.33.0` to `v0.55.0` in the `realtime-test` script - Removed erroneous `"peer": true` flags from several packages in the TypeScript integration test lockfile, correcting their classification as direct or dev dependencies ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [x] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test ```sh # UI cd ui npm i npm run build # TypeScript integrations cd tests/integrations/typescript npm i npm test ``` ## Breaking changes - [ ] Yes - [x] No ## Security considerations `golang.org/x/net` v0.33.0 contained known vulnerabilities. Upgrading to v0.55.0 resolves those. The `nanoid` and `postcss` upgrades similarly address reported issues in the older patch versions. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
akhsaul
pushed a commit
to akhsaul/bifrost
that referenced
this pull request
Aug 27, 2026
## Summary Bumps several transitive dependencies to newer versions to address potential security vulnerabilities and keep lockfiles up to date. ## Changes - `ip-address` upgraded from `10.2.0` to `10.3.1` in the `temperature` and `test-tools-server` MCP example lockfiles - `nanoid` upgraded from `3.3.12` to `3.3.16` in the `ui` and TypeScript integration test lockfiles - `postcss` upgraded from `8.5.15` to `8.5.24` in the `ui` and TypeScript integration test lockfiles - `golang.org/x/net` upgraded from `v0.33.0` to `v0.55.0` in the `realtime-test` script - Removed erroneous `"peer": true` flags from several packages in the TypeScript integration test lockfile, correcting their classification as direct or dev dependencies ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [x] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test ```sh # UI cd ui npm i npm run build # TypeScript integrations cd tests/integrations/typescript npm i npm test ``` ## Breaking changes - [ ] Yes - [x] No ## Security considerations `golang.org/x/net` v0.33.0 contained known vulnerabilities. Upgrading to v0.55.0 resolves those. The `nanoid` and `postcss` upgrades similarly address reported issues in the older patch versions. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
occcat
pushed a commit
to occcat/bifrost
that referenced
this pull request
Sep 2, 2026
## Summary Bumps several transitive dependencies to newer versions to address potential security vulnerabilities and keep lockfiles up to date. ## Changes - `ip-address` upgraded from `10.2.0` to `10.3.1` in the `temperature` and `test-tools-server` MCP example lockfiles - `nanoid` upgraded from `3.3.12` to `3.3.16` in the `ui` and TypeScript integration test lockfiles - `postcss` upgraded from `8.5.15` to `8.5.24` in the `ui` and TypeScript integration test lockfiles - `golang.org/x/net` upgraded from `v0.33.0` to `v0.55.0` in the `realtime-test` script - Removed erroneous `"peer": true` flags from several packages in the TypeScript integration test lockfile, correcting their classification as direct or dev dependencies ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [x] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [x] UI (React) - [ ] Docs ## How to test ```sh # UI cd ui npm i npm run build # TypeScript integrations cd tests/integrations/typescript npm i npm test ``` ## Breaking changes - [ ] Yes - [x] No ## Security considerations `golang.org/x/net` v0.33.0 contained known vulnerabilities. Upgrading to v0.55.0 resolves those. The `nanoid` and `postcss` upgrades similarly address reported issues in the older patch versions. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Bumps several transitive dependencies to newer versions to address potential security vulnerabilities and keep lockfiles up to date.
Changes
ip-addressupgraded from10.2.0to10.3.1in thetemperatureandtest-tools-serverMCP example lockfilesnanoidupgraded from3.3.12to3.3.16in theuiand TypeScript integration test lockfilespostcssupgraded from8.5.15to8.5.24in theuiand TypeScript integration test lockfilesgolang.org/x/netupgraded fromv0.33.0tov0.55.0in therealtime-testscript"peer": trueflags from several packages in the TypeScript integration test lockfile, correcting their classification as direct or dev dependenciesType of change
Affected areas
How to test
Breaking changes
Security considerations
golang.org/x/netv0.33.0 contained known vulnerabilities. Upgrading to v0.55.0 resolves those. Thenanoidandpostcssupgrades similarly address reported issues in the older patch versions.Checklist
docs/contributing/README.mdand followed the guidelines