fix: upgrade nestjs dependencies to upgrade multer transitive import#18374
fix: upgrade nestjs dependencies to upgrade multer transitive import#18374charlesBochet merged 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Greptile SummaryThis PR upgrades
Confidence Score: 5/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["@nestjs/platform-express\n11.1.9 → 11.1.15"] --> B["multer\n2.0.2 → 2.1.0 ✅"]
A --> C["express\n5.1.0 → 5.2.1"]
A --> D["cors\n2.8.5 → 2.8.6"]
C --> E["body-parser\n2.2.1 → 2.2.2"]
E --> F["qs\n6.14.0 → 6.14.1+"]
G["@nestjs/common\n11.1.9 → 11.1.15"] --> H["file-type\n21.1.0 → 21.3.0"]
H --> I["@tokenizer/inflate\n0.3.1 → 0.4.1\n(drops fflate dep)"]
H --> J["token-types\n6.1.1 → 6.1.2"]
J --> K["@borewit/text-codec\n0.1.1 → 0.2.1"]
B -- "Resolves" --> L["Dependabot Alert 549\nDependabot Alert 550"]
style L fill:#d4edda,stroke:#28a745
style B fill:#d4edda,stroke:#28a745
Last reviewed commit: 9996b5a |
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:27747 This environment will automatically shut down after 5 hours. |
|
Hey @mabdullahabaid! After you've done the QA of your Pull Request, you can mark it as done here. Thank you! |
…wentyhq#18374) Resolves [Dependabot Alert 549](https://github.com/twentyhq/twenty/security/dependabot/549) and [Dependabot Alert 550](https://github.com/twentyhq/twenty/security/dependabot/550). (cherry picked from commit 2f9c94d)
Resolves Dependabot Alert 549 and Dependabot Alert 550.