From 8c89215a02891e1c17766c91a7bbad4a823f9eaa Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 18 Mar 2026 21:32:27 +0100 Subject: [PATCH] fix: update cli-tools to resolve prune well-known issue Signed-off-by: David Dal Busco --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 935cace..a1f8f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@icp-sdk/core": "^5.0.0", "@junobuild/admin": "^4.2.1", "@junobuild/cdn": "^2.3.1", - "@junobuild/cli-tools": "^0.12.3", + "@junobuild/cli-tools": "^0.12.4", "@junobuild/config": "^2.15.0", "@junobuild/config-loader": "^0.4.9", "@junobuild/core": "^5.2.2", @@ -1758,9 +1758,9 @@ } }, "node_modules/@junobuild/cli-tools": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.3.tgz", - "integrity": "sha512-LnDP0+uPmfeC4nIU6g2G+O1mkK+k7mUYxFPkNhw8NjrgaoP63zsyDrVk9jD003CveDyHtCRhiCcyKYHjc26UcA==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.4.tgz", + "integrity": "sha512-huEUnn9IEb7pbpC66oyepA6uAS29MbNUT98DehdjzZjgsy/tHUZwOSW851ISjWowkRD2MYbc1XsWpoOe4AdCRQ==", "license": "MIT", "dependencies": { "file-type": "^21.3.2", @@ -7895,9 +7895,9 @@ "requires": {} }, "@junobuild/cli-tools": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.3.tgz", - "integrity": "sha512-LnDP0+uPmfeC4nIU6g2G+O1mkK+k7mUYxFPkNhw8NjrgaoP63zsyDrVk9jD003CveDyHtCRhiCcyKYHjc26UcA==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@junobuild/cli-tools/-/cli-tools-0.12.4.tgz", + "integrity": "sha512-huEUnn9IEb7pbpC66oyepA6uAS29MbNUT98DehdjzZjgsy/tHUZwOSW851ISjWowkRD2MYbc1XsWpoOe4AdCRQ==", "requires": { "file-type": "^21.3.2", "listr2": "^10.2.1", diff --git a/package.json b/package.json index 50238ee..a4471da 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@icp-sdk/core": "^5.0.0", "@junobuild/admin": "^4.2.1", "@junobuild/cdn": "^2.3.1", - "@junobuild/cli-tools": "^0.12.3", + "@junobuild/cli-tools": "^0.12.4", "@junobuild/config": "^2.15.0", "@junobuild/config-loader": "^0.4.9", "@junobuild/core": "^5.2.2",