From 14c66c942ff1f512a8c5f384e14c363787005b2a Mon Sep 17 00:00:00 2001 From: "Abdullah." <125115953+mabdullahabaid@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:53:33 +0500 Subject: [PATCH] fix: update tmp to a safer version. (#15554) @charlesBochet had a conversation with Felix and he said we don't need to spend time upgrading `zapier-platform-core` and `zapier-platform-cli` since `twenty-zapier` will be deprecated anyway, making those packages irrelevant. I have updated tmp to a safer version elsewhere using `yarn up tmp --recursive`. Also added `yarn.lock` to both server and front ci. The massive changes in `yarn.lock` were introduced by `zapier-platform-cli` version 17x - not sure if they caused those breaking changes, but if they did and we still want update zapier-related packages, I will take that up in another PR. --- .github/workflows/ci-front.yaml | 1 + .github/workflows/ci-server.yaml | 1 + yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index c0a315dfae..64d83d9ca9 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -24,6 +24,7 @@ jobs: with: files: | package.json + yarn.lock packages/twenty-front/** packages/twenty-ui/** packages/twenty-shared/** diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index 0b81d2937d..249cc79d51 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -23,6 +23,7 @@ jobs: with: files: | package.json + yarn.lock packages/twenty-server/** packages/twenty-front/src/generated/** packages/twenty-front/src/generated-metadata/** diff --git a/yarn.lock b/yarn.lock index 6317893a52..4dfccad05c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -54723,9 +54723,9 @@ __metadata: linkType: hard "tmp@npm:~0.2.1": - version: 0.2.3 - resolution: "tmp@npm:0.2.3" - checksum: 10c0/3e809d9c2f46817475b452725c2aaa5d11985cf18d32a7a970ff25b568438e2c076c2e8609224feef3b7923fa9749b74428e3e634f6b8e520c534eef2fd24125 + version: 0.2.5 + resolution: "tmp@npm:0.2.5" + checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e languageName: node linkType: hard