From ee63ffb7a8038ab118581d15ca387f892a978186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Corr=C3=A9?= Date: Thu, 23 Jan 2025 09:51:50 +0100 Subject: [PATCH] fix: update locks in simulation projects --- js-simulation/package-lock.json | 2 +- ts-simulation/package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js-simulation/package-lock.json b/js-simulation/package-lock.json index 74b2337..47213f2 100644 --- a/js-simulation/package-lock.json +++ b/js-simulation/package-lock.json @@ -25,7 +25,7 @@ "dependencies": { "@jspm/core": "2.1.0", "archiver": "7.0.1", - "commander": "12.1.0", + "commander": "13.1.0", "esbuild": "0.24.2", "esbuild-plugin-tsc": "0.4.0", "import-meta-resolve": "4.1.0", diff --git a/ts-simulation/package-lock.json b/ts-simulation/package-lock.json index 5040e37..88269a4 100644 --- a/ts-simulation/package-lock.json +++ b/ts-simulation/package-lock.json @@ -26,7 +26,7 @@ "dependencies": { "@jspm/core": "2.1.0", "archiver": "7.0.1", - "commander": "12.1.0", + "commander": "13.1.0", "esbuild": "0.24.2", "esbuild-plugin-tsc": "0.4.0", "import-meta-resolve": "4.1.0",