[compliance] Update dependencies due to vulnerabilities#583
Merged
Conversation
Bumped versions of @jest/globals, jest, ts-jest, ts-node, tsup, typescript, @tsconfig/strictest, and @types/node in package.json and synchronized pnpm-lock.yaml. This ensures compatibility with the latest features and bug fixes from these packages.
Upgraded multiple dependencies in envsec/go.mod and pkg/go.mod to their latest versions, including connectrpc.com/connect, AWS SDK, samber/lo, spf13/cobra, and others. This improves compatibility, security, and access to new features.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies across JavaScript/TypeScript and Go modules to address security vulnerabilities. The changes include version bumps for testing frameworks (Jest, ts-jest), TypeScript compiler, Go packages, and transitive dependencies.
Key Changes:
- Updated Jest ecosystem from 29.5.0 to 29.7.0 in typeid-js
- Updated TypeScript from 5.0.4/5.1.3 to 5.9.3
- Updated Go toolchain from 1.24.0 to 1.24.2
- Updated multiple Go dependencies including AWS SDK, connect RPC, and various utility libraries
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| typeid/typeid-js/package.json | Updated dev dependencies for Jest ecosystem, TypeScript, and build tools |
| typeid/typeid-js/pnpm-lock.yaml | Comprehensive lock file update reflecting all transitive dependency changes |
| pkg/go.mod | Updated direct Go dependencies including connect, AWS SDK, and utility libraries |
| pkg/go.sum | Added checksums for new dependency versions |
| envsec/go.mod | Updated Go version to 1.24.2 and dependencies including AWS SDK v2 packages |
| go.work | Updated Go toolchain version to 1.24.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated several dependencies in go.mod and go.sum, including anthropic-sdk-go, jsonschema-go, openai-go, testify, tidwall/match, x/sys, and x/text. Refactored encodeWebSearchTool to use new WebSearchPreviewToolParam types from responses, aligning with updated OpenAI SDK structures.
ipince
approved these changes
Dec 1, 2025
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
Update dependencies
How was it tested?
Ran unit tests
Community Contribution License
All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.
By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the Community Contribution License.