Skip to content

Commit 292adc3

Browse files
committed
upgrade Coana to 14.11.14
1 parent 8f412aa commit 292adc3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@babel/preset-typescript": "7.27.1",
8585
"@babel/runtime": "7.28.3",
8686
"@biomejs/biome": "2.2.0",
87-
"@coana-tech/cli": "14.11.11",
87+
"@coana-tech/cli": "14.11.14",
8888
"@cyclonedx/cdxgen": "11.5.0",
8989
"@dotenvx/dotenvx": "1.48.4",
9090
"@eslint/compat": "1.3.2",

src/utils/coana.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export async function spawnCoana(
5656
// Lazily access constants.nodeMemoryFlags.
5757
...constants.nodeMemoryFlags,
5858
// Lazily access constants.coanaBinPath.
59-
// constants.coanaBinPath,
59+
constants.coanaBinPath,
6060
...args,
6161
],
6262
{

0 commit comments

Comments
 (0)