fix: tmp package vulnerability fixed via yarn resolution#10276
fix: tmp package vulnerability fixed via yarn resolution#10276igorlukanin wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses a security vulnerability in the tmp package by using Yarn's resolutions feature to consolidate all versions of the tmp package to version 0.2.4.
Key changes:
- Added
tmpversion 0.2.4 to theresolutionsfield in package.json - Updated yarn.lock to consolidate all
tmppackage references (versions 0.0.33, 0.1.0, and 0.2.3) to version 0.2.4 - Removed the
os-tmpdirdependency which was only required by older versions oftmp
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Added tmp: "0.2.4" to the resolutions field to force all dependencies to use this version |
| yarn.lock | Consolidated all tmp package versions to 0.2.4 and removed obsolete os-tmpdir dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add error handlers to pool clients to prevent unhandled error events from crashing the process when PostgreSQL connections are terminated unexpectedly (e.g., when max connections are reached). Fixes #10142
…acefully" This reverts commit 246061c.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #10276 +/- ##
===========================================
- Coverage 83.27% 55.17% -28.11%
===========================================
Files 248 221 -27
Lines 74448 17202 -57246
Branches 0 3521 +3521
===========================================
- Hits 61999 9491 -52508
+ Misses 12449 7216 -5233
- Partials 0 495 +495
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Check List
Issue Reference this PR resolves
Resolves #10156