From 4101d6d09a9761d19cea092cdb7f20780186a487 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Wed, 26 Mar 2025 12:16:19 +0100 Subject: [PATCH 1/2] Updated tsx version to eliminate vulnerable dependency reported by dependabot --- pnpm-config/pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-config/pnpm-workspace.yaml b/pnpm-config/pnpm-workspace.yaml index e8f86fb..eb778a9 100644 --- a/pnpm-config/pnpm-workspace.yaml +++ b/pnpm-config/pnpm-workspace.yaml @@ -21,7 +21,7 @@ catalogs: typescript-toolset: typescript: 5.7.3 tslib: 2.8.1 - tsx: 4.19.2 + tsx: 4.19.3 proto-toolset: protobufjs: 7.2.5 -- GitLab From 7bcb237574097ba09c92b7ff09268ccf09ffc10d Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Wed, 26 Mar 2025 15:59:21 +0100 Subject: [PATCH 2/2] Removed bad path from devcountainer mount specification --- pnpm-config/.devcontainer/devcontainer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pnpm-config/.devcontainer/devcontainer.json b/pnpm-config/.devcontainer/devcontainer.json index f24a7fd..02cc8e7 100644 --- a/pnpm-config/.devcontainer/devcontainer.json +++ b/pnpm-config/.devcontainer/devcontainer.json @@ -19,11 +19,6 @@ }, "mounts": [ - { - "source": "/storage1/", - "target": "/storage1/", - "type": "bind" - }, { "source": "${localEnv:HOME}/.gitconfig", "target": "/home/emscripten/.gitconfig", -- GitLab